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