diff options
author | Alan Modra <amodra@gmail.com> | 2012-07-02 03:02:45 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-07-02 03:02:45 +0000 |
commit | 87e0a731c84e58c8a6f63b38baacbc066a70ab28 (patch) | |
tree | 601dc896674bc249c25876951867e089cfdae094 /bfd/ChangeLog | |
parent | 5b0a443ab9312a117539570b3e55b2c8c468e5a7 (diff) | |
download | gdb-87e0a731c84e58c8a6f63b38baacbc066a70ab28.zip gdb-87e0a731c84e58c8a6f63b38baacbc066a70ab28.tar.gz gdb-87e0a731c84e58c8a6f63b38baacbc066a70ab28.tar.bz2 |
* elf32-m32c.c (m32c_elf_check_relocs): Use bfd_make_section
"anyway" variant when creating .plt.
(m32c_elf_relax_plt_section): Remove redundant test and unused param.
(m32c_elf_relax_section): Test SEC_LINKER_CREATED before calling
m32c_elf_relax_plt_section.
* elfxx-mips.c (mips_elf_create_got_section): Use make anyway variant
when creating .got and .got.plt.
(_bfd_mips_elf_final_link): Likewise for .rtproc, and use
bfd_get_linker_section.
* sunos.c: Similarly throughout.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6083702..b594c66 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,16 @@ +2012-07-02 Alan Modra <amodra@gmail.com> + + * elf32-m32c.c (m32c_elf_check_relocs): Use bfd_make_section + "anyway" variant when creating .plt. + (m32c_elf_relax_plt_section): Remove redundant test and unused param. + (m32c_elf_relax_section): Test SEC_LINKER_CREATED before calling + m32c_elf_relax_plt_section. + * elfxx-mips.c (mips_elf_create_got_section): Use make anyway variant + when creating .got and .got.plt. + (_bfd_mips_elf_final_link): Likewise for .rtproc, and use + bfd_get_linker_section. + * sunos.c: Similarly throughout. + 2012-07-01 Andreas Schwab <schwab@linux-m68k.org> * elf.c (_bfd_elf_make_section_from_shdr): Fix typo in error |