aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libstdc++
Commit message (Collapse)AuthorAgeFilesLines
* Update bmake bits to build GCC 3.3.1-prerelease.Alexander Kabaev2003-07-111-29/+41
| | | | Notes: svn path=/head/; revision=117429
* Update for GCC 3.3.1-pre.Alexander Kabaev2003-07-112-24/+96
| | | | Notes: svn path=/head/; revision=117428
* Oops, remove hack to stop libstdc++.so being built now that gcc usesPeter Wemm2003-06-261-5/+0
| | | | | | | -lgcc_pic by default on -fpic stuff. I forgot about this here. Notes: svn path=/head/; revision=116858
* Do not bogusly set CSTD to the empty string.Dag-Erling Smørgrav2003-06-141-1/+0
| | | | Notes: svn path=/head/; revision=116335
* Something funky is going on here... disabling CSTD makes it go away...David E. O'Brien2003-06-021-0/+1
| | | | Notes: svn path=/head/; revision=115680
* libstdc++.so breaks on amd64 due to bogons in our build, so prevent thePeter Wemm2003-05-241-0/+5
| | | | | | | | | | | | | | | | | shared library being built for amd64. The problem is that libstdc++.so is produced with 'cc -shared'. This has an internal -lgcc, which is not PIC. libstdc++.so uses exceptions and the dwarf2 unwinder, which are in libgcc.a. As a result, non-PIC code gets pulled into libstdc++.so. This is fatal on amd64 when certain relocation types cannot be used in PIC mode. The official FSF solution to this is to have libgcc.so with internal ELF symbol versioning to solve the ABI problem, but I dont want to fight that battle yet. I tried making libgcc_pic.a (which worked fine), but thats not something for the 11th hour before a release. Approved by: re (amd64 "safe" stuff) Notes: svn path=/head/; revision=115287
* Enable wchar_t support in libstdc++.Alexander Kabaev2003-04-292-2/+2
| | | | Notes: svn path=/head/; revision=114234
* Enable ISO-C99 compatibility -- among other things, this tells libstdc++David E. O'Brien2003-04-252-9/+9
| | | | | | | | | | not to blindly undef isnan() and other functions that became macros in C99. Enable use of newly grown C99 functions: strtof(), strtold(), wcstof() Submitted by: das Notes: svn path=/head/; revision=114037
* Update for GCC 3.2.2Alexander Kabaev2003-02-192-11/+17
| | | | Notes: svn path=/head/; revision=111116
* Install one more header file which is new with GCC 3.2.2.Alexander Kabaev2003-02-101-0/+1
| | | | Notes: svn path=/head/; revision=110632
* C++ exceptions with shared libraries are working on sparc64 now.Alexander Kabaev2002-12-051-2/+0
| | | | | | | | | Build shared libstdc++so on sparc64 platform too. Approved: re (rwatson) Notes: svn path=/head/; revision=107639
* Update for Gcc 3.2.1 release.David E. O'Brien2002-12-042-80/+125
| | | | | | | We also have more wide char support in libc now. Notes: svn path=/head/; revision=107615
* Remove files no longer part of the gcc_3_2_anoncvs_20021009 libstdc++.David E. O'Brien2002-11-271-1/+1
| | | | | | | Approved by: re(jhb) Notes: svn path=/head/; revision=107331
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
| | | | Notes: svn path=/head/; revision=104073
* Bmake bits for GCC 3.2.1-prerelease libstdc++.Alexander Kabaev2002-09-171-2/+3
| | | | | | | | | Connect two new source and one header file to the build. Approved by: obrien Notes: svn path=/head/; revision=103456
* Connect new files added with GCC 3.2.1 import to the build.Alexander Kabaev2002-09-011-2/+3
| | | | | | | Approved by: obrien Notes: svn path=/head/; revision=102806
* Bandaid for sparc64. Do not build libstdc++.so for now on sparc64.Peter Wemm2002-07-081-0/+2
| | | | | | | Binaries compiled with it segfault. Notes: svn path=/head/; revision=99584
* Disconnect the docs until we figure out if there are any with v3.David E. O'Brien2002-06-191-1/+1
| | | | Notes: svn path=/head/; revision=98413
* Turn on the math function stub stubs.David E. O'Brien2002-06-021-1/+1
| | | | | | | | Submitted by: Martin Blapp <mb@imp.ch> I believe OK with: peter Notes: svn path=/head/; revision=97745
* The new bsd.incs.mk is powerful enough to handle this wrinkle.Ruslan Ermilov2002-05-318-213/+100
| | | | Notes: svn path=/head/; revision=97657
* Tweak so that .o's are written into src/contrib/gccDavid E. O'Brien2002-05-291-2/+2
| | | | Notes: svn path=/head/; revision=97523
* Build docs not out of libobc++.295David E. O'Brien2002-05-291-1/+1
| | | | Notes: svn path=/head/; revision=97517
* Add some build glue for libstdc++. I'm not a C++ person, but this seemsPeter Wemm2002-05-2910-173/+1420
| | | | | | | | | | | | to work at least for the non-hairy stuff. The main wrinkle here is that a whole mess of include files get installed and under different names. An earlier version of this built a shadow include tree first in the obj directory, but this depends on the 'make includes' functionality. More tweaking is certainly going to be needed. Notes: svn path=/head/; revision=97433
* Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov2002-05-121-14/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to handle symlinking include files. Allow for multiple groups of include files to be installed, with the powerful INCSGROUPS knob. Documentation to follow. Added standard `includes' and `incsinstall' targets, use them in Makefile.inc1. Headers from the following makefiles were not installed before (during `includes' in Makefile.inc1): kerberos5/lib/libtelnet/Makefile lib/libbz2/Makefile lib/libdevinfo/Makefile lib/libform/Makefile lib/libisc/Makefile lib/libmenu/Makefile lib/libmilter/Makefile lib/libpanel/Makefile Replaced all `beforeinstall' targets for installing includes with the INCS stuff. Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS, and for compatibility with NetBSD. Similarly for INCOWN, INCGRP, and INCMODE. Consistently use INCLUDEDIR instead of /usr/include. gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes were only lightly tested due to the missing contrib/libstdc++-v3. I fully tested the pre-WIP_GCC31 version of this patch with the contrib/libstdc++.295 stuff. These changes have been tested on i386 with the -DNO_WERROR "make world" and "make release". Notes: svn path=/head/; revision=96462
* Bmake bits for Gcc 3.1.David E. O'Brien2002-05-102-165/+1155
|\ | | | | | | | | | | | | Partially made possible by: Wilko.Bulte@compaq.com Notes: svn path=/head/; revision=96340
| * Mostly filled in contents for GCC 3.1.David E. O'Brien2002-05-071-0/+105
| | | | | | | | | | | | | | Bribed by: peter Notes: svn path=/cvs2svn/branches/WIP_GCC31/; revision=96139
| * Fill in the missing.David E. O'Brien2002-05-071-0/+1075
| | | | | | | | | | | | | | Bribed by: peter Notes: svn path=/cvs2svn/branches/WIP_GCC31/; revision=96138
| * This commit was manufactured by cvs2svn to create branch 'WIP_GCC31'.cvs2svn2002-05-071-0/+1
| | | | Notes: svn path=/cvs2svn/branches/WIP_GCC31/; revision=96137
* libstdc++ version 3 (Gcc 3.1 is a consumer) uses the typical `config.h'.David E. O'Brien2002-05-071-0/+1
| | | | Notes: svn path=/head/; revision=96136
* Sigh. I should know better than to commit a one line change from a PRDavid E. O'Brien2001-03-241-1/+1
| | | | | | | | | | w/o a full compile test, even when the PR seemed so authoritative on the subject... Install sstream, not the non-existent sstring. Notes: svn path=/head/; revision=74743
* Install sstring.David E. O'Brien2001-03-241-2/+2
| | | | | | | | PR: 25927 Submitted by: Jeremy Norris <ishmael27@home.com> Notes: svn path=/head/; revision=74737
* Scoot things over to the temporary *.295 source while I do major constructionDavid E. O'Brien2000-06-042-2/+2
| | | | | | | on the mainline sources. Notes: svn path=/head/; revision=61238
* Do not use "DEFAULT_VTABLE_THUNKS". The bugs that have existed sinceDavid E. O'Brien2000-01-251-3/+4
| | | | | | | | EGCS 1.x have not been worked out. And with 4.0 RELEASE comming quickly we need C++ to be stable and usable. Notes: svn path=/head/; revision=56586
* Stop my evil plot to stop the use of GNU info files (which I don't care for)David E. O'Brien2000-01-031-1/+1
| | | | | | | | for people that don't have "NOINFO=yes" in /etc/make.conf. [read: this still refered to contrib/egcs/] Notes: svn path=/head/; revision=55345
* Cut over the system compiler from from EGCS 1.1.2 to GCC 2.95.2.David E. O'Brien1999-11-151-7/+9
| | | | Notes: svn path=/head/; revision=53173
* $Id$ -> $FreeBSD$Peter Wemm1999-08-272-2/+2
| | | | Notes: svn path=/head/; revision=50472
* {EGCSDIR}->{SRCDIR} + associated tweaks.David E. O'Brien1999-08-162-16/+15
| | | | | | | This is in prepreparation of the gcc-2.95 upgrade. Notes: svn path=/head/; revision=49866
* Purely cosmetic changes -- fix Id'sDavid E. O'Brien1999-08-161-3/+1
| | | | Notes: svn path=/head/; revision=49865
* _G_USING_THUNKS probably applies to a.out too.David E. O'Brien1999-05-021-1/+1
| | | | | | | | | | (well we define DEFAULT_VTABLE_THUNKS=1 for G++ in the a.out case, so it seems likely) Submitted by: jdp Notes: svn path=/head/; revision=46337
* Remove several explicit rules. The two for exceptioni.o and typeionfoi.oDavid E. O'Brien1999-04-251-43/+1
| | | | | | | | | | aren't needed as those files aren't part of libstdc++ any longer. Another isn't needed as Cygnus doesn't compile with -frtti. Noticed by: bde & my initial mispelling of ".So". Notes: svn path=/head/; revision=46067
* Foo. jdp changed .so to .So during the time I did the EGCS work and IDavid E. O'Brien1999-04-151-3/+3
| | | | | | | missed bring in his changes into my work. Notes: svn path=/head/; revision=45698
* Missed a "\" in a continuation line.David E. O'Brien1999-04-081-2/+2
| | | | Notes: svn path=/head/; revision=45465
* Get stdargs right on the Alpha.David E. O'Brien1999-04-081-0/+5
| | | | | | | Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=45455
* Cometic cleanup.David E. O'Brien1999-04-081-15/+15
| | | | | | | Pre-bdelinted by: bde Notes: svn path=/head/; revision=45454
* Don't generate _G_config.h, use fixed version.David E. O'Brien1999-04-072-11/+109
| | | | | | | | | | | | | | I knew better... too dependant on the environment we generate in, but... This fixes the /usr/lib/libstdc++.so: undefined reference to `filebuf virtual table' /usr/lib/libstdc++.so: undefined reference to `stdiobuf virtual table' errors seen after the initial bootstrap from gcc 2.7.2 to EGCS. Agreed with by: bde & jdp Notes: svn path=/head/; revision=45419
* Crap! I grabbed the wrong Makefile from the test machine.David E. O'Brien1999-04-051-11/+5
| | | | Notes: svn path=/head/; revision=45341
* Fix .for loop continuation lines style bugs.David E. O'Brien1999-04-051-7/+7
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=45339
* Add iostream Info docs.David E. O'Brien1999-04-052-0/+21
| | | | Notes: svn path=/head/; revision=45337
* _G_config.h is now dynamically created.David E. O'Brien1999-04-051-85/+0
| | | | Notes: svn path=/head/; revision=45318
* Minimum set of changes to switch from Gcc 2.7.2 (in contrib/gcc) to Egcs 1.1.2David E. O'Brien1999-04-041-71/+73
| | | | | | | (in contrib/egcs) Notes: svn path=/head/; revision=45299