aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorChung-Lin Tang <mentor.com>2013-11-18 06:57:28 -0800
committerChung-Lin Tang <mentor.com>2013-11-18 06:57:28 -0800
commitbaa2af86d4ca17a82a02b581ab5150587ef955f8 (patch)
treed948a7a72eff889de82984c9efd14f95e5becc7c /ld/ChangeLog
parentd0b5971ae7b8709c28a7a1638413426d8749d976 (diff)
downloadgdb-baa2af86d4ca17a82a02b581ab5150587ef955f8.zip
gdb-baa2af86d4ca17a82a02b581ab5150587ef955f8.tar.gz
gdb-baa2af86d4ca17a82a02b581ab5150587ef955f8.tar.bz2
Separate emulations for nios2-elf and nios2-linux.
2013-11-18 Chung-Lin Tang <cltang@codesourcery.com> * emulparams/nios2linux.sh: New emulation file. * configure.tgt: Add nios2*-*-linux* emulation case. * Makefile.am (enios2linux.c): New emulation entry. * 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 b8ebe32..8984e66 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+2013-11-18 Chung-Lin Tang <cltang@codesourcery.com>
+
+ * emulparams/nios2linux.sh: New emulation file.
+ * configure.tgt: Add nios2*-*-linux* emulation case.
+ * Makefile.am (enios2linux.c): New emulation entry.
+ * Makefile.in: Regenerate.
+
2013-10-14 Nick Clifton <nickc@redhat.com>
* emultempl/aix.em (_read_file): Close file at end of function.