summaryrefslogtreecommitdiff
path: root/gnu/lib
AgeCommit message (Expand)Author
2004-01-15zap old 2.95.3 fileMarc Espie
2004-01-15gotta hate those hidden files...Marc Espie
2004-01-15OpenBSD specific infrastructureMarc Espie
2004-01-15adjust actual dependencies on locations in the src treeMarc Espie
2004-01-15put directory names into variable so they're overridable.Marc Espie
2004-01-15bump to gcc 3.3.2Marc Espie
2004-01-15move libobjc around to its own directory (from src/gnu/egcs/libobjc)Marc Espie
2004-01-13avoid installing headers during `install', since this is already doneMarc Espie
2004-01-12better fix for non-versioned rebuild bug: backport from gcc HEAD,Marc Espie
2004-01-09let configure find out whether gcc has sjlj configured or not...Marc Espie
2004-01-07missed one v3Marc Espie
2004-01-05libstdc++-v3 -> libstdc++Marc Espie
2004-01-05make sure libstdc++ doesn't get rebuilt all the time.Marc Espie
2004-01-05deal with the usual libtool nonsense crap.Marc Espie
2004-01-05use installed compiler for testsMarc Espie
2004-01-05point other srcdirs to variable locations, so that Makefile.bsd-wrapperMarc Espie
2004-01-05adjust version for soname.Marc Espie
2004-01-05single out include dir so that we can do `make includes' fromMarc Espie
2004-01-05basic infrastructure for OpenBSDMarc Espie
2004-01-05standard C++ library for gcc 3.xMarc Espie
2004-01-03missing prototypes; ok espiePeter Valchev
2003-12-28resurrect pexecute.c for now, since vax and m68k barf on pex-unix.cMarc Espie
2003-12-26add libiberty.info to CLEANFILESBrad Smith
2003-12-25Manual merge of ChangeLog entries.Marc Espie
2003-12-25bye-bye. Merge should basically be finishedMarc Espie
2003-12-25typo in demanglerMarc Espie
2003-12-25restore #ifdef __cplusplus around demangler prototypes.Marc Espie
2003-12-25Compile the right files, bump minor number.Marc Espie
2003-12-25revert to versions in gcc 3.3.2, those are more recentMarc Espie
2003-12-25Automatic mergeMarc Espie
2003-12-25Update to libiberty from binutils-2.14Marc Espie
2003-12-25Update to libiberty from binutils-2.14Marc Espie
2003-11-25Build the new pieces of libiberty that gcc3 will want.Marc Espie
2003-11-25`merge' old hashtab interface and new, since those are disjoint.Marc Espie
2003-11-25quick and dirty md5 functions wrapper, so that we can use the libc version.Marc Espie
2003-11-25extra file mangled by cvs.Marc Espie
2003-11-25fix instances of cvs brain-damage. We want the current FSF version ofMarc Espie
2003-11-25Duplicate proto, result of bad mergeMarc Espie
2003-11-25fix stupid cvs conflicts.Marc Espie
2003-11-25Synch with gcc-3.3.2 versionMarc Espie
2003-11-24Switch to using libiberty in new location.Marc Espie
2003-11-24Fix build for new locationMarc Espie
2003-11-24Add build piecesMarc Espie
2003-11-24Synch with gcc-3.3.2 versionMarc Espie
2003-11-24OpenBSD changes: synch somewhere between binutils-2.10 and 2.11Marc Espie
2003-11-24Synch with gcc-3.3.2 versionMarc Espie
2003-11-24And the includes are taken from GCC 2.95.pre3 test3Marc Espie
2003-11-24Second import from the vendor branch: binutils-2.11.2Marc Espie
2003-11-24Moving libiberty around, keeping vendor branch.Marc Espie
2003-08-12Don't tell people to use FD_SETSIZE as the first argument to select().Todd C. Miller