* ldexp.c (exp_print_tree): Print function-like binary nodes as
[binutils-gdb.git] / ld / ChangeLog
index 975edc04cbc4da4c2563bff96dd79ba66457d381..fb1804bf1eca9470169b35826aea9613ec9cf32b 100644 (file)
@@ -1,3 +1,49 @@
+2010-07-28  Alan Modra  <amodra@gmail.com>
+
+       * ldexp.c (exp_print_tree): Print function-like binary nodes as
+       functions rather than in-fix operators.  Use fputs and fputc
+       where appropriate.
+
+2010-07-23  Naveen.H.S  <naveen.S@kpitcummins.com>
+           Ina Pandit  <ina.pandit@kpitcummins.com>
+
+       * configure.tgt: Match all v850 targets.
+
+2010-07-20  Mike Frysinger  <vapier@gentoo.org>
+
+       * ld.texinfo (VERSION): Remove "int" from example script and add ";".
+       Declare the default language as C.
+
+2010-07-17  Alan Modra  <amodra@gmail.com>
+
+       * ldlang.c (lang_check_section_addresses): Catch overlap for
+       sections that wrap around the address space.
+
+2010-06-29  Nick Clifton  <nickc@redhat.com>
+
+       * scripttempl/xstormy16.sc (.gcc_except_table): Include sections
+       with the .gcc_except_table. prefix.
+
+2010-06-29  Alan Modra  <amodra@gmail.com>
+
+       * emulparams/maxqcoff.sh: Delete file.
+       * scripttempl/maxqcoff.sc: Delete file.
+       * Makefile.am: Remove references to maxq.
+       * configure.tgt: Likewise.
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+       * po/POTFILES.in: Regenerate.
+
+2010-06-27  Alan Modra  <amodra@gmail.com>
+
+       * pe-dll.c (fill_edata): Avoid set but unused warning.
+       (pe_walk_relocs_of_symbol): Delete set but unused variables.
+       (generate_reloc, pe_implied_import_dll): Likewise.
+       * emultempl/aix.em (open_dynamic_archive): Likewise.
+       * emultempl/xtensaelf.em (replace_insn_sec_with_prop_sec): Likewise.
+       (xtensa_layout_wild): Likewise.
+       (xtensa_colocate_output_literals_callback): Likewise.
+
 2010-06-25  Alan Modra  <amodra@gmail.com>
 
        * emultempl/ppc64elf.em (prelim_size_sections): New function.