diff options
author | Jeff Law <law@redhat.com> | 1999-08-10 18:51:53 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-08-10 18:51:53 +0000 |
commit | fc91f6585b08c2d55317f868d0a1437c1f69b9b9 (patch) | |
tree | 54c596b001ee698727fbff4b7af2f96140bfaab8 /bfd/elf-hppa.h | |
parent | 9c492adce5bb8cf1422878cfd5e294fabed9b2b9 (diff) | |
download | gdb-fc91f6585b08c2d55317f868d0a1437c1f69b9b9.zip gdb-fc91f6585b08c2d55317f868d0a1437c1f69b9b9.tar.gz gdb-fc91f6585b08c2d55317f868d0a1437c1f69b9b9.tar.bz2 |
* elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle
R_HPPA_SEGBASE and R_HPPA_SEGREL32.
* cpu-hppa.c (bfd_hppa20w_arch): New entry in architecture info
list.
Diffstat (limited to 'bfd/elf-hppa.h')
-rw-r--r-- | bfd/elf-hppa.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/elf-hppa.h b/bfd/elf-hppa.h index 1fe61e7..44f2238 100644 --- a/bfd/elf-hppa.h +++ b/bfd/elf-hppa.h @@ -535,6 +535,11 @@ _bfd_elf_hppa_gen_reloc_type (abfd, base_type, format, field, ignore, sym) } break; + case R_PARISC_SEGREL32: + case R_PARISC_SEGBASE: + /* The defaults are fine for these cases. */ + break; + default: return NULL; } |