From: Timothy Wall Date: Fri, 7 Apr 2000 17:04:19 +0000 (+0000) Subject: Note new "AT>" feature. X-Git-Tag: gdb_5_0-2000-04-10-branchpoint~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5948916f52493e0146ce5b1467d261464072bb97;p=platform%2Fupstream%2Fbinutils.git Note new "AT>" feature. --- 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.