diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-12-24 02:48:59 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2006-12-24 02:48:59 +0000 |
commit | ebff6cd5e532daf7cc17c64cac32ddae7361c567 (patch) | |
tree | d7473d758b7a375a27b102237d0881f9fa545a47 /gas | |
parent | 52080766cb766c6fb06dd5c2ffeb85adb65f0873 (diff) | |
download | gdb-ebff6cd5e532daf7cc17c64cac32ddae7361c567.zip gdb-ebff6cd5e532daf7cc17c64cac32ddae7361c567.tar.gz gdb-ebff6cd5e532daf7cc17c64cac32ddae7361c567.tar.bz2 |
bfd/
* config.bfd: Recognize fido.
gas/
* configure.tgt: Recognize fido.
ld/
* configure.tgt: Recognize fido.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/configure.tgt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 7924086..72ca861 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2006-12-23 Kazu Hirata <kazu@codesourcery.com> + + * configure.tgt: Recognize fido. + 2006-12-15 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c: Add a blank line bewteen function bodies. diff --git a/gas/configure.tgt b/gas/configure.tgt index 805da5c..e4cfa1e 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -37,6 +37,7 @@ case ${cpu} in c4x*) cpu_type=tic4x ;; crisv32) cpu_type=cris arch=crisv32 ;; crx*) cpu_type=crx endian=little ;; + fido) cpu_type=m68k ;; hppa*) cpu_type=hppa ;; i[3-7]86) cpu_type=i386 arch=i386;; ia64) cpu_type=ia64 ;; |