aboutsummaryrefslogtreecommitdiff
path: root/ld/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'ld/NEWS')
-rw-r--r--ld/NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/ld/NEWS b/ld/NEWS
index 62406b4..bb1f361 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,18 +1,20 @@
-*- text -*-
+* Add support for the Adapteva EPIPHANY architecture.
+
Changes in 2.22:
* --copy-dt-needed-entries is no longer enabled by default. Instead
--no-copy-dt-needed-entries is the default.
* INPUT_SECTION_FLAGS has been added to the linker script language
-to allow selection of input sections by section header section flags.
+ to allow selection of input sections by section header section flags.
* 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.
+ sorting sections by numerical value of the GCC init_priority attribute
+ encoded in the section name.
Changes in 2.21: