* NEWS: Mention addition of TILEPRO and TIKE-Gx support.

This commit is contained in:
Nick Clifton 2011-06-15 09:12:09 +00:00
parent 8f661a5e0e
commit 90b3661c07
4 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2011-06-15 Nick Clifton <nickc@redhat.com>
* NEWS: Mention addition of TILEPRO and TIKE-Gx support.
2011-06-14 Tristan Gingold <gingold@adacore.com>
* config/tc-ppc.h (struct ppc_tc_sy): Complete comment on within.

View File

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

View File

@ -1,3 +1,7 @@
2011-06-15 Nick Clifton <nickc@redhat.com>
* NEWS: Mention addition of TILEPRO and TIKE-Gx support.
2011-06-13 Walter Lee <walt@tilera.com>
* Makefile.am (ALL_EMULATION_SOURCES): Add eelf32tilegx.c and

View File

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