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:35 +0000 (18:08 +0000)
committerH.J. Lu <hjl@lucon.org>
Wed, 17 Jun 2009 18:08:35 +0000 (18:08 +0000)
commitf0c48fe3cefb05390cbff64c756cb33a536cd506
treec5ac26ed4a0e872093a877b56b4a5788770c3b34
parentaf4ef0275bdc67c30508511694a477ab9d98b56a
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