* section.c (bfd_get_linker_section): New function.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index f00c337c2b5bb5ded5e48b90a6fde6ff389f16cb..6df990270b1f9a17152c82783c7a932fdbcceee7 100644 (file)
@@ -1,3 +1,75 @@
+2012-06-29  Alan Modra  <amodra@gmail.com>
+
+       * section.c (bfd_get_linker_section): New function.
+       * elf32-arm.c: When retrieving SEC_LINKER_CREATED sections, use
+       the above throughout rather than bfd_get_section_by_name.  Use
+       bfd_make_section_anyway rather than bfd_make_section when creating
+       them.
+       * elf32-bfin.c: Likewise.
+       * elf32-cr16.c: Likewise.
+       * elf32-cris.c: Likewise.
+       * elf32-frv.c: Likewise.
+       * elf32-hppa.c: Likewise.
+       * elf32-i370.c: Likewise.
+       * elf32-i386.c: Likewise.
+       * elf32-lm32.c: Likewise.
+       * elf32-m32c.c: Likewise.
+       * elf32-m32r.c: Likewise.
+       * elf32-m68k.c: Likewise.
+       * elf32-microblaze.c: Likewise.
+       * elf32-ppc.c: Likewise.
+       * elf32-rl78.c: Likewise.
+       * elf32-s390.c: Likewise.
+       * elf32-score.c: Likewise.
+       * elf32-score7.c: Likewise.
+       * elf32-sh.c: Likewise.
+       * elf32-tic6x.c: Likewise.
+       * elf32-tilepro.c: Likewise.
+       * elf32-vax.c: Likewise.
+       * elf32-xstormy16.c: Likewise.
+       * elf32-xtensa.c: Likewise.
+       * elf64-alpha.c: Likewise.
+       * elf64-hppa.c: Likewise.
+       * elf64-ia64-vms.c: Likewise.
+       * elf64-ppc.c: Likewise.
+       * elf64-s390.c: Likewise.
+       * elf64-sh64.c: Likewise.
+       * elf64-sparc.c: Likewise.
+       * elf64-x86-64.c: Likewise.
+       * elfnn-ia64.c: Likewise.
+       * elfxx-mips.c: Likewise.
+       * elfxx-sparc.c: Likewise.
+       * elfxx-tilegx.c: Likewise.
+       * elflink.c: Likewise.
+       * elf-vxworks.c: Likewise.
+       * elf-m10300.c: Likewise.  Also make use of htab plt, got and
+       gotplt shortcuts.
+       * bfd-in2.h: Regenerate.
+       * elf32-lm32.c (lm32_elf_check_relocs): Use the correct bfd when
+       calling create_rofixup_section.
+       * elflink.c (bfd_elf_final_link): Simplify test for .dynstr.
+
+2012-06-29  Alan Modra  <amodra@gmail.com>
+
+       * elf32-sh.c (sh_elf_create_dynamic_sections): Don't create .rela
+       section for bss type sections, except for .rela.bss.
+       * elf-m10300.c (_bfd_mn10300_elf_create_dynamic_sections): Likewise.
+       * elf32-cr16.c (_bfd_cr16_elf_create_dynamic_sections): Likewise.
+       * elf32-lm32.c (lm32_elf_create_dynamic_sections): Likewise.
+       * elf32-m32r.c (m32r_elf_create_dynamic_sections): Likewise.
+       * elf64-sh64.c (sh64_elf64_create_dynamic_sections): Likewise.
+
+2012-06-28  Roland McGrath  <mcgrathr@google.com>
+
+       * elf32-arm.c (elf32_arm_populate_plt_entry): Use int32_t for
+       displacement calculation in nacl_p case.
+
+2012-06-28  Nick Clifton  <nickc@redhat.com>
+
+       * po/uk.po: New Ukranian translation.
+       * configure.in (ALL_LINGUAS): Add uk.
+       * configure: Regenerate.
+
 2012-06-26  Alan Modra  <amodra@gmail.com>
 
        * elf64-ppc.c (ppc64_elf_next_toc_section): Don't error if input
This page took 0.028137 seconds and 4 git commands to generate.