aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-08-25 22:09:47 +0000
committerSteve Chamberlain <sac@cygnus>1992-08-25 22:09:47 +0000
commit3ab9faab123735720c08001a196119c40f9de110 (patch)
tree840e0787bf89606adbfde8c150649d4de31b936c /include
parenteaa0f4f8e61f4f93088f11143199ebe5986368f8 (diff)
downloadgdb-3ab9faab123735720c08001a196119c40f9de110.zip
gdb-3ab9faab123735720c08001a196119c40f9de110.tar.gz
gdb-3ab9faab123735720c08001a196119c40f9de110.tar.bz2
Regenerated after Z8000 addition
Diffstat (limited to 'include')
-rw-r--r--include/bfd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bfd.h b/include/bfd.h
index 6f40af3..7c040b6 100644
--- a/include/bfd.h
+++ b/include/bfd.h
@@ -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,