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