summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
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
1999-05-27Use -O1 to work around egcs/m68k bugTodd C. Miller
1999-05-27Real fix... this goes into OPTIMIZE, not CCFLAGS.Marc Espie
Recalling fixes from memory is not such a hot idea.
1999-05-27likewise: don't run gperf now.Marc Espie
1999-05-27Don't try to run gperf yet... we don't have it for the time being.Marc Espie
1999-05-27Got confused betwen two diffs, asking for an xmake_file fragment,Marc Espie
and then still setting it to none was pretty pointless, was it ?
1999-05-26egcs Internal compiler errors on m68k.Marc Espie
1999-05-26Remove warnings (patch pending at cygnus)Marc Espie
1999-05-26We don't need yet another copy of texinfo.texMarc Espie
1999-05-26old libg++, replaced by part of egcs.Marc Espie
1999-05-26re-generated fileMarc Espie
1999-05-26So long, and thanks for all the bugs.Marc Espie
1999-05-26Link in egcs, kill gcc and libg++Marc Espie
1999-05-26Wrappers + lib versionsMarc Espie
1999-05-26Add x-openbsd fragment and reconfigure accordingly.Marc Espie
1999-05-26Make overriding libiberty's location possible.Marc Espie
1999-05-26Fragment for sysv4.hMarc Espie
1999-05-26Configuration fragments for arches that have not been committed to egcsMarc Espie
main repository yet (rs6000 to come)
1999-05-26Remove bison/yacc output files and change Makefiles rules to regenerateMarc Espie
them.
1999-05-26egcs projects compiler systemMarc Espie
Exact copy of the snapshot, except for the removal of texinfo/ gcc/ch/ libchill/
1999-05-24This patch lets sparc ld handle pic/PIC relocations mix, by simply forcingMarc Espie
everything to fit into pic mode. More extensive changes (like tagging relocs with pic/PIC, sorting, and putting pic nearest the beginning of the GOT) would be needed for full handling pic relocs with a sizeable number of PIC relocs.
1999-05-21Be more specific about dynamic libraries: ldd does not know how to handleMarc Espie
them, but they should be `reasonable' objects to pass to it. Otherwise, collect2 will get confused if the gcc driver is used to build dynamic libraries.
1999-05-16remove the "cat" prefix from man extensions since it makes perldoc send the ↵Todd C. Miller
wrong section number to pod2man
1999-05-14Need to check for the c suffix on args to the -size switch. Patch sent to ↵Todd C. Miller
perl maintainers.
1999-05-13correct a warning: don't test for format_char == 'x' twice in the same if()Aaron Campbell
statement, rather, check for 'x' *and* 'X' ('X' being a synonym for 'x')
1999-05-13libary -> library, other misc correctionsAaron Campbell
1999-05-11cvs missed this in the last perl commit. Bad cvs.Todd C. Miller
1999-05-11Go back to colon-separated paths approach but truncate lib pathsTodd C. Miller
on ':' in configpm when generating Config.pl. This is a bit of a hack but better than hacking a large number of modules. Turns out we still need /usr/libdata/perl5/site_perl for the .ph files.
1999-05-10cross-ld for sparc: iflush as nop, since it won't compile on non-sparc,Marc Espie
and is only needed for rtld anyway. and missing md_swap routines as well.
1999-05-10add needed declaration of struct ranlib tag to keep cross-endian toolsMarc Espie
gcc-happy.
1999-05-09o kill colon-separated paths in *libexp, they confuse too many modulesTodd C. Miller
o kill MakeMaker hack (no longer needed) o define APPLLIB_EXP to be /usr/local/libdata/perl5 to let users override standard modules if they want The perl search path in @INC is now: /usr/local/libdata/perl5 /usr/libdata/perl5/i386-openbsd/5.00503 /usr/libdata/perl5 /usr/local/libdata/perl5/site_perl/i386-openbsd /usr/local/libdata/perl5/site_perl .
1999-05-09We use a patched version of gnu diffutils-2.7.Marc Espie
Import relevant programmer's notes, makes it *much* easier to know what we're dealing with.
1999-05-09Deal with colon-separated paths in *libexp variables. This is aTodd C. Miller
hack and I may simply change those variables to point to a single pathname.
1999-05-04Move perl lib files to /usr/libdata/perl5 and /usr/local/libdata/perl5.Todd C. Miller
Now install perl lib manpages in /usr/share/man/cat3p. Add gen_openbsd_mandep, an emasculated version of installman that just generates the man dependencies and MANALL declaration. NOTE: you must update your make(1) for the new man pages to format.
1999-05-03sync with gzip 1.2.4aBrad Smith
Ok'd by: millert
1999-05-03For each search dir in /usr/lib/perl5, also look in /usr/local/lib/perl5.Todd C. Miller
This is mostly for ports.
1999-05-02Don't need to set ccflags or cppflags to be emptyTodd C. Miller