aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-02-10 12:36:52 +1030
committerAlan Modra <amodra@gmail.com>2021-02-11 07:22:20 +1030
commit933feaf37ec630cb539b36e3612bd3efeee9994a (patch)
treee21a665130f35039ce8eb9896e5abea8d80c30f4
parentd9d9d8ef8ce984dee45f35a5f00f4cf74bcab1e6 (diff)
downloadgdb-933feaf37ec630cb539b36e3612bd3efeee9994a.zip
gdb-933feaf37ec630cb539b36e3612bd3efeee9994a.tar.gz
gdb-933feaf37ec630cb539b36e3612bd3efeee9994a.tar.bz2
Re: Remove arm-symbianelf
gas/ * NEWS: Mention arm-symbianelf removal. ld/ * NEWS: Mention arm-symbianelf removal.
-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 bd3913a..e640fec 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2021-02-11 Alan Modra <amodra@gmail.com>
+
+ * NEWS: Mention arm-symbianelf removal.
+
2021-02-10 Nick Clifton <nickc@redhat.com>
* listing.c (buffer_line): Remove debugging code accidentally
diff --git a/gas/NEWS b/gas/NEWS
index 33dc91b..417f8b1 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,5 +1,7 @@
-*- text -*-
+* arm-symbianelf support removed.
+
Changes in 2.36:
* Add support for Intel AVX VNNI instructions.
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 863f39e..263f233 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2021-02-11 Alan Modra <amodra@gmail.com>
+
+ * NEWS: Mention arm-symbianelf removal.
+
2021-02-09 Alan Modra <amodra@gmail.com>
* Makefile.am (ALL_EMULATION_SOURCES): Remove earmsymbian.c.
diff --git a/ld/NEWS b/ld/NEWS
index 88bf533..4bb4ba3 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,5 +1,7 @@
-*- text -*-
+* arm-symbianelf support removed.
+
* Add -z report-relative-reloc to x86 ELF linker to report dynamic
relative relocations.