From 71e5db1cc535f0270270b693bcce3ec6d81c03a8 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 25 Jan 2003 08:20:38 +0000 Subject: [PATCH] * elf32-sparc.c (bfd_elf32_new_section_hook): Define. --- bfd/ChangeLog | 4 ++++ bfd/elf32-sparc.c | 1 + 2 files changed, 5 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f929f9d..c4102ee 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2003-01-25 Alan Modra + + * elf32-sparc.c (bfd_elf32_new_section_hook): Define. + 2003-01-25 Jakub Jelinek * elf32-sparc.c (_bfd_sparc_elf_howto_table): Add TLS relocs. diff --git a/bfd/elf32-sparc.c b/bfd/elf32-sparc.c index a4d21a2..dcdce31 100644 --- a/bfd/elf32-sparc.c +++ b/bfd/elf32-sparc.c @@ -3491,6 +3491,7 @@ elf32_sparc_reloc_type_class (rela) #define bfd_elf32_bfd_link_hash_table_create \ elf32_sparc_link_hash_table_create #define bfd_elf32_bfd_relax_section elf32_sparc_relax_section +#define bfd_elf32_new_section_hook elf32_sparc_new_section_hook #define elf_info_to_howto elf32_sparc_info_to_howto #define elf_backend_copy_indirect_symbol \ elf32_sparc_copy_indirect_symbol -- 2.7.4