aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2004-11-19 19:28:40 +0000
committerMark Mitchell <mark@codesourcery.com>2004-11-19 19:28:40 +0000
commit6b3221b47a7e47dc7d84cdb855b1e5328bc91a92 (patch)
tree312d22f1037a43e2d5917551c5b9b95657eaa77f /ld/ChangeLog
parent5da8bf1b0bcc13d997c42283a80c3b847b621f99 (diff)
downloadgdb-6b3221b47a7e47dc7d84cdb855b1e5328bc91a92.zip
gdb-6b3221b47a7e47dc7d84cdb855b1e5328bc91a92.tar.gz
gdb-6b3221b47a7e47dc7d84cdb855b1e5328bc91a92.tar.bz2
* Makefile.am (ALL_EMULATIONS): Add earmelf_linux_eabi.o.
(earmelf_linux_eabi.c): New target. * configure.tgt (arm*-*-linux-gnueabi): Handle it. * emulparams/armelf_linux_eabi.sh: New file. * Makefile.in: Regenerated.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index cb4ef16..aa5b1a6 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,11 @@
+2004-11-19 Mark Mitchell <mark@codesourcery.com>
+
+ * Makefile.am (ALL_EMULATIONS): Add earmelf_linux_eabi.o.
+ (earmelf_linux_eabi.c): New target.
+ * configure.tgt (arm*-*-linux-gnueabi): Handle it.
+ * emulparams/armelf_linux_eabi.sh: New file.
+ * Makefile.in: Regenerated.
+
2004-11-19 Nick Clifton <nickc@redhat.com>
PR 518