summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2004-01-14Sync with mvme88k struct trapframe changes.Miod Vallat
Not pushed upstream, ELF toolchain is in the pipeline and coming soon...
2004-01-14Preliminary changes for ARM support on OpenBSD. "Can't hurt" espie@Dale Rahn
2004-01-13... and kill library == 0 optimization test that is now bogus with libsupcxx...Marc Espie
2004-01-13stupid, stupid.Marc Espie
who reads my code ? bug found by naddy@
2004-01-13Do not evaluate this->next after calling the handler; the handler mayOtto Moerbeek
have clobbered it. Resolves core dumps of cvs server on user ^C. ok millert@ deraadt@
2004-01-13sync with realityTodd C. Miller
2004-01-13avoid installing headers during `install', since this is already doneMarc Espie
during `includes'.
2004-01-13use our own nm and sizeMichael Shalayeff
2004-01-13- move a few common pieces into OPENBSD_OS_CPP_BUILTINS_COMMONBrad Smith
- add __LP64__ to OPENBSD_OS_CPP_BUILTINS_LP64 - add __sparc to TARGET_OS_CPP_BUILTINS for sparc64 - add __PPC, __PPC__ and __powerpc to TARGET_OS_CPP_BUILTINS for powerpc ok espie@
2004-01-12better fix for non-versioned rebuild bug: backport from gcc HEAD,Marc Espie
submitted for the 3.3 branch.
2004-01-12fix c++ -shared for gcc 3. Here, we recognize -shared and link withMarc Espie
-lsupc++. That way, linking shared C++ libraries is consistent between gcc 2.95 and gcc 3.
2004-01-12don't add -lm -lstdc++ if -shared, consistent with gcc -shared which doesn'tMarc Espie
link libc.
2004-01-09Remove duplicate (and slightly conflicting) prototype of sm_vfscanf().Todd C. Miller
Found by brad@
2004-01-09let configure find out whether gcc has sjlj configured or not...Marc Espie
2004-01-08long vs time_t workarounds without changing the API; spotted by pval, ok fgschTheo de Raadt
2004-01-08add stub for attribute "sentinel".Marc Espie
2004-01-07inverted test. problem reported by avsm@.Marc Espie
2004-01-07disable for all openbsd arches.Marc Espie
2004-01-07define __sparcv9__ on sparc64; discussed with many ppl, solves many issuesPeter Valchev
found by miod
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
can adjust them for the OpenBSD src tree.
2004-01-05adjust version for soname.Marc Espie
2004-01-05single out include dir so that we can do `make includes' fromMarc Espie
Makefile.bsd-wrapper.
2004-01-05basic infrastructure for OpenBSDMarc Espie
2004-01-05standard C++ library for gcc 3.xMarc Espie
2004-01-04OpenBSD/powerpc is a __unix__ system.Dale Rahn
2004-01-04rename BUGS section to CAVEATS more appropriately; ok avsm & othersPeter Valchev
2004-01-03missing prototypes; ok espiePeter Valchev
2004-01-03sync the list of acceptable getopt_long options with reality.Brad Smith
Fixes PR 3623 From: binutils CVS 2.11 branch, based on rev 1.15.2.3 ok otto@
2004-01-02Don't strip scripts; idea from mpech@; ok deraadt@Todd C. Miller
2003-12-30Define _FFR_DEAL_WITH_ERROR_SSL. This will causes sendmail to deal withTodd C. Miller
SSL errors by recognizing them as EOF. Otherwise, sendmail can get into an infinite loop logging "STARTTLS: read error=generic SSL error (0)" This was causing problems on the mailing list server...
2003-12-29re-entrancy hack that is currently needed for cvs to work correctly.Theo de Raadt
well, almost. someone should track that down please.
2003-12-28Add missing C++ include paths: arch-dependent headers, andMarc Espie
backward-compatibility headers.
2003-12-28resurrect pexecute.c for now, since vax and m68k barf on pex-unix.cMarc Espie
2003-12-28Document kprintf %: removal here too; anilMiod Vallat
2003-12-26add libiberty.info to CLEANFILESBrad Smith
ok espie@
2003-12-25Manual merge of ChangeLog entries.Marc Espie
A bit icky, but binutils includes contain both libiberty stuff and its own stuff...
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
Restore comment that was lost.
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-12-21Kill non-standard kernel printf %: braindead extension for good.Miod Vallat
ok markus@ drahn@