summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
1999-07-04egcs has been fixed.Marc Espie
No longer need those.
1999-06-28Bug-fix for -fpic m68k trouble.Marc Espie
1999-06-21Add -r to mips ldconfig, used by ports. It's an ugly hack! -mojMats O Jansson
1999-06-20Fix for kdelibs ICE, to appear in the next egcs-snapshotMarc Espie
(by Mark Mitchell)
1999-06-18Kill old libiberty, use the one under egcs now.Marc Espie
1999-06-18build objdump for all archs.Marc Espie
1999-06-18Don't build c++filt, as it is ancient compared to egcs version.Marc Espie
1999-06-18incorporate valarray in installed filesMarc Espie
1999-06-18Help stupid cvs which would tend to bring back old stuff from the dead...Marc Espie
1999-06-17basic automated merge. to be verified.Marc Espie
1999-06-17basic automated merge. to be verified.Marc Espie
1999-06-17Update to 990608 snapshot.Marc Espie
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++.
1999-06-17Update to 990608 snapshot.Marc Espie
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++.
1999-06-17Update to 990608 snapshot.Marc Espie
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++.
1999-06-17Update to 990608 snapshot.Marc Espie
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++.
1999-06-17Update to 990608 snapshot.Marc Espie
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++.
1999-06-17Update to 990608 snapshot.Marc Espie
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++.
1999-06-17Update to 990608 snapshot.Marc Espie
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++.
1999-06-17Update to 990608 snapshot.Marc Espie
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++.
1999-06-17Update to 990608 snapshot.Marc Espie
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++.
1999-06-17Update to 990608 snapshot.Marc Espie
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++.
1999-06-17Update to 990608 snapshot.Marc Espie
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++.
1999-06-17Update to 990608 snapshot.Marc Espie
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++.
1999-06-17Update to 990608 snapshot.Marc Espie
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++.
1999-06-17Update to 990608 snapshot.Marc Espie
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++.
1999-06-17Update to 990608 snapshot.Marc Espie
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++.
1999-06-17Update to 990608 snapshot.Marc Espie
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++.
1999-06-17Update to 990608 snapshot.Marc Espie
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++.
1999-06-17Update to 990608 snapshot.Marc Espie
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++.
1999-06-16in case this is ever used by sparcTheo de Raadt
1999-06-16ARCH -> __ARCH_Marc Espie
1999-06-15Fix thoroughly broken PIC code.Marc Espie
This removes arbitrary restrictions on label lengths for PIC code.
1999-06-07move CC, CCX, and COPTS forward; wd@ics.nara-wu.ac.jpTheo de Raadt
1999-06-01Revert previous fix now that we have a proper solutionMarc Espie
1999-06-01Patch by Richard Henderson, should take care of alpha problems.Marc Espie
Will show up in the next egcs snapshot.
1999-06-01Make gdb on mips understand corefile contentsPer Fogelstrom
1999-06-01Fix some mips -> __mips__ stuff.Per Fogelstrom
1999-06-01for binutils merge: xstrdup will be neededMarc Espie
1999-06-01missing __powerpc__Marc Espie
1999-06-01Pseudo-registers can be ssen as memory while we are in reload, so be moreNiklas Hallqvist
permissve about how memory may look in the case where we try to get an aligned word consisting of a specific byte we are looking for. Fixes egcs -O2 problem with libc/db/hash/hash.c.
1999-05-31Disable fixincludes stage in a different way that does not rely on timestamps.Todd C. Miller
1999-05-31Add back lost .gdbinitNiklas Hallqvist
1999-05-31Work-around for i386 linker bugMarc Espie
1999-05-28forgot to install _G_config.h, somehow...Marc Espie
1999-05-28remove more files to cleanMarc Espie
1999-05-28Clean-up clean target.Marc Espie
Remove old stuff (duplicates) and misleading LIBIBERTY setting (handled by the x-openbsd fragment)
1999-05-28Add gcc/ subdir to the list of obj targets,Marc Espie
makes Mickey happier :)
1999-05-28Kill senseless duplicationMarc Espie
1999-05-28Clean up includes installation...Marc Espie
I had left some duplicate code in ??? retrieve HEADERS directly from Makefile.in, this avoids synch problems.
1999-05-28- fix mandir to $(prefix)/share/manMarc Espie
- force gcc_tooldir to /tmp, avoid mkdir /usr/arch-unknown-openbsd - install gcc driver by hand, no arch-unknown-openbsd-gcc - alias g77 to f77