diff options
author | Nick Clifton <nickc@redhat.com> | 2000-05-17 19:38:53 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-05-17 19:38:53 +0000 |
commit | a712da2085bdea09bc56b3a59eb31cf2ab024e00 (patch) | |
tree | 9d61a41f3e2b546bf10eacd972952c6118c70970 /ld/ChangeLog | |
parent | f4bd37dad4bc492df305f32652ba812fef893420 (diff) | |
download | gdb-a712da2085bdea09bc56b3a59eb31cf2ab024e00.zip gdb-a712da2085bdea09bc56b3a59eb31cf2ab024e00.tar.gz gdb-a712da2085bdea09bc56b3a59eb31cf2ab024e00.tar.bz2 |
Apply patch from Richard Gorton <gorton@scrugs.lkg.dec.com> to implement
--emit-relocs switch to the linker to preserve relocs in an output executable
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 38bebc7..5465848 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com> + Rick Gorton <gorton@scrugs.lkg.dec.com> + + Add support for '-q' == '--emit-relocs' switch. + * ldmain.c (main): Default to false. + * lexsup.c (parse_args): Turn on emitrelocations flag if set. + * NEWS: Describe the emitrelocations switch. + * ld.texinfo: Describe the emitrelocations switch. + 2000-05-16 Charles Wilson <cwilson@ece.gatech.edu> * ld/emultempl/pe.em (_open_dynamic_archive): New function: Search |