diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2002-12-01 12:18:29 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2002-12-01 12:18:29 +0000 |
commit | bc7c6a9029e2590f0715a88193da72c5e5451e1d (patch) | |
tree | 755bd5dfe279ffc55fba015d3ff1b356cd74a0d2 /bfd/bfd-in2.h | |
parent | 542751c41f6ae5d8ae8a3b4c5107d6f19ddad5c3 (diff) | |
download | gdb-bc7c6a9029e2590f0715a88193da72c5e5451e1d.zip gdb-bc7c6a9029e2590f0715a88193da72c5e5451e1d.tar.gz gdb-bc7c6a9029e2590f0715a88193da72c5e5451e1d.tar.bz2 |
* bfd-in2.h (bfd_mach_m6812): Rebuild.
* archures.c (bfd_mach_m6812_default, bfd_mach_m6812,
bfd_mach_m6812s): Declare.
* elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): New function.
(_bfd_m68hc12_elf_set_private_flags): Call it.
(_bfd_m68hc12_elf_print_private_bfd_data): Report processor version.
(_bfd_m68hc12_elf_merge_private_bfd_data): Merge the flags and
report microcontroller incompatibilities (HC12 vs HCS12).
(elf_backend_object_p): Update.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index cde91f1..11b6d3c 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1628,6 +1628,9 @@ enum bfd_architecture bfd_arch_dlx, /* DLX */ bfd_arch_m68hc11, /* Motorola 68HC11 */ bfd_arch_m68hc12, /* Motorola 68HC12 */ +#define bfd_mach_m6812_default 0 +#define bfd_mach_m6812 1 +#define bfd_mach_m6812s 2 bfd_arch_z8k, /* Zilog Z8000 */ #define bfd_mach_z8001 1 #define bfd_mach_z8002 2 |