summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/bfd/som.h
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-09-04 19:11:21 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-09-04 19:11:21 +0000
commitc3c8d76890b592bf5acc1a9b7faeabd9b829dd71 (patch)
tree6358a23d0df9de73b6d5d6d3a75545ff35f05b47 /gnu/usr.bin/binutils/bfd/som.h
parent4ba440a6e788da3a64fa29b782c37150a3f5cc18 (diff)
Merge the Cygnus 960904 sources
Diffstat (limited to 'gnu/usr.bin/binutils/bfd/som.h')
-rw-r--r--gnu/usr.bin/binutils/bfd/som.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/bfd/som.h b/gnu/usr.bin/binutils/bfd/som.h
index 6290e88f948..cbfa0b33489 100644
--- a/gnu/usr.bin/binutils/bfd/som.h
+++ b/gnu/usr.bin/binutils/bfd/som.h
@@ -211,6 +211,8 @@ struct som_section_data_struct
#define R_HPPA_COMPLEX R_COMP1
#define R_HPPA_BEGIN_BRTAB R_BEGIN_BRTAB
#define R_HPPA_END_BRTAB R_END_BRTAB
+#define R_HPPA_BEGIN_TRY R_BEGIN_TRY
+#define R_HPPA_END_TRY R_END_TRY
/* Exported functions, mostly for use by GAS. */
boolean bfd_som_set_section_attributes PARAMS ((asection *, int, int,
@@ -220,5 +222,6 @@ boolean bfd_som_set_subsection_attributes PARAMS ((asection *, asection *,
void bfd_som_set_symbol_type PARAMS ((asymbol *, unsigned int));
boolean bfd_som_attach_aux_hdr PARAMS ((bfd *, int, char *));
int ** hppa_som_gen_reloc_type
- PARAMS ((bfd *, int, int, enum hppa_reloc_field_selector_type_alt, int));
+ PARAMS ((bfd *, int, int, enum hppa_reloc_field_selector_type_alt,
+ int, asymbol *));
#endif /* _SOM_H */