aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-09-11 16:07:50 +0000
committerKazu Hirata <kazu@codesourcery.com>2007-09-11 16:07:50 +0000
commit8d100c328c3dc2d4796a0a4532ae90de39fc97b9 (patch)
treec411b8bfdc19a6fef6823b89e8365f90a7936915 /bfd/bfd-in2.h
parent2f629d2305e935524b49e14da64e1ffe26ea9d6b (diff)
downloadgdb-8d100c328c3dc2d4796a0a4532ae90de39fc97b9.zip
gdb-8d100c328c3dc2d4796a0a4532ae90de39fc97b9.tar.gz
gdb-8d100c328c3dc2d4796a0a4532ae90de39fc97b9.tar.bz2
bfd/
* archures.c: Add bfd_mach_mcf_isa_c_nodiv, bfd_mach_mcf_isa_c_nodiv_mac & bfd_mach_mcf_isa_c_nodiv_emac. * ieee.c (ieee_write_processor): Update coldfire architecture list. * bfd-in2.h: Rebuilt. * cpu-m68k.c (arch_info_struct): Add isa_c nodiv architectures. (m68k_arch_features): Likewise. * elf32-m68k.c (elf32_m68k_object_p): Add EF_M68K_CF_ISA_C_NODIV. (elf32_m68k_print_private_bfd_data): Likewise. gas/ * config/tc-m68k.c (m68k_ip): Add mcfisa_c case. (m68k_elf_final_processing): Add EF_M68K_CF_ISA_C_NODIV. include/elf/ * m68k.h (EF_M68K_CF_ISA_C_NODIV): New.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 317d32e..d3228d0 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -1772,6 +1772,9 @@ enum bfd_architecture
#define bfd_mach_mcf_isa_c 26
#define bfd_mach_mcf_isa_c_mac 27
#define bfd_mach_mcf_isa_c_emac 28
+#define bfd_mach_mcf_isa_c_nodiv 29
+#define bfd_mach_mcf_isa_c_nodiv_mac 30
+#define bfd_mach_mcf_isa_c_nodiv_emac 31
bfd_arch_vax, /* DEC Vax */
bfd_arch_i960, /* Intel 960 */
/* The order of the following is important.