bfd/
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 7ff73b30e970b34f32c8abd3690a82d55af758da..451f11069ea287b5f32423913db87ac46d974a5e 100644 (file)
@@ -1,3 +1,61 @@
+2012-08-06  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * ldexp.h (etree_union): Add defsym member to the assign member
+       structure.
+       (exp_assign): Add hidden argument to prototype.
+       * ldexp.c (exp_fold_tree_1): Use the defsym member to handle
+       --defsym symbols.
+       (exp_assop): Add defsym argument, initialize the defsym member
+       of the assign structure.
+       (exp_assign): Handle hidden symbols.
+       (exp_defsym): Update to use the defsym argument to exp_assop.
+       (exp_provide): Update to handle the defsym argument to exp_assop.
+       * ldlex.l (HIDDEN): New token.
+       * ldgram.y (HIDDEN): Likewise.
+       (assignment, section): Update calls to exp_assign.
+       * ldctor.c (ldctor_build_sets): Likewise.
+       * mri.c (mri_format): Likewise.
+       * ldlang.c (lang_insert_orphan, lang_leave_overlay): Likewise.
+       (open_input_bfds): Remove --defsym symbols special case.
+       * emultempl/beos.em (gld_${EMULATION_NAME}_set_symbols): Update
+       call to exp_assign.
+       * emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): Likewise.
+       * emultempl/pep.em (gld_${EMULATION_NAME}_set_symbols): Likewise.
+       * emultempl/spuelf.em (spu_place_special_section): Likewise.
+       * emultempl/xtensaelf.em (ld_xtensa_insert_page_offsets):
+       Likewise.
+       * ld.texinfo (Assigning Values to Symbols): Add HIDDEN.
+       (HIDDEN): New subsection.
+
+2012-07-31  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/14156
+       * ldlang.c (wild_sort): Properly handle by_none.
+
+       * scripttempl/elf.sc: Add SORT_NONE to .init and .fini sections.
+       * scripttempl/elf32msp430.sc: Likewise.
+       * scripttempl/elf32msp430_3.sc: Likewise. 
+       * scripttempl/elfd10v.sc: Likewise.
+       * scripttempl/elfd30v.sc: Likewise.
+       * scripttempl/elfxtensa.sc: Likewise.
+
+2012-07-30  Nick Clifton  <nickc@redhat.com>
+
+       * po/ld.pot: Updated template.
+       * po/bg.po: Updated Bulgarian translation.
+       * po/es.po: Updated Spanish translation.
+       * po/fi.po: Updated Finnish translation.
+
+2012-07-27  Mike Frysinger  <vapier@gentoo.org>
+
+       * configure.in (BFD_VERSION): Run bfd/configure --version and
+       parse the output of that.
+       * configure: Regenerate.
+
+2012-07-27  Tristan Gingold  <gingold@adacore.com>
+
+       * NEWS: Add marker for 2.23.
+
 2012-07-24  Jan Waclawek <konfera@efton.sk>
 
        PR ld/14058
This page took 0.024047 seconds and 4 git commands to generate.