summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/ld.c
AgeCommit message (Expand)Author
1995-06-15Honour current umask when turning `x' bits on (from Joerg Wunsch).pk
1995-06-04Implement compiled-in library search paths: any `-L' argument encounteredpk
1995-01-29Fix confusion over a.out header flags.pk
1994-12-23"weak symbol" support (fudged into `a.out' by means of the n_other field).pk
1994-12-17Don't let N_INDR entries override already defined symbols.pk
1994-11-30Another md macro to initialize a home-made struct reloc neededpk
1994-10-30Prevent infinite loop on dubious input.pk
1994-10-19Workaround a problem with alias symbols.pk
1994-08-21init_rrs() no longer needed.pk
1994-08-13Use new a.out flags.pk
1994-07-23Propagate warning symbols into shared libraries too.pk
1994-07-21Propagate N_WARNING symbols to `-r' output.pk
1994-06-29Some refinement in resolving symbols from shared objects.pk
1994-06-24N_WARNING symbols handling.pk
1994-06-16Fix false assumption about external (N_EXT) symbols always beingpk
1994-06-10Conversion to err()/warn() for error reports.pk
1994-05-25`-A' implies `-Bstatic'pk
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-10Remove extra `\n' in message.mycroft
1994-04-07PC relative segment relocations don't need to be looked at at run-time (suchpk
1994-03-31Suck in lseek() prototype.pk
1994-02-10Update relocation addend correctly (affects Sparc only).pk
1994-01-28Use `.type' directives generated by gcc.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-20Hooks for for shared C++ objects with static contructors/destructors.pk
1993-12-08Many internal changes, most notably in the symbol counting stuff.pk
1993-11-14"ld -X -r": debug symbols starting with 'L' didn't make it to the symbol table.pk
1993-11-14Make `-Z' actually do something different again (old style ZMAGICs).pk
1993-11-10Eleminate duplicate inclusion of shared objects (libgcc!).pk
1993-11-05Do a better job of recognising data in text segments, eg. `const char []'.pk
1993-11-01The N_SET* symbols are back in. C++ object files can now be linked again.pk
1993-10-27Improved handling of PIC code in "main stream" .o files.pk
1993-10-22relocation for non-RRS shared library symbols wasn't always set correctly.pk
1993-10-21No rounding of bss size to page boundary in ZMAGIC a.out's, the kernelpk
1993-10-16A linker supporting shared libraries.pk
1993-09-05Don't barf if two file names are the same.mycroft
1993-08-01Add RCS identifiers.mycroft
1993-06-18convert magic numbers to network byte order, and attendent changescgd
1993-04-16Pick up QMAGIC stuff from BSDI and remove -screwballmode.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd