* bfd.h: HPPA merge.
authorStu Grossman <grossman@cygnus>
Fri, 19 Jun 1992 22:47:19 +0000 (22:47 +0000)
committerStu Grossman <grossman@cygnus>
Fri, 19 Jun 1992 22:47:19 +0000 (22:47 +0000)
include/ChangeLog
include/bfd.h

index 29f5a17fe7a3685cea76b48ade9ea902da7e5369..c8c4066f5ea992ae6ad6bd177228d7282561c366 100644 (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
index 9541e9ce65181f54698daffd65b77ff172c1edbe..d3fece7f69fc9fb945c549c1988acc8d50d2bce6 100644 (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;