aboutsummaryrefslogtreecommitdiff
path: root/ld/NEWS
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 /ld/NEWS
parent1decb32380b8eacf945595321f515d9035a01d6c (diff)
downloadfsf-binutils-gdb-5948916f52493e0146ce5b1467d261464072bb97.zip
fsf-binutils-gdb-5948916f52493e0146ce5b1467d261464072bb97.tar.gz
fsf-binutils-gdb-5948916f52493e0146ce5b1467d261464072bb97.tar.bz2
Note new "AT>" feature.
Diffstat (limited to 'ld/NEWS')
-rw-r--r--ld/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/NEWS b/ld/NEWS
index 2c2340f..f78d4e5 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.