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]

Re: Move bfd *_pointer_linker_section into elf32-ppc.c


On Thu, Jul 03, 2003 at 08:40:22PM +0930, Alan Modra wrote:
> If no one objects to this patch, I'll apply it in a day or so, and
> also make the elf_link_hash_entry change.

Applied.  Earlier than a full day, but I wanted to fix a couple of other
bugs..

> 	* elf-bfd.h (_bfd_elf_create_linker_section) Don't declare.
> 	(_bfd_elf_find_pointer_linker_section): Likewise.
> 	(bfd_elf32_create_pointer_linker_section): Likewise.
> 	(bfd_elf32_finish_pointer_linker_section): Likewise.
> 	(bfd_elf64_create_pointer_linker_section): Likewise.
> 	(bfd_elf64_finish_pointer_linker_section): Likewise.
> 	(_bfd_elf_make_linker_section_rela): Likewise.
> 	* elfcode.h (elf_create_pointer_linker_section): Don't define.
> 	(elf_finish_pointer_linker_section): Likewise.
> 	* elflink.c (_bfd_elf_make_linker_section_rela): Delete.
> 	(_bfd_elf_create_linker_section): Move this function..
> 	(_bfd_elf_find_pointer_linker_section): ..and this..
> 	* elflink.h (elf_create_pointer_linker_section): ..and this..
> 	(elf_finish_pointer_linker_section): ..and this..
> 	* elf32-ppc.c: ..to here, renaming to the following, and adjusting
> 	calls.
> 	(elf_create_linker_section): Convert to C90, tidy.
> 	(elf_find_pointer_linker_section): Likewise.
> 	(elf_create_pointer_linker_section): Likewise.
> 	(elf_finish_pointer_linker_section): Likewise.
> 	* elf32-i370.c: Delete #if 0 code.

-- 
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]