* resrc.c: (read_rc_file): Add include path of user passed rc input file.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 271d5b8fbcac31a38193bcfe9e053ca30e347d48..be8ca019769d6418221aef86a8acce4da0e7eb35 100644 (file)
@@ -1,3 +1,150 @@
+2007-07-05  Kai Tietz  <kai.tietz@onevision.com>
+
+        * resrc.c: (read_rc_file): Add include path of user passed rc
+       input file.
+        * windres.c: (windres_add_include_dir): New.
+        (main): Use of windres_add_include_dir.
+        * windres.h: (windres_add_include_dir): Add prototype.
+
+2007-07-05  Alan Modra  <amodra@bigpond.net.au>
+
+       * doc/binutils.texi (size): Document --common.
+       * size.c: Make a number of vars static.  Delete unnecessary
+       function declarations.
+       (show_common, common_size): New vars.
+       (usage): Describe --common.
+       (OPTION_FORMAT, OPTION_RADIX, OPTION_TARGET): Define and use.
+       (long_options): Add common.
+       (calculate_common_size): New function.
+       (print_berkeley_format): Add common_size to bsssize.
+       (sysv_one_line): New function split out from..
+       (sysv_internal_printer): ..here.
+       (print_sysv_format): Handle display of *COM*.
+       (print_sizes): Call calculate_common_size.
+
+2007-07-05  Alan Modra  <amodra@bigpond.net.au>
+
+       * emul_aix.c (ar_emul_aix_internal): Rename "next" to "archive_next".
+
+2007-07-02  Alan Modra  <amodra@bigpond.net.au>
+
+       PR 4716
+       * objcopy.c (filter_symbols): Correct relocatable file test.
+
+2007-07-02  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+       * aclocal.m4: Regenerate.
+       * config.in: Regenerate.
+       * doc/Makefile.in: Regenerate.
+       * po/POTFILES.in: Regenerate.
+       * po/binutils.pot: Regenerate.
+
+2007-06-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * aclocal.m4: Regenerated.
+       * doc/Makefile.in: Likewise.
+       * Makefile.in: Likewise.
+
+2007-06-29  Joseph Myers  <joseph@codesourcery.com>
+
+       * readelf.c (display_power_gnu_attribute, process_power_specific):
+       New.
+       (process_arch_specific): Call process_power_specific.
+
+2007-06-29  Joseph Myers  <joseph@codesourcery.com>
+
+       * readelf.c (display_mips_gnu_attribute): New.
+       (process_mips_specific): Call process_attributes.
+
+2007-06-29  Joseph Myers  <joseph@codesourcery.com>
+
+       * readelf.c (display_gnu_attribute): New.
+       (process_arm_specific): Rearrange as process_attributes.
+       (process_arm_specific): Replace by wrapper of process_attributes.
+
+2007-06-28  Roland McGrath  <roland@frob.com>
+
+       * objcopy.c (setup_section): Don't reset ELF section type to
+       SHT_NOBITS when it is SHT_NOTE.
+       * doc/binutils.texi (objcopy, strip): Mention under --only-keep-debug.
+
+2007-06-27  Alan Modra  <amodra@bigpond.net.au>
+
+       * ar.c: Rename uses of bfd.next to bfd.archive_next throughout.
+       * arsup.c: Likewise.
+       * binemul.c: Likewise.
+       * objcopy.c: Likewise.
+       * dlltool.c: Likewise.
+
+2007-06-26  Shantonu Sen  <ssen@apple.com>
+
+       PR binutils/4693
+       * Makefile.am (windres_DEPENDENCIES, windmc_DEPENDENCIES): Move
+       dependency on $(LIBICONV) to ...
+       (windres_LDADD, windmc_LDADD) ... here.
+       * Makefile.in: Regenerate.
+
+2007-06-21  Alan Modra  <amodra@bigpond.net.au>
+
+       * embedspu.sh (relas): Correct sh_info parsing.
+
+2007-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * objdump.c: Include sys/stat.h.
+
+2007-06-19  Kai Tietz  <kai.tietz@onevision.com>
+
+        * Makefile.am: Add windmc tool.
+        * Makefile.in: Regenerate.
+        * configure.in: Add windmc tool.
+        * configure: Regenerate.
+        * mclex.c: New.
+        * mcparse.y: New.
+        * windmc.c: New.
+        * windmc.h: New.
+        * doc/Makefile.am: Add windmc tool.
+        * doc/Makefile.in: Regenerate.
+        * doc/binutils.texi: Add windmc documentation.
+       * NEWS: Mention new tool.
+
+2007-06-18  Andi Kleen  <ak@suse.de>
+
+       * objdump.c: Include sys/mman.h
+       (print_file_list): Remove f, add map, mapsize, linemap, maxline,
+       last_line, first fields.
+       (slurp_file): Add.
+       (index_file): Add.
+       (print_file_open): Call slurp_file and index_file. Initialize new
+       fields.
+       (skip_to_line): Rename to print_line and write only single line.
+       (dump_line): Add.
+       (show_line): Change to new algorithm.
+
+2007-06-18  Thomas Weidenmueller  <w3seek@reactos.org>
+
+       * resres.c (probe_binary): Fix test for badly formatted headers.
+
+2007-06-18  Kai Tietz  <Kai.Tietz@onevision.com>
+
+       * rclex.c: (cpp_line): Add code_page pragma support.
+       * windres.c: (usage, long_options, main): Add new option
+       --codepage or -c.
+       * winduni.c: (wind_default_codepage, wind_current_codepage): New.
+       (unicode_from_ascii, ascii_from_unicode): Use
+       wind_current_codepage as codepage parameter.
+       (unicode_print): Print 4 characters for hexadecimal values in
+       unicode strings.
+       * winduni.h:  (wind_default_codepage, wind_current_codepage):
+       Export.
+       * doc/binutils.texi: Document new option.
+       * NEWS: Mention new features of windres.
+
+2007-06-18  Brian D. Watt  <bwatt@us.ibm.com>
+
+       * embedspu.sh: Parse _SPUEAR_ symbol values as hex.
+
 2007-06-14  H.J. Lu  <hongjiu.lu@intel.com>
 
        * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
This page took 0.027045 seconds and 4 git commands to generate.