aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2014-01-28 12:25:48 +0000
committerNick Clifton <nickc@redhat.com>2014-01-28 12:25:48 +0000
commit1ade065130f80f4fef38468315d85a1e60a560db (patch)
tree069f1475108d925b70e5c46e5d8acf154d4b00d9 /ld/ChangeLog
parentd82ba9f90a5de61c4286fac371673d56a38108fc (diff)
downloadgdb-1ade065130f80f4fef38468315d85a1e60a560db.zip
gdb-1ade065130f80f4fef38468315d85a1e60a560db.tar.gz
gdb-1ade065130f80f4fef38468315d85a1e60a560db.tar.bz2
The MSP430 linker contains emulations for old and obsolete MCU types.
Since all MCUs now have their own specific linker script (courtesy of TI) there is no need for these emulations and so this patch removes them. * Makefile.am: Remove obsolete MSP430 emulations. * configure.tgt: Likewise. * emulparams/msp430all.sh: Likewise. * Makefile.in: Regenerate.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index dcf0b15..b072ff9 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+2014-01-28 Nick Clifton <nickc@redhat.com>
+
+ * Makefile.am: Remove obsolete MSP430 emulations.
+ * configure.tgt: Likewise.
+ * emulparams/msp430all.sh: Likewise.
+ * Makefile.in: Regenerate.
+
2014-01-24 H.J. Lu <hongjiu.lu@intel.com>
PR ld/16498