From a712da2085bdea09bc56b3a59eb31cf2ab024e00 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 17 May 2000 19:38:53 +0000 Subject: Apply patch from Richard Gorton to implement --emit-relocs switch to the linker to preserve relocs in an output executable --- ld/NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ld/NEWS') diff --git a/ld/NEWS b/ld/NEWS index f78d4e5..325d8a8 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -2,6 +2,12 @@ Changes in version 2.10: +* 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 + symbol relative addressing in the event of changes in section contents + (instructions being added or deleted, extending data sections, etc.) + * Added AT> to the linker script language to allow load-time allocation of sections into regions. -- cgit v1.1