summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
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
1999-05-02fix typos, spotted by espieTodd C. Miller
1999-05-02Obvious typo in previous commit; niklas@Marc Espie
1999-05-01Let Makefiles pass infodir and bindir thru recursive invocation,Marc Espie
so that make install will heed DESTDIR, and so gdb.info & friends will finally show up in distrib/sets...
1999-04-30GOT name is __GLOBAL_OFFSET_TABLE_ on i386 a.out.Marc Espie
gcc 2.8.1 emits _GLOBAL_OFFSET_TABLE_ instead, so gas has to take care of that... This reverts to a previous gas state, but with comments much clearer, and a real clue about what's going on.
1999-04-30Crank the for loop max index so test #2 succeeds on fast machines. Total ↵Todd C. Miller
test running time is still limited to 10sec. I still think this is a bogus test though.
1999-04-30Use arch, not unameTodd C. Miller
1999-04-30more cruftTodd C. Miller
1999-04-29New configuration method, use a combination of hints and config.over. Also ↵Todd C. Miller
add in OpenBSD-specific patches
1999-04-29Import of stock perl 5.8.5Todd C. Miller
1999-04-29perl5.005_03 (stock)Todd C. Miller
1999-04-29perl5.005_03Todd C. Miller
1999-04-20cleanup if -dump is called; markus.friedl@fau.deTheo de Raadt
1999-04-18PIC code generation is busted, espie@ said yesMichael Shalayeff
1999-04-01Fix TARGET_CPU_DEFAULT/TARGET_DEFAULT mixup (problem is specific toMarc Espie
brain-damaged i386 configuration files). No need to change configure.in/configure as well, since I have not moved to the egcs config for this item yet.
1999-03-30minor parser bugfix; amazing what you find when you get in the right mindsetTodd C. Miller
1999-03-30Final changes for real 1.5.9 releaseTodd C. Miller
1999-03-29sudo 1.5.9--fixes some parser bugsTodd C. Miller
1999-03-12Repair bootstrap with -DNOMANMarc Espie
1999-03-08sudo 1.5.8p2Todd C. Miller
1999-03-06Wrong file, fixed.Marc Espie