From: Stu Grossman Date: Fri, 19 Jun 1992 22:47:19 +0000 (+0000) Subject: * bfd.h: HPPA merge. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e511f6f7097f102c852b2e8eec0be7b0ef4a47f;p=binutils-gdb.git * bfd.h: HPPA merge. --- diff --git a/include/ChangeLog b/include/ChangeLog index 29f5a17fe7a..c8c4066f5ea 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 9541e9ce651..d3fece7f69f 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;