OSDN Git Service

2009-06-17 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl@lucon.org>
Wed, 17 Jun 2009 18:08:34 +0000 (18:08 +0000)
committerH.J. Lu <hjl@lucon.org>
Wed, 17 Jun 2009 18:08:34 +0000 (18:08 +0000)
commit729b010560ef364fd147584be4ee57d5f2319cfc
treef225cddf7d79ff10ec84b987b92e968f38d0eb7f
parent292330aac72649545a68f3845244600b4dbc7ab6
2009-06-17  H.J. Lu  <hongjiu.lu@intel.com>

* elf32-arm.c (create_got_section): Get existing .rela.got
section.
* elf32-hppa.c (elf32_hppa_create_dynamic_sections): Likewise.
* elf32-lm32.c (create_got_section): Likewise.
* elf32-m32r.c (create_got_section): Likewise.
* elf32-ppc.c (ppc_elf_create_got): Likewise.
* elf32-s390.c (create_got_section): Likewise.
* elf32-sh.c (create_got_section): Likewise.
* elf32-xtensa.c (elf_xtensa_create_dynamic_sections): Likewise.
* elf64-s390.c (create_got_section): Likewise.
* elfxx-sparc.c (create_got_section): Likewise.

* elflink.c (_bfd_elf_create_got_section): Properly initialize
the GOT size.
12 files changed:
bfd/ChangeLog
bfd/elf32-arm.c
bfd/elf32-hppa.c
bfd/elf32-lm32.c
bfd/elf32-m32r.c
bfd/elf32-ppc.c
bfd/elf32-s390.c
bfd/elf32-sh.c
bfd/elf32-xtensa.c
bfd/elf64-s390.c
bfd/elflink.c
bfd/elfxx-sparc.c