summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld
AgeCommit message (Expand)Author
1994-04-22function parse() has moved to ld.c, thus avoiding scanf() code to bepk
1994-04-22Properly round the allocated set vector space; reduces by one the numberpk
1994-04-15Careful when claiming jump slots in the "force alias" case.pk
1994-04-10Don't core dump on shared objects. We need an a.out flag really.pk
1994-04-10Remove extra `\n' in message.mycroft
1994-04-07dlopen() should make a copy of argument (Thomas Eberhardt).pk
1994-04-07ns32k support by Matthias Pfaller.pk
1994-04-07Use machine architecture when examining object files for compatibility.pk
1994-04-07PC relative segment relocations don't need to be looked at at run-time (suchpk
1994-04-03Terminate comment at a reasonable place.pk
1994-03-31Suck in lseek() prototype.pk
1994-03-28no more MAP_FILEcgd
1994-03-19fix section typo; from Luke Mewburn <lm@rmit.edu.au>cgd
1994-03-08oopschopps
1994-03-08flush instruction cache.chopps
1994-02-15Libraries which are in the hints file but not in one's LD_LIBRARY_PATH (ifpk
1994-02-10Define an adjustment for {TEXT,DAT}_ADDRs.pk
1994-02-10Update relocation addend correctly (affects Sparc only).pk
1994-01-29Fix spelling error in Copyright noticejtc
1994-01-28Like others, allow for SunOS .o files.pk
1994-01-28Clean up deleted files.mycroft
1994-01-28Use somewhat customized version of malloc, in stead of relying on apk
1994-01-28Use `.type' directives generated by gcc.pk
1994-01-28Remove reference to `mywrite()'.pk
1994-01-28Redone from scratch, but maintain SunOS compatibility.pk
1994-01-21switch a define to move things down a page. seems to work fine.cgd
1994-01-13Don't barf if builtin directories happen to be non-existent.pk
1994-01-12Fill in gdb hook.pk
1994-01-06Must look at relocation before classifying local symbols (affects `ld -r -x').pk
1994-01-05Fix bug with `-A' symbol-file handling.pk
1993-12-23Remove some debris, causing "multiple defined" messages to be missed.pk
1993-12-20Hooks for for shared C++ objects with static contructors/destructors.pk
1993-12-16Add fflush(stdout) to get output in a intuitive order.pk
1993-12-15Whoops, a couple of lines at the wrong place.pk
1993-12-10Fix bug causing spurious "duplicate symbol" error messages (which thenpk
1993-12-10Minor cleanup.mycroft
1993-12-08Use MACHINE_ARCH.mycroft
1993-12-08Isolate the tricky bits..pk
1993-12-08Small nits.pk
1993-12-08Parcelled out the heap allocator into separate file.pk
1993-12-08*** empty log message ***pk
1993-12-08Many internal changes, most notably in the symbol counting stuff.pk
1993-12-07#include ctype.h, since we use isdigit().mycroft
1993-12-07Prototype concat() more strongly, and remove bogus definitions of variablesmycroft
1993-12-05MACHINE_ARCH supportcgd
1993-12-05MACHINE_ARCH supportcgd
1993-12-02Remove ${DESTDIR} from BINDIR.mycroft
1993-11-25Machine-dependent part of ld for the m68k architecture,paulus
1993-11-21Add /usr/X386/lib to the standard list of library paths.mycroft
1993-11-14"ld -X -r": debug symbols starting with 'L' didn't make it to the symbol table.pk