From: Nick Clifton Date: Wed, 15 Jun 2011 09:12:09 +0000 (+0000) Subject: * NEWS: Mention addition of TILEPRO and TIKE-Gx support. X-Git-Tag: sid-snapshot-20110701~199 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90b3661c07d98d5ac5adaeddd67678c7234ead2a;p=external%2Fbinutils.git * NEWS: Mention addition of TILEPRO and TIKE-Gx support. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 66cf820..1120cdc 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2011-06-15 Nick Clifton + + * NEWS: Mention addition of TILEPRO and TIKE-Gx support. + 2011-06-14 Tristan Gingold * config/tc-ppc.h (struct ppc_tc_sy): Complete comment on within. diff --git a/gas/NEWS b/gas/NEWS index ab68ab5..eda148a 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -1,7 +1,8 @@ -*- text -*- -Changes in 2.21: +* Add support for the Tilera TILEPRO and TILE-Gx architectures. +Changes in 2.21: * Gas no longer requires doubling of ampersands in macros. diff --git a/ld/ChangeLog b/ld/ChangeLog index 004e784..683d18d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2011-06-15 Nick Clifton + + * NEWS: Mention addition of TILEPRO and TIKE-Gx support. + 2011-06-13 Walter Lee * Makefile.am (ALL_EMULATION_SOURCES): Add eelf32tilegx.c and diff --git a/ld/NEWS b/ld/NEWS index b303490..40a6b9f 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -1,12 +1,13 @@ -*- text -*- +* Add support for the Tilera TILEPRO and TILE-Gx architectures. + * Added SORT_BY_INIT_PRIORITY to the linker script language to permit sorting sections by numerical value of the GCC init_priority attribute encoded in the section name. Changes in 2.21: - * Linker script expression evaluation is somewhat more sane. This may break scripts that depend on quirks of the old expression evaluation.