diff options
author | Stu Grossman <grossman@cygnus> | 1992-06-19 22:47:19 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-06-19 22:47:19 +0000 |
commit | 5e511f6f7097f102c852b2e8eec0be7b0ef4a47f (patch) | |
tree | 3887bba2e5f18312e4c236d302d130eb3b176519 /include | |
parent | 7da1e27dd4814e6e718404f294d3ef63e15054e2 (diff) | |
download | gdb-5e511f6f7097f102c852b2e8eec0be7b0ef4a47f.zip gdb-5e511f6f7097f102c852b2e8eec0be7b0ef4a47f.tar.gz gdb-5e511f6f7097f102c852b2e8eec0be7b0ef4a47f.tar.bz2 |
* bfd.h: HPPA merge.
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/bfd.h | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 29f5a17..c8c4066 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +Fri Jun 19 15:46:32 1992 Stu Grossman (grossman at cygnus.com) + + * bfd.h: HPPA merge. + Tue Jun 16 21:30:56 1992 K. Richard Pixley (rich@cygnus.com) * getopt.h: gratuitous white space changes merged from other prep diff --git a/include/bfd.h b/include/bfd.h index 9541e9c..d3fece7 100644 --- a/include/bfd.h +++ b/include/bfd.h @@ -647,6 +647,7 @@ enum bfd_architecture bfd_arch_pyramid, /* Pyramid Technology */ bfd_arch_h8300, /* Hitachi H8/300 */ bfd_arch_rs6000, /* IBM RS/6000 */ + bfd_arch_hppa, /* HP PA RISC */ bfd_arch_last }; typedef int bfd_reloc_code_type; @@ -1148,6 +1149,8 @@ struct _bfd struct elf_obj_tdata *elf_obj_data; struct bout_data_struct *bout_data; struct sun_core_struct *sun_core_data; + struct hppa_data_struct *hppa_data; + struct hppa_core_struct *hppa_core_data; struct trad_core_struct *trad_core_data; PTR any; } tdata; @@ -1260,7 +1263,8 @@ typedef struct bfd_target bfd_target_ieee_flavour, bfd_target_oasys_flavour, bfd_target_tekhex_flavour, - bfd_target_srec_flavour} flavour; + bfd_target_srec_flavour, + bfd_target_hppa_flavour} flavour; boolean byteorder_big_p; boolean header_byteorder_big_p; flagword object_flags; |