From 3b77b1d509b421e8485bb7da8f19f953675f73d4 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 2 Sep 2002 05:58:55 +0000 Subject: * aoutx.h (NAME(aout,machine_type)): Recognize bfd_mach_i386_i386 and bfd_mach_i386_i386_intel_syntax. --- bfd/aoutx.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bfd/aoutx.h') diff --git a/bfd/aoutx.h b/bfd/aoutx.h index fffb6d9..7fa334a 100644 --- a/bfd/aoutx.h +++ b/bfd/aoutx.h @@ -757,7 +757,9 @@ NAME(aout,machine_type) (arch, machine, unknown) break; case bfd_arch_i386: - if (machine == 0) + if (machine == 0 + || machine == bfd_mach_i386_i386 + || machine == bfd_mach_i386_i386_intel_syntax) arch_flags = M_386; break; -- cgit v1.1