summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Collapse)Author
1998-09-15Prevent spurious matches matches against unwanted major versions.pk
Patch based on PR#6139.
1998-09-14Increase "keylength" to 32, inspired by <prlw1@newn.cam.ac.uk> in PRtv
bin/5415. This will not be a significant performance hit, but allows LOCALID keywords up to 32 characters long.
1998-09-14Remove objcopy from all builds until it can be used on all systems.tv
strip(1) is a specialized objcopy, and has an equivalent on systems which cannot yet use binutils.
1998-09-13Rethink the origins of LDSTATIC. Instead, use an option NOLINKLIB, whichtv
builds and installs only what is necessary to link and run binaries, when the library is not externally useable. - NOPIC: Create and link against a static library. - PIC: Create, link against, and install a shared object. - PIC+LDSTATIC: Create and link against a static library; create and install a shared object.
1998-09-12Add -DHAVE_LCHOWN=1 to CPPFLAGS to ensure that owner/group of symlinksfrueauf
are properly keept. Closes pr 5595 by Thomas A. Goldthorpe
1998-09-12Remove /usr/local/bin and /usr/ucb from $PATH. Closes pr 5235 by Jim Bernard.frueauf
1998-09-12Don't prepend /usr/local/bin to $PATH, our gzip is in /usr/bin. Closesfrueauf
pr 5234 by Jim Bernard.
1998-09-12Teach gcc how to be cross-compiled before it dies.wrstuden
1998-09-12Exit early from alloc_link_map() if we have no object; only relevantpk
when tracing. (PR#6140)
1998-09-11PR/5793: Fix core dump caused by input strings more than 127 characterschristos
in length when readline is used (rl_len was a *char*!!!). Undo disabling of readline (this fix was like ``finger hurts, cut hand'') I guess PR/5793 is already closed...
1998-09-11Don't define READLINE, have a look at pr 5793 for a testcase where thisfrueauf
causes bc to coredump.
1998-09-06Stopgap fix for mips until this make procedure is overhauled.tv
1998-09-05distclean is a synonym for cleandirlukem
1998-09-05Assign my copyrights to TNF.pk
1998-09-04Print `unreferenced' info separately from definition.pk
1998-09-04The PLT symbol is also a special case when processing a shared librarypk
symbol table (and so is the GOT symbol actually, but no one ever noticed..). Re-enable PLT symbol.
1998-09-03Disable the the PLT symbol until I can get it to work properly.matt
1998-09-02Descend into objcopy if ELF. Tested briefly on alpha and pmax.ross
1998-09-01add -Dunix to CPPFLAGS to suppress cpp warning.enami
1998-08-29Slight tweak so that indirect references thru the PC are not usedmatt
in PIC mode.
1998-08-28Fix core dump when plt_symbol didn't exist when needed with dynamic images.matt
1998-08-27When installing, don't let "install" strip it. Do that part manually.tv
1998-08-27...But don't recursively call print-objdir.tv
1998-08-27Use ${MAKE} print-objdir.tv
1998-08-27f771 needs the deliberate dependencies for common, too. Noticed bytv
<veego@netbsd.org>
1998-08-27Alpha ld.new works!--add and enable ld.new for alpha.tv
1998-08-27Minor cleanup.tv
1998-08-27only emit __PROCEDURE_LINKAGE_TABLE_ if generating shared library.matt
1998-08-27Addition of binutils (gnu/dist) based ld. Turns out the "arch" subdir istv
not really needed.
1998-08-27Don't auto-generate underscore.c; that can be determined easily bytv
presence or absence of __ELF__.
1998-08-27Re-enable egcs, and enable gas.new for alpha.tv
1998-08-27Make the assembler compile on Alpha. (Not enabled.)tv
1998-08-27For ELF systems only, add strip. This gives up a strip binary that's nottv
third-party, but does unfortunately have a manpage discrepancy across archs. XXX.
1998-08-26Fix some obvious bugs.matt
1998-08-26Create symbol for __PROCEDURE_LINKAGE_TABLE_.matt
1998-08-26Add external symbol for __PROCEDURE_LINKAGE_TABLE_. Modify argumentsmatt
to md_make_gotreloc for VAX'es sake.
1998-08-22Pull bfd.h and -lbfd from the right place.tv
1998-08-22Fix target naming. Needs more cleanup.tv
1998-08-22Now that targmatch.h is fixed, select the default bfd target viatv
${MACHINE_GNU_ARCH}--netbsd.
1998-08-22Pull BFD includes and libs from the right place. (Needs more cleanup.)tv
1998-08-22Add NetBSD rcsid.tv
1998-08-21More changes for shareable libraries and PIC codematt
1998-08-20Bump minor: -Wno-format-y2k added an extern to the shlib.tv
1998-08-20Beginning's of PIC support.matt
1998-08-20Get md.c to compile again. Get mdprologue.S to assemble. [Now at leastmatt
ld and rtld compile and link.]
1998-08-18Enable Haifa by default on alpha, powerpc, and sparc (to match Cygnus'stv
default list)
1998-08-18Untested(!!) beginning of VAX a.out shared library support. This is a workmatt
in progress.
1998-08-18powerpc needs a MACHINE_GNU_ARCH of "rs6000" for gcc. Add:tv
GNU_ARCH.powerpc=rs6000
1998-08-17Check `right', not `resultP' for null.tv
1998-08-17g77version.o really needs to be a .o in the SRCS.tv