diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-04-07 17:04:19 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-04-07 17:04:19 +0000 |
commit | 5948916f52493e0146ce5b1467d261464072bb97 (patch) | |
tree | e8b5cb467946743b3ff0e9889df94371e5349f29 /ld | |
parent | 1decb32380b8eacf945595321f515d9035a01d6c (diff) | |
download | gdb-5948916f52493e0146ce5b1467d261464072bb97.zip gdb-5948916f52493e0146ce5b1467d261464072bb97.tar.gz gdb-5948916f52493e0146ce5b1467d261464072bb97.tar.bz2 |
Note new "AT>" feature.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |