* bfd.h: HPPA merge.

This commit is contained in:
Stu Grossman 1992-06-19 22:47:19 +00:00
parent 7da1e27dd4
commit 5e511f6f70
2 changed files with 9 additions and 1 deletions

View file

@ -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

View file

@ -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;