summaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2006-02-13 15:08:43 +0000
committerJoseph Myers <joseph@codesourcery.com>2006-02-13 15:08:43 +0000
commite70944826a42c6622f465233c1c4a4bf7c2e900a (patch)
tree441da1c85dd9ccaa356fddca34f9b00d70403f2e /ld/ChangeLog
parent5adeac7764a0ef96780a0e29dcb004b342b9e551 (diff)
downloadbinutils-redhat-e70944826a42c6622f465233c1c4a4bf7c2e900a.tar.gz
gas:
* configure.tgt (arm-*-linux-gnueabi*): Change to arm-*-linux-*eabi*. ld: * configure.tgt (arm*b-*-linux-gnueabi): Change to arm*b-*-linux-*eabi. (arm*-*-linux-gnueabi): Change to arm*-*-linux-*eabi.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index b525e77cdb..db3e9adcba 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2006-02-13 Joseph S. Myers <joseph@codesourcery.com>
+
+ * configure.tgt (arm*b-*-linux-gnueabi): Change to
+ arm*b-*-linux-*eabi.
+ (arm*-*-linux-gnueabi): Change to arm*-*-linux-*eabi.
+
2006-02-08 H.J. Lu <hongjiu.lu@intel.com>
PR ld/2290