Note new "AT>" feature.

This commit is contained in:
Timothy Wall 2000-04-07 17:04:19 +00:00
parent 1decb32380
commit 5948916f52

View File

@ -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.