This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

call elf32_sparc_new_section_hook


Oops.  I should pay more attention to warnings.

	* elf32-sparc.c (bfd_elf32_new_section_hook): Define.

Index: bfd/elf32-sparc.c
===================================================================
RCS file: /cvs/src/src/bfd/elf32-sparc.c,v
retrieving revision 1.45
diff -u -p -r1.45 elf32-sparc.c
--- bfd/elf32-sparc.c	24 Jan 2003 23:44:44 -0000	1.45
+++ bfd/elf32-sparc.c	25 Jan 2003 06:47:53 -0000
@@ -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

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]