X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=bfd%2Felf64-hppa.c;h=aef822a02f2d2dc286191e5f15d023bd9b6f77c9;hb=f0fe0e16e17d196619746299b29755f87718a96b;hp=7ebbb52dcc1eab38a30326fe8aa1a4e720b24683;hpb=5e8d7549530ad332442a2dde84d45242608a0446;p=binutils-gdb.git diff --git a/bfd/elf64-hppa.c b/bfd/elf64-hppa.c index 7ebbb52dcc1..aef822a02f2 100644 --- a/bfd/elf64-hppa.c +++ b/bfd/elf64-hppa.c @@ -2724,7 +2724,7 @@ const struct elf_size_info hppa64_elf_size_info = #define elf_backend_fake_sections elf_hppa_fake_sections #define elf_backend_add_symbol_hook elf_hppa_add_symbol_hook -#define elf_backend_relocate_section elf_hppa_relocate_section +#define elf_backend_relocate_section elf_hppa_relocate_section #define bfd_elf64_bfd_final_link elf_hppa_final_link @@ -2770,6 +2770,7 @@ const struct elf_size_info hppa64_elf_size_info = #define elf_backend_type_change_ok true #define elf_backend_get_symbol_type elf64_hppa_elf_get_symbol_type #define elf_backend_reloc_type_class elf64_hppa_reloc_type_class +#define elf_backend_rela_normal 1 #include "elf64-target.h"