summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2010-09-09 10:46:31 +0000
committerTristan Gingold <gingold@adacore.com>2010-09-09 10:46:31 +0000
commit9c6c939061bb6c74846919421963cd0b9cd0bfc3 (patch)
tree8194cca839fea8a99adcfa23f2d23a9cd291749e
parent312b532a33f3e6a785dec58a9d3967cb2d643301 (diff)
downloadbinutils-redhat-9c6c939061bb6c74846919421963cd0b9cd0bfc3.tar.gz
binutils/
2010-09-09 Tristan Gingold <gingold@adacore.com> * NEWS: Add entry to NEWS for hppa/som. ld/ 2010-09-09 Tristan Gingold <gingold@adacore.com> * NEWS: Add a entry for alpha-vms.
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/NEWS2
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/NEWS2
4 files changed, 12 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index dcbf00b04b..6cdb68b690 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-09 Tristan Gingold <gingold@adacore.com>
+
+ * NEWS: Add entry to NEWS for hppa/som.
+
2010-09-09 Jakub Jelinek <jakub@redhat.com>
* dwarf.h (debug_info): Add offset_info and dwarf_version fields.
diff --git a/binutils/NEWS b/binutils/NEWS
index 92f894dc07..720df35215 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -19,6 +19,8 @@
* Add a new command line option -p / --pretty-print to addr2line to have
a more human readable output.
+* The hppa/som targets can now be compiled on any host.
+
Changes in 2.20:
* Add support for delay importing to dlltool. Use the --output-delaylib <file>
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 2c547c5b89..95a6695f53 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-09 Tristan Gingold <gingold@adacore.com>
+
+ * NEWS: Add a entry for alpha-vms.
+
2010-09-07 Andrew Burgess <aburgess@broadcom.com>
* ldwrite.c (clone_section): Call bfd_copy_private_section_data on
diff --git a/ld/NEWS b/ld/NEWS
index 9e7ad31120..cfc61aa378 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -20,6 +20,8 @@
* Add support for the Renesas RX processor.
+* Add support for alpha-vms target.
+
Changes in 2.20:
* GNU/Linux targets now support the STB_GNU_UNIQUE symbol binding. This is a