diff options
author | Jeff Law <law@redhat.com> | 1994-07-05 01:19:31 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-07-05 01:19:31 +0000 |
commit | edf7c1e4fe31bf5aa6dcfda6e87111a228649000 (patch) | |
tree | 7064d178f4ce9e6c9c488895e68e14b423ad6c3d /bfd/som.h | |
parent | 8fb99170f1f32f510a61a2e1853022c93a4b1263 (diff) | |
download | gdb-edf7c1e4fe31bf5aa6dcfda6e87111a228649000.zip gdb-edf7c1e4fe31bf5aa6dcfda6e87111a228649000.tar.gz gdb-edf7c1e4fe31bf5aa6dcfda6e87111a228649000.tar.bz2 |
* som.h (R_HPPA_COMPLEX): Define.
* elf32-hppa.h (R_HPPA_COMPLEX): Define.
(elf32_hppa_reloc_type): Delete R_PARISC_STUB_CALL_17.
Diffstat (limited to 'bfd/som.h')
-rw-r--r-- | bfd/som.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -199,9 +199,11 @@ struct som_section_data_struct #define R_HPPA_NONE R_NO_RELOCATION #define R_HPPA R_CODE_ONE_SYMBOL #define R_HPPA_PCREL_CALL R_PCREL_CALL +#define R_HPPA_ABS_CALL R_ABS_CALL #define R_HPPA_GOTOFF R_DP_RELATIVE #define R_HPPA_ENTRY R_ENTRY #define R_HPPA_EXIT R_EXIT +#define R_COMPLEX R_COMP1 /* Exported functions, mostly for use by GAS. */ boolean bfd_som_set_section_attributes PARAMS ((asection *, int, int, |