From 4aeae20f19ca95e398d43355b1fea865baf9b379 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 16 Dec 2011 13:39:02 +0000 Subject: 2011-12-16 Shinichiro Hamaji * mach-o-i386.c (TARGET_PRIORITY): Define as 0 (top priority) * mach-o-target.c (TARGET_NAME): Use TARGET_PRIORITY * mach-o-x86-64.c (TARGET_PRIORITY): Define as 0 (top priority) * mach-o.c (bfd_mach_o_header_p): Remove special handling for mach-o-i386. (TARGET_PRIORITY) Set 1 for mach-o-be and mach-o-le, and set 0 for mach-o-fat. --- bfd/mach-o-i386.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bfd/mach-o-i386.c') diff --git a/bfd/mach-o-i386.c b/bfd/mach-o-i386.c index c5e38843d3..3dadcb8278 100644 --- a/bfd/mach-o-i386.c +++ b/bfd/mach-o-i386.c @@ -347,4 +347,5 @@ const mach_o_segment_name_xlat mach_o_i386_segsec_names_xlat[] = #define TARGET_ARCHITECTURE bfd_arch_i386 #define TARGET_BIG_ENDIAN 0 #define TARGET_ARCHIVE 0 +#define TARGET_PRIORITY 0 #include "mach-o-target.c" -- cgit v1.2.1