Report an error for S-records with less than the miniumum size
[deliverable/binutils-gdb.git] / bfd / mach-o-x86-64.c
index 017a6b891918e73ab2409f4069968c40916eae73..c0042cb1734ba7a6042e4cb38b819dc8a9faa27c 100644 (file)
@@ -353,9 +353,10 @@ const mach_o_segment_name_xlat mach_o_x86_64_segsec_names_xlat[] =
 #define bfd_mach_o_tgt_seg_table mach_o_x86_64_segsec_names_xlat
 #define bfd_mach_o_section_type_valid_for_tgt bfd_mach_o_section_type_valid_for_x86_64
 
-#define TARGET_NAME            mach_o_x86_64_vec
+#define TARGET_NAME            x86_64_mach_o_vec
 #define TARGET_STRING          "mach-o-x86-64"
 #define TARGET_ARCHITECTURE    bfd_arch_i386
+#define TARGET_PAGESIZE                4096
 #define TARGET_BIG_ENDIAN      0
 #define TARGET_ARCHIVE                 0
 #define TARGET_PRIORITY                0
This page took 0.023988 seconds and 4 git commands to generate.