summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Wall <twall@alum.mit.edu>2000-04-07 17:04:19 +0000
committerTimothy Wall <twall@alum.mit.edu>2000-04-07 17:04:19 +0000
commit5948916f52493e0146ce5b1467d261464072bb97 (patch)
treee8b5cb467946743b3ff0e9889df94371e5349f29
parent1decb32380b8eacf945595321f515d9035a01d6c (diff)
downloadbinutils-gdb-5948916f52493e0146ce5b1467d261464072bb97.tar.gz
Note new "AT>" feature.
-rw-r--r--ld/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/NEWS b/ld/NEWS
index 2c2340f385e..f78d4e507ba 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -2,6 +2,9 @@
Changes in version 2.10:
+* Added AT> to the linker script language to allow load-time allocation of
+ sections into regions.
+
* Added garbage collection of unused sections, enabled by --gc-sections.
It does require a bit of backend support; currently implemented are
ppc-elf, mips-elf, and mn10300-elf. Others will ignore the option.