summaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-12-24 02:48:59 +0000
committerKazu Hirata <kazu@codesourcery.com>2006-12-24 02:48:59 +0000
commitebff6cd5e532daf7cc17c64cac32ddae7361c567 (patch)
treed7473d758b7a375a27b102237d0881f9fa545a47 /ld
parent52080766cb766c6fb06dd5c2ffeb85adb65f0873 (diff)
downloadbinutils-ebff6cd5e532daf7cc17c64cac32ddae7361c567.tar.gz
binutils-ebff6cd5e532daf7cc17c64cac32ddae7361c567.tar.bz2
binutils-ebff6cd5e532daf7cc17c64cac32ddae7361c567.zip
bfd/
* config.bfd: Recognize fido. gas/ * configure.tgt: Recognize fido. ld/ * configure.tgt: Recognize fido.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/configure.tgt1
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 34ff9cd1481..c28addf10bb 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-23 Kazu Hirata <kazu@codesourcery.com>
+
+ * configure.tgt: Recognize fido.
+
2006-12-18 Pedro Alves <pedro_alves@portugalmail.pt>
* pe-dll.c (pe_bfd_is_dll): New function.
diff --git a/ld/configure.tgt b/ld/configure.tgt
index 742f1b18160..0246b4260c8 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -120,6 +120,7 @@ d30v-*-*) targ_emul=d30velf; targ_extra_emuls="d30v_e d30v_o"
;;
dlx-*-elf*) targ_emul=elf32_dlx
;;
+fido*-*-elf*) targ_emul=m68kelf ;;
fr30-*-*) targ_emul=elf32fr30
;;
frv-*-*linux*) targ_emul=elf32frvfd ;;