summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libstdc++
Commit message (Collapse)AuthorAgeFilesLines
* Bump the shared library version number of all libraries that have notkensmith2005-07-221-1/+1
| | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...)
* Enforce style.Makefile(5).trhodes2005-04-221-1/+1
| | | | Glanced at by: ru (some time ago).
* Teach libstdc++ about frexpl() and ldexpl().das2005-03-261-2/+2
|
* More math functions.kan2005-01-261-3/+3
| | | | Prodded by: stefanf
* We have floorl() now. Reflect this in the library config file.kan2005-01-261-1/+1
|
* Of all templates only lists need a special implmementation file compiledkan2005-01-261-8/+9
| | | | | to support __GLIBCXX_DEBUG. Add debug_list.cc to the list of files to compile.
* Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS for building thiscperciva2005-01-171-0/+1
| | | | | | | | | | | | | library. As the value suggests, this allows the library to be built repeatably; without this flag, gcc uses a random value in its parsing. Since the random seed is only used when handling files which do not have any externally-visible symbols, this change is not needed for any other libraries in the FreeBSD base system. Discussed on: freebsd-arch (in early November) Approved by: kan MFC after: 1 week
* Add atomicity.cc to CLEANFILES.ru2004-09-011-0/+1
|
* Bmake glue for GCC 3.4.2-prerelease.kan2004-07-282-522/+626
|
* We generate this file from config.h automatically.kan2004-07-281-1227/+0
|
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
|
* Correct the atomicity.h fallback path on architectures which do notkan2004-01-061-1/+1
| | | | define their own.
* Do not install files which are not part of GCC 3.3.x anymore.kan2004-01-051-3/+3
|
* Update bmake bits to build GCC 3.3.1-prerelease.kan2003-07-111-29/+41
|
* Update for GCC 3.3.1-pre.kan2003-07-112-24/+96
|
* Oops, remove hack to stop libstdc++.so being built now that gcc usespeter2003-06-261-5/+0
| | | | -lgcc_pic by default on -fpic stuff. I forgot about this here.
* Do not bogusly set CSTD to the empty string.des2003-06-141-1/+0
|
* Something funky is going on here... disabling CSTD makes it go away...obrien2003-06-021-0/+1
|
* libstdc++.so breaks on amd64 due to bogons in our build, so prevent thepeter2003-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)
* Enable wchar_t support in libstdc++.kan2003-04-292-2/+2
|
* Enable ISO-C99 compatibility -- among other things, this tells libstdc++obrien2003-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
* Update for GCC 3.2.2kan2003-02-192-11/+17
|
* Install one more header file which is new with GCC 3.2.2.kan2003-02-101-0/+1
|
* C++ exceptions with shared libraries are working on sparc64 now.kan2002-12-051-2/+0
| | | | | | Build shared libstdc++so on sparc64 platform too. Approved: re (rwatson)
* 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".
OpenPOWER on IntegriCloud