diff options
Diffstat (limited to 'bfd/elfxx-target.h')
-rw-r--r-- | bfd/elfxx-target.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/elfxx-target.h b/bfd/elfxx-target.h index 364bddf..0f6f5c5 100644 --- a/bfd/elfxx-target.h +++ b/bfd/elfxx-target.h @@ -554,6 +554,9 @@ #ifndef elf_backend_count_additional_relocs #define elf_backend_count_additional_relocs NULL #endif +#ifndef elf_backend_count_output_relocs +#define elf_backend_count_output_relocs _bfd_elf_default_count_output_relocs +#endif #ifndef elf_backend_sort_relocs_p #define elf_backend_sort_relocs_p NULL #endif @@ -777,6 +780,7 @@ static struct elf_backend_data elfNN_bed = elf_backend_emit_relocs, elf_backend_count_relocs, elf_backend_count_additional_relocs, + elf_backend_count_output_relocs, elf_backend_sort_relocs_p, elf_backend_grok_prstatus, elf_backend_grok_psinfo, |