summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Fix GDB so that it can handle ELF core dumps.jdp1998-09-149-15/+97
|
* Remove Id keywords from files that are still on the vendor branchbrian1998-09-147-14/+0
| | | | | This will make life easier when upgrading. Suggested by: bde
* Add a link perl --> perl5.00502markm1998-09-141-1/+2
| | | | Asked-for-by: Asami-San (for ports)
* Add Id keywordbrian1998-09-139-1/+17
|
* Allow libperl to be a shared library.markm1998-09-125-8/+12
| | | | | | This has the delightful side effect of fixing ELF .so objects. Asked-for-by: peter
* Fix parallel building.markm1998-09-127-35/+627
| | | | | | | | | (Tested by make -j12 buildworld on a 4-cpu SMP box). Address (but not solve) ELF shareable objects causing perl to dump core. (I have a heck of a lot to learn about ELF). Lots of help by: bde, jkh, jb and others
* Fix bogus length restriction on readlink. Use sizeof(buf) - 1 ratherimp1998-09-101-1/+1
| | | | | | | than the size of the directory name. Fix style bug which increased the number of lines > 80 characters by one. Pointed out by: bde
* Dorkus sum. I managed to commit an earlier version of this. This fixes themarkm1998-09-105-9/+9
| | | | | | | | | | broken perl build. * NOTE * * NOTE * * NOTE * PERL5 RELIES IN A MAKE WORLD FOR THE BOOTSTRAP!! * NOTE * * NOTE * * NOTE *
* Remove the NOPERL block to building Perl5.markm1998-09-091-4/+1
| | | | | Perl 5 will rebuild/bootstrap itself next time a make world is done with this in effect.
* Fix fencepost error in readlink; inspired by OpenBSDimp1998-09-091-1/+1
|
* Use size of structure rather than hard coded 256 in readlink. This changeimp1998-09-091-1/+1
| | | | either came from OpenBSD, or was inspired by work done there.
* Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98.kato1998-09-091-3/+3
|
* Document why the library is still not being build as shared.cracauer1998-09-091-2/+2
| | | | PR: gnu/7811
* Bring in the Perl5 BMake files. This ends the easy stuff.markm1998-09-0930-0/+1440
| | | | I'll be doiung the rest in stages.
* Old Perl is leaving us. Goodbye, faithful friend.markm1998-09-09250-68813/+0
|
* Set NOPERL while I spend the rest of the day bringing in Perl5.markm1998-09-091-1/+4
| | | | | This will doubtless confuse someone, but I'd rather have this than breakage.
* Fix typo.jkoshy1998-09-091-2/+4
| | | | | PR: 7809 Submitted by: Amakawa Shuhei <amakawa@sf.t.u-tokyo.ac.jp>
* Update alpha configuration files and remove i386 target fromdfr1998-09-073-181/+302
| | | | libbinutils/config.h - it is declared in the arch Makefile.
* Install the legacy man file in section 1aout.jb1998-09-072-2/+4
|
* Update for import of binutils-2.9.1.jdp1998-09-067-192/+329
| | | | Submitted by: Doug Rabson <dfr>
* Fixed munging of the SUBDIR list in rev.1.16-1.18.bde1998-09-021-4/+2
|
* MACHINE -> MACHINE_ARCH to allow PC98 to define MACHINE=pc98.jb1998-08-311-10/+10
| | | | Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
* All libs build on alpha now.dfr1998-08-311-6/+2
|
* Get definition of va_list from <stdarg.h>.dfr1998-08-311-1/+2
|
* Missed some BINFORMATs. Fingers! Can't live with 'em. Can't live without 'em.jb1998-08-302-8/+8
|
* BINFORMAT -> OBJFORMAT ready for E-day. I tossed a coin to decide thisjb1998-08-302-4/+4
| | | | one. We'll probably need to revisit gdb after E-day.
* BINFORMAT -> OBJFORMAT ready for E-day.jb1998-08-302-4/+4
|
* Make the build tools static to avoid trying to use the shared loaderjb1998-08-201-4/+4
| | | | | | | | | before it is installed. This upsets Bruce because the host boostrap build forces tools to be static anyway. He says I'm abusing NOTOOLS in src/Makefile by using it to do a aout->elf transition build. One day I'll find a place to install host tools like these to allow a true cross build.
* Change the aux field type to long instead of int so that it is largejb1998-08-201-1/+1
| | | | enough to hold a man-sized pointer.
* Install binutils tools in /usr/libexec/elf like on i386 so that objformatjb1998-08-181-5/+1
| | | | | | can be used to select them. The purpose of this is not necessarily to allow another host format, but to allow us to use the objformat trickery for cross compilation.
* Fix LIBDIR so kerberised CVS will work.markm1998-08-151-2/+2
|
* PR: 7488thepish1998-08-052-4/+4
| | | | | Submitted by: lhecking@nmrc.ucc.ie merge from stable
* Fixed printf format warnings for non-errors. This change is null unlessbde1998-08-021-0/+4
| | | | | | a system header defines a macro __printf0like() using the new printf0 format attribute. uucp's internal ulog() function isn't actually printf-like but uucp normally declares it as such.
* fixed: tar will extract file even if -C command failsnectar1998-07-272-5/+16
| | | | | | | tar now exits with new exit code EX_BADDIR after a failed chdir() in name_next(), name_match(), and name_from_list(). PR: bin/2394 Submitted by: Satoshi Asami <asami@freebsd.org>
* Add Xref to ldd(1).jkoshy1998-07-262-2/+4
| | | | PR: 7397
* During compilation of a Fortran program f2c/f77 will spew thephk1998-07-241-1/+1
| | | | | | | | | | | | | name of entry points, functions, subroutines, and program to stderr error. The enclosed patches do 3 things: (1) Silenced the output to stderr. (2) Added a -v option to f2c and f77. This will turn on a verbose mode, and dumps quite a bit of stuff to stderr. (3) Updated the f2c man page. PR: 7369 Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu>
* For every directory in ${PATH} that ends with "/bin", look for ades1998-07-091-0/+11
| | | | | | | corresponding directory ending in "/man". PR: 7215 Submitted by: Wayne Scott <wscott@ichips.intel.com>
* fix description of `-C' option to match behaviour in the sources:jkoshy1998-07-091-2/+2
| | | | | | | | | | `-C' can be used both when creating and extracting files. Further, a `-C' inside the argument list causes a `chdir()' to the named directory before the subsequent filename arguments to be interpreted. Eg:- "tar -cf a+b.tar -C /a . -C /b ." PR: 7221
* Use a different hack for building libgcc2: `XCC= ${CC}' instead ofbde1998-07-082-74/+38
| | | | | | | | | | | | | `XCC= <relative cc> -B<path to relative cc1> ...'. This is equivalent when cc and cc1, etc. have just been bootstrapped by `make world'. The relative versions normally won't work if the target system is not binary compatible. Bootstrapping different versions of gcc without going through `make world' is slightly more broken than before. Uniformized macro names (P1OBJS -> LIB1POBJS, etc.). Don't give full paths to sources.
* Use the installed versions of cc, cc1 and cpp for building underscore.bde1998-07-081-35/+4
| | | | | | | | | | | | They have been bootstrapped by `make world' since long before the hacks here were cloned from ../libgcc/Makefile. The versions just built in "../*" normally won't work if the target system is not binary compatible. Don't use OBJS to defeat `make depend'; just put generated sources in SRCS. Added temporary files to CLEANFILES.
* Use the installed version of perl for `make install'. It is nowbde1998-07-071-11/+3
| | | | | bootstrapped by `make world'. The version just built in ".." normally won't work if the target system is not binary compatible.
* Use the installed version of perl for `make depend'. It is nowbde1998-07-071-14/+3
| | | | | | | | | | | | bootstrapped by `make world'. The version just built in ".." normally won't work if the target system is not binary compatible. The bootstrapped version has a better chance of working. This makes the fixes and bugs in the previous 3 commits irrelevant. Rev.1.11 was just wrong and rev.1.10 became unnecessary when perl/perl was added to build-tools. Don't expect to build perl/usub without using `make world' or equivalent if you don't have perl installed.
* Added a `build-tools' target for internal tools.bde1998-07-071-1/+7
|
* Fixed printf format errors.bde1998-06-3010-32/+51
|
* Fixed printf format errors.bde1998-06-309-20/+21
|
* Add -DFREEBSD_AOUT to CFLAGS, to ensure that <link.h> gives us the correctpeter1998-06-121-2/+2
| | | | definitions, even when compiling the a.out ld under elf.
* Spelling corrections.jkoshy1998-06-061-2/+2
| | | | | PR: 6868 Submitted by: Josh Gilliam <josh@quick.net>
* Fix a bunch of spelling errors.steve1998-06-042-4/+13
| | | | | PR: 6856 Submitted by: Josh Gilliam <josh@quick.net>
* Don't use beforedepend or give dependencies on generated headers explicitly.bde1998-06-043-18/+7
| | | | Just put generated headers in SRCS.
* Removed superfluous beforedepends. Their files were already in SRCS.bde1998-06-042-6/+2
|
OpenPOWER on IntegriCloud