OSDN Git Service

From Miod Vallat <miod@online.fr>:
authorkettenis <kettenis>
Sun, 27 Jun 2004 15:08:04 +0000 (15:08 +0000)
committerkettenis <kettenis>
Sun, 27 Jun 2004 15:08:04 +0000 (15:08 +0000)
* aoutx.h (NAME(aout,machine_type)): Handle bfd_arch_m88k.

bfd/ChangeLog
bfd/aoutx.h

index 2eb94a1..d347155 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-27  Mark Kettenis  <kettenis@gnu.org>
+
+       From Miod Vallat <miod@online.fr>:
+       * aoutx.h (NAME(aout,machine_type)): Handle bfd_arch_m88k.
+
 2004-06-26  Alexandre Oliva  <aoliva@redhat.com>
 
        * elf-m10300.c (struct elf_mn10300_pcrel_relocs_copied): Delete.
index ef64bb1..4fa529c 100644 (file)
@@ -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;
     }