summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libstdc++
Commit message (Collapse)AuthorAgeFilesLines
...
* Update for Gcc 3.2.1 release.obrien2002-12-042-80/+125
| | | | We also have more wide char support in libc now.
* Remove files no longer part of the gcc_3_2_anoncvs_20021009 libstdc++.obrien2002-11-271-1/+1
| | | | Approved by: re(jhb)
* Zap now-unused SHLIB_MINORpeter2002-09-281-1/+0
|
* Bmake bits for GCC 3.2.1-prerelease libstdc++.kan2002-09-171-2/+3
| | | | | | Connect two new source and one header file to the build. Approved by: obrien
* Connect new files added with GCC 3.2.1 import to the build.kan2002-09-011-2/+3
| | | | Approved by: obrien
* Bandaid for sparc64. Do not build libstdc++.so for now on sparc64.peter2002-07-081-0/+2
| | | | Binaries compiled with it segfault.
* Disconnect the docs until we figure out if there are any with v3.obrien2002-06-191-1/+1
|
* Turn on the math function stub stubs.obrien2002-06-021-1/+1
| | | | | Submitted by: Martin Blapp <mb@imp.ch> I believe OK with: peter
* The new bsd.incs.mk is powerful enough to handle this wrinkle.ru2002-05-318-213/+100
|
* Tweak so that .o's are written into src/contrib/gccobrien2002-05-291-2/+2
|
* Build docs not out of libobc++.295obrien2002-05-291-1/+1
|
* Add some build glue for libstdc++. I'm not a C++ person, but this seemspeter2002-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.
* Added new bsd.incs.mk which handles installing of header filesru2002-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".
* Bmake bits for Gcc 3.1.obrien2002-05-102-165/+1155
| | | | Partially made possible by: Wilko.Bulte@compaq.com
* libstdc++ version 3 (Gcc 3.1 is a consumer) uses the typical `config.h'.obrien2002-05-071-0/+1
|
* Sigh. I should know better than to commit a one line change from a PRobrien2001-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.
* Install sstring.obrien2001-03-241-2/+2
| | | | | PR: 25927 Submitted by: Jeremy Norris <ishmael27@home.com>
* Scoot things over to the temporary *.295 source while I do major constructionobrien2000-06-042-2/+2
| | | | on the mainline sources.
* Do not use "DEFAULT_VTABLE_THUNKS". The bugs that have existed sinceobrien2000-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.
* Stop my evil plot to stop the use of GNU info files (which I don't care for)obrien2000-01-031-1/+1
| | | | | for people that don't have "NOINFO=yes" in /etc/make.conf. [read: this still refered to contrib/egcs/]
* Cut over the system compiler from from EGCS 1.1.2 to GCC 2.95.2.obrien1999-11-151-7/+9
|
* $Id$ -> $FreeBSD$peter1999-08-272-2/+2
|
* {EGCSDIR}->{SRCDIR} + associated tweaks.obrien1999-08-162-16/+15
| | | | This is in prepreparation of the gcc-2.95 upgrade.
* Purely cosmetic changes -- fix Id'sobrien1999-08-161-3/+1
|
* _G_USING_THUNKS probably applies to a.out too.obrien1999-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
* Remove several explicit rules. The two for exceptioni.o and typeionfoi.oobrien1999-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".
* Foo. jdp changed .so to .So during the time I did the EGCS work and Iobrien1999-04-151-3/+3
| | | | missed bring in his changes into my work.
* Missed a "\" in a continuation line.obrien1999-04-081-2/+2
|
* Get stdargs right on the Alpha.obrien1999-04-081-0/+5
| | | | Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
* Cometic cleanup.obrien1999-04-081-15/+15
| | | | Pre-bdelinted by: bde
* Don't generate _G_config.h, use fixed version.obrien1999-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
* Crap! I grabbed the wrong Makefile from the test machine.obrien1999-04-051-11/+5
|
* Fix .for loop continuation lines style bugs.obrien1999-04-051-7/+7
| | | | Submitted by: bde
* Add iostream Info docs.obrien1999-04-052-0/+21
|
* _G_config.h is now dynamically created.obrien1999-04-051-85/+0
|
* Minimum set of changes to switch from Gcc 2.7.2 (in contrib/gcc) to Egcs 1.1.2obrien1999-04-041-71/+73
| | | | (in contrib/egcs)
* Switch to using ".So" as the extension for PIC object files ratherjdp1999-01-091-3/+3
| | | | | | | | than ".so". The old extension conflicted with well-established naming conventions for dynamically loadable modules. The "clean" targets continue to remove ".so" files too, to deal with old systems.
* Avoid using `ld -O' (as in bsd.lib.mk). `ld -O' seems to have caused onlybde1998-12-271-7/+15
| | | | | non-problems for elf -- `ld -elf -O foo.tmp -x -r foo' apparently puts the result in a.out so it has essentially no effect.
* libg++ and libstdc++ also have internal calls to libm. Programs using thepeter1998-10-111-1/+4
| | | | | | | | | | | | shared versions should not need to add -lm unless the program uses libm itself. Strictly speaking, libg++ depends on libstdc++, but libstdc++ has dynamic dependencies on some exception tables and binutils doesn't seem to like it when a secondary library has undefined references. It doesn't seem to care when -lstdc++ is added on the command line to ld though. Anyway, the c++ driver adds -lstdc++ explicitly, so that should be OK. c++ also adds -lm explicitly too, even though it wouldn't need to now. [except for statically linked binaries as .a files don't have an equivalent of automatic internal shared object dependencies.]
* Get definition of va_list from <stdarg.h>.dfr1998-08-311-1/+2
|
* This was broken for ELF builds.dfr1998-04-301-1/+1
|
* Don't use beforedepend to complicate and break things. The usualbde1998-03-201-140/+65
| | | | | | | | | | fix of putting generated source files in SRCS breaks many special cases (many dependencies had to be incomplete for ${.ALLSRC} not to give .h files that would break compiling with c++ -c). Reduce these special cases to the general case so that SRCS works normally and bsd.lib.mk handles most of the complications. Now we only have to duplicate rules from bsd.lib.mk to add special CFLAGS in some cases.
* Don't add streambuf.cc to SRCS twice.bde1998-02-251-2/+2
|
* _G_VTABLE_LABLE_PREFIX is different between ELF and a.outpeter1997-09-201-0/+6
| | | | ('_vt.' vs '__vt$')
* Add ${DESTDIR} in front of absolute paths.asami1997-05-231-2/+2
| | | | Reviewed by: bde
* Bye bye CPLUSPLUSLIB hack! It's not needed any more.jdp1997-05-061-2/+1
| | | | | Don't merge this into -2.2 unless you understand the dependencies on c++rt0, bsd.lib.mk, and gcc -shared. I.e., let me do it.
* Oops. Missed the Complex number add case of code generation.. :-]peter1997-04-091-4/+4
| | | | | | Fixes PR#3239. Submitted by: Takeshi WATANABE <watanabe@crayon.earth.s.kobe-u.ac.jp>
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* STL object files missing from libstdc++ - fix.jkh1996-11-151-2/+8
| | | | | | | | | This closes PR#1975 and was on my TODO list, so I'm breaking my own "no more commits before I fly!" rule and taking care of this, since it was at the very top and Peter shamed me in to taking care of it. This is definitely a 2.2 candidate. Submitted-By: Mark Diekhans <markd@Grizzly.COM>
OpenPOWER on IntegriCloud