summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld
AgeCommit message (Expand)Author
2000-05-28Remove RELOC_SYMBOLICS_THROUGH_JMPSLOT since it isn't required for VAX (andmatt
2000-04-26forward compatible -rpath-link takes an arguemnt; deal with it.mrg
2000-01-13More alloca() -> malloc(). Needed to make some shared libraries link whenmycroft
2000-01-07Semi-random code cleanup.mycroft
2000-01-07Fix two problems:mycroft
1999-12-01open(2) can legally return 0. Errors only if return value < 0.phil
1999-11-08don't bother calling fwrite() if count == 0' ld.clukem
1999-10-04Don't abuse alloca() for allocating memory for string sections which cantron
1999-07-30Don't use GNU malloc() any more.mycroft
1999-06-25Fix printf(3) format warning (per Kurt Schreiner on port-sparc).pk
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-09Missing .El, questionable .Sh use.ross
1999-02-27Add arm32 hacks to ld, and reenable ld on arm32. As is well known, XXXtv
1999-01-11In userland, pull in <errno.h> instead of <sys/errno.h> for the declarationkleink
1999-01-05Fix byte order swapping for cross linker.itohy
1998-12-30Include sys/resource.h, because otherwise RLIMIT_STACK is not setcjs
1998-12-17shlib.c has been Moved to `src/libexec/ld.aout_so'pk
1998-12-17These files now live in `src/libexec/ld.aout_so/arch'pk
1998-12-17Adjust include directories.pk
1998-12-17Collect implementation definitions in `ld_i.h' and use that in other files.pk
1998-12-17The a.out version of ld.so now lives in `src/libexec/ld.aout_so'pk
1998-12-17ldconfig(8) now lives in `src/sbin/ldconfig'pk
1998-12-15ldd & ldconfig are no longer here.pk
1998-12-15Cast down the prototype revolt for now..pk
1998-12-15Pull in proper headers; deal with compiler warnings; miscelleneous KNF.pk
1998-12-15ldd has moved to `src/usr.bin/ldd/ldd_aout'pk
1998-12-15Deal with compiler warnings: format strings, prototypes, variable initializat...pk
1998-12-15Prototypes.pk
1998-12-15Pull in <a.out.h>.pk
1998-12-15Add & correct prototypes.pk
1998-12-15Layout & compiler warnings.pk
1998-12-15NetBSD -> __NetBSD__pk
1998-12-03Put back code to use pc-relative branches in the PLT, and avoid doing cachemycroft
1998-12-03Use the `first' argument to md_fix_jmpslot().mycroft
1998-10-31Add hook to convert some DISP32 relocs to BASREL through a GOT entry.matt
1998-10-31Remove reference to unused include file.matt
1998-10-31Add a hook for converting "normal" DISP32 relocs that refer to data symbolsmatt
1998-10-24Revert last change, since it treats external SIZE symbols askristerw
1998-10-23More fixes and optimizations for VAX shared library support. Includingmatt
1998-10-23Make the BINDER debug messages a bit more useful (print index and jmpslotmatt
1998-10-21It seems that gas.new has new types to indicate weaknessmatt
1998-10-20GC empty `FILES' section.kleink
1998-10-19Back out change to md_make_gotreloc which added 4 arguement of got_t *.matt
1998-10-19Add AUX_LABEL (need for VAX JSB/JMP "jmp" slots).matt
1998-10-171. The 1st arg of sprintf() shall be nul terminateditohy
1998-10-17Correct return value of md_midcompat().itohy
1998-10-12Get shared libraries a lot closer to working.matt
1998-10-03remove some vm_offset_t fallout.matthias
1998-09-15Prevent spurious matches matches against unwanted major versions.pk
1998-09-12Exit early from alloc_link_map() if we have no object; only relevantpk