* ldexp.c (exp_print_tree): Print function-like binary nodes as
[binutils-gdb.git] / ld / ChangeLog
index 2548b753df2a76a56decdad642894293245436ec..fb1804bf1eca9470169b35826aea9613ec9cf32b 100644 (file)
@@ -1,3 +1,39 @@
+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.