]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/elf32-ppc.c
* bfd-in.h (bfd_get_section_name, bfd_get_section_vma,
authorNick Clifton <nickc@redhat.com>
Wed, 16 May 2012 16:38:29 +0000 (16:38 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 16 May 2012 16:38:29 +0000 (16:38 +0000)
commita0f49396fd3a721a3bcd77457abeff75dd9564d9
tree702c46acaf9d4d7ce1d05d00fc252b1ad1c908d1
parent536695d0f7f0ec6d32b0727fc6cb443455bbc333
* bfd-in.h (bfd_get_section_name, bfd_get_section_vma,
bfd_get_section_lma, bfd_get_section_alignment,
bfd_get_section_flags, bfd_get_section_userdata): Rewrite macros
in order to use the `bfd' argument.
* bfd-in2.h: Regenerate.
* elf-vxworks.c (elf_vxworks_finish_dynamic_entry): Pass proper `bfd'
as the first argument for `bfd_get_section_alignment'.
* elf32-arm.c (create_ifunc_sections): Likewise, for
`bfd_set_section_alignment'.
* elf32-m32r.c (m32r_elf_relocate_section): Likewise, for
`bfd_get_section_name'.
* elf32-microblaze.c (microblaze_elf_relocate_section): Likewise.
* elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
(ppc_elf_relocate_section): Likewise.
* elf64-mmix.c (mmix_final_link_relocate): Likewise, for
`bfd_get_section_vma'.
* elf64-ppc.c (create_linkage_sections): Likewise, for
`bfd_set_section_alignment'.

* emultempl/m68hc1xelf.em (hook_in_stub): Pass proper `bfd'
as the first argument for `bfd_get_section_name'.

* config/tc-alpha.c (maybe_set_gp): Pass proper `bfd'
as the first argument for `bfd_get_section_vma'.
14 files changed:
bfd/ChangeLog
bfd/bfd-in.h
bfd/bfd-in2.h
bfd/elf-vxworks.c
bfd/elf32-arm.c
bfd/elf32-m32r.c
bfd/elf32-microblaze.c
bfd/elf32-ppc.c
bfd/elf64-mmix.c
bfd/elf64-ppc.c
gas/ChangeLog
gas/config/tc-alpha.c
ld/ChangeLog
ld/emultempl/m68hc1xelf.em