summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-04-03 07:37:41 +0000
committerNick Clifton <nickc@redhat.com>2003-04-03 07:37:41 +0000
commitfb9b761193076d6d35d4e89ebdd7fb23e88ced03 (patch)
tree411ba205f3aaab57755a2202efd2f440b2d06923
parentb49060d9de93f55739a51a0f909914439a43bd6f (diff)
downloadbinutils-redhat-fb9b761193076d6d35d4e89ebdd7fb23e88ced03.tar.gz
Mention support for Xtensa architecture
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/NEWS2
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/NEWS2
4 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 09c9ad4ef8..04b7aad5ef 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-03 Nick Clifton <nickc@redhat.com>
+
+ * NEWS: Mention support for Xtensa architecture.
+
2003-04-02 Philip Blundell <philb@gnu.org>
* config/tc-arm.c (arm_force_relocation): Return 0 for OFFSET_IMM.
diff --git a/gas/NEWS b/gas/NEWS
index 5a92f3cf2f..1e2168c275 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,5 +1,7 @@
-*- text -*-
+* Added support for Xtensa architecture.
+
* Support for Intel's iWMMXt processor (an ARM variant) added.
* An assembler test generator has been contributed and an example file that
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 4f68300599..b31c39debd 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-03 Nick Clifton <nickc@redhat.com>
+
+ * NEWS: Mention support for Xtensa architecture.
+
2003-04-02 Nick Clifton <nickc@redhat.com>
* pe-dll.c (pe_detail_list): arm-pe targets use underscores.
diff --git a/ld/NEWS b/ld/NEWS
index 097acd667c..cfaf186029 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,5 +1,7 @@
-*- text -*-
+* Added support for Xtensa architecture.
+
* Added --with-sysroot configure switch to specify a target system root, for
linking against a target filesystem image.