Regenerated after Z8000 addition

This commit is contained in:
Steve Chamberlain 1992-08-25 22:09:47 +00:00
parent eaa0f4f8e6
commit 3ab9faab12
1 changed files with 4 additions and 0 deletions

View File

@ -648,6 +648,9 @@ enum bfd_architecture
bfd_arch_h8300, /* Hitachi H8/300 */
bfd_arch_rs6000, /* IBM RS/6000 */
bfd_arch_hppa, /* HP PA RISC */
bfd_arch_z8k, /* Zilog Z8000 */
#define bfd_mach_z8001 1
#define bfd_mach_z8002 2
bfd_arch_last
};
@ -847,6 +850,7 @@ EXFUN(bfd_perform_relocation
asection *input_section,
bfd *output_bfd));
typedef enum bfd_reloc_code_real
{
/* 16 bits wide, simple reloc */
BFD_RELOC_16,