diff options
author | Nick Clifton <nickc@redhat.com> | 2000-05-22 21:58:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-05-22 21:58:40 +0000 |
commit | 176355da9935d29e302b00cef227c2c9946492c3 (patch) | |
tree | b359ee540423bdf84b39452b0ee7183e9dd7599e /ld/NEWS | |
parent | 5110c57e8e960ab73903ff4e3e1a13fe42012a1f (diff) | |
download | gdb-176355da9935d29e302b00cef227c2c9946492c3.zip gdb-176355da9935d29e302b00cef227c2c9946492c3.tar.gz gdb-176355da9935d29e302b00cef227c2c9946492c3.tar.bz2 |
Patch from Thomas de Lellis to implement --section-start
Diffstat (limited to 'ld/NEWS')
-rw-r--r-- | ld/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ Changes in version 2.10: +* Added command line switch --section-start to set the start address of any + specified section. + * Added ability to emit full relocation information in linked executables, enabled by --emit-relocs. Some post-linkage optimization tools need this information in order to be able to correctly identify and perform |