summaryrefslogtreecommitdiff
path: root/bfd/aoutx.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-06-27 15:08:05 +0000
committerMark Kettenis <kettenis@gnu.org>2004-06-27 15:08:05 +0000
commita20b082f656c7043d895b0a395382a4867a1eab6 (patch)
tree7787be41518021596e103f103be56888e3e11e26 /bfd/aoutx.h
parent1f4ec7b01bd58c52b76e44f1156993deb2f4a9c6 (diff)
downloadbinutils-redhat-a20b082f656c7043d895b0a395382a4867a1eab6.tar.gz
From Miod Vallat <miod@online.fr>:
* aoutx.h (NAME(aout,machine_type)): Handle bfd_arch_m88k.
Diffstat (limited to 'bfd/aoutx.h')
-rw-r--r--bfd/aoutx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h
index ef64bb1cf3..4fa529cf50 100644
--- a/bfd/aoutx.h
+++ b/bfd/aoutx.h
@@ -830,6 +830,10 @@ NAME(aout,machine_type) (arch, machine, unknown)
arch_flags = M_CRIS;
break;
+ case bfd_arch_m88k:
+ *unknown = FALSE;
+ break;
+
default:
arch_flags = M_UNKNOWN;
}