Eli Zaretskii's DOSish file name patches.
[binutils-gdb.git] / ld / NEWS
diff --git a/ld/NEWS b/ld/NEWS
index f78d4e507ba7d111e0df2d8dae02fb7f77d0cd80..df6446daaaa5d0c2542fbc09b71fc9c85253c5e9 100644 (file)
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -2,6 +2,15 @@
 
 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
+  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.