+
+ * readelf.c (process_archive): Also skip Irix6-style archive symbol
+ tables.
+
+
+ * readelf.c (NUM_ELEM): Remove redundant macro; replace references
+ to it with references to ARRAY_SIZE.
+ Add support for CR16.
+ Fix formatting.
+
+
+ PR binutils/4802
+ * srconv.c (strip_suffix): Add const qualifier to argument.
+
+
+ * po/uk.po: New Ukrainian translation.
+ * configure.in (ALL_LINGUAS): Add 'uk'.
+ * configure: Regenerate.
+
+
+ * objdump.c (dump_dwarf): Correct setting of is_relocatable.
+
+
+ * readelf.c (get_gnu_elf_note_type): New function.
+ (process_note): Use it for "GNU" name.
+
+
+ * Makefile.am (HFILES): Add dwarf.h, sysdep.h and unwind-ia64.h.
+ (CFILES): Add unwind-ia64.c.
+ Regenerate dependencies.
+ * Makefile.in: Regenerate.
+
+
+ * addr2line.c: Update copyright notice to refer to GPLv3.
+ * ar.c, arlex.l, arparse.y, arsup.c, arsup.h, bin2c.c, binemul.c,
+ binemul.h, bucomm.c, bucomm.h, budbg.h, coffdump.c, coffgrok.c,
+ coffgrok.h, cxxfilt.c, debug.c, debug.h, deflex.l, defparse.y,
+ dlltool.c, dlltool.h, dllwrap.c, dwarf.c, dwarf.h, embedspu.sh,
+ emul_aix.c, emul_vanilla.c, filemode.c, ieee.c, mclex.c,
+ mcparse.y, nlmconv.c, nlmconv.h, nlmheader.y, nm.c, objcopy.c,
+ objdump.c, prdbg.c, rclex.c, rcparse.y, rdcoff.c, rddbg.c,
+ readelf.c, rename.c, resbin.c, rescoff.c, resrc.c, resres.c,
+ size.c, srconv.c, stabs.c, strings.c, sysdep.h, sysdump.c,
+ sysinfo.y, syslex.l, unwind-ia64.c, unwind-ia64.h, version.c,
+ windint.h, windmc.c, windmc.h, windres.c, windres.h, winduni.c,
+ winduni.h, wrstabs.c: Likewise.
+ * is-ranlib.c, is-strip.c, maybe-ranlib.c, maybe-strip.c,
+ not-ranlib.c, not-strip.c, ranlib.sh, sanity.sh: Add a copyright
+ notice.
+ * NEWS: Mention that the sources are now released under GPLv3.
+ Add a marker for the changes that went into v2.17.
+ * version.c (print_version): Specify that the program is released
+ under version 3 of the GPL.
+
+
+ * 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.
+
+
+ * 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.
+
+
+ * emul_aix.c (ar_emul_aix_internal): Rename "next" to "archive_next".
+
+
+ PR 4716
+ * objcopy.c (filter_symbols): Correct relocatable file test.
+
+
+ * 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.
+
+
+ * aclocal.m4: Regenerated.
+ * doc/Makefile.in: Likewise.
+ * Makefile.in: Likewise.
+
+
+ * readelf.c (display_power_gnu_attribute, process_power_specific):
+ New.
+ (process_arch_specific): Call process_power_specific.
+
+
+ * readelf.c (display_mips_gnu_attribute): New.
+ (process_mips_specific): Call process_attributes.
+
+
+ * readelf.c (display_gnu_attribute): New.
+ (process_arm_specific): Rearrange as process_attributes.
+ (process_arm_specific): Replace by wrapper of process_attributes.
+
+
+ * 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.
+
+
+ * ar.c: Rename uses of bfd.next to bfd.archive_next throughout.
+ * arsup.c: Likewise.
+ * binemul.c: Likewise.
+ * objcopy.c: Likewise.
+ * dlltool.c: Likewise.
+
+
+ PR binutils/4693
+ * Makefile.am (windres_DEPENDENCIES, windmc_DEPENDENCIES): Move
+ dependency on $(LIBICONV) to ...
+ (windres_LDADD, windmc_LDADD) ... here.
+ * Makefile.in: Regenerate.
+
+
+ * embedspu.sh (relas): Correct sh_info parsing.
+
+
+ * objdump.c: Include sys/stat.h.
+
+
+ * 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.
+
+
+ * 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.
+
+
+ * resres.c (probe_binary): Fix test for badly formatted headers.
+
+
+ * 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.
+
+
+ * embedspu.sh: Parse _SPUEAR_ symbol values as hex.
+
+
+ * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
+
+ * acinclude.m4: Removed.
+
+ * Makefile.in: Regenerated.
+ * aclocal.m4: Likewise.
+ * configure: Likewise.
+
+
+ * dwarf.c (decode_location_expression): Add DW_OP_form_tls_address.
+
+
+ PR binutils/4356 binutils/591
+ * resrc.c (filename_need_quotes): New function.
+ (look_for_default): If filename_need_quotes is true then quote the
+ filename in the command line being created.
+ (read_rc_file): Likewise.
+
+
+ * doc/binutils.texi (objdump): Fix capitalisation of "PowerPC".
+
+
+ * Makefile.am: Add LIBICONV to windres.
+ * acinclude.m4: Added missing "lib-*.m4" and "lt*.m4" files.
+ * configure.in: Add AC_CHECK_HEADER for iconv.h and use AM_ICONV.
+ * config.in: Add ICONV defines.
+ * aclocal.m4: Regenerate.
+ * confugure: Regenerate.
+ * winduni.c: (local_iconv_map codepages, wind_language_t,
+ languages, unicode_is_valid_codepage, wind_find_language_by_id,
+ wind_find_language_by_codepage, wind_find_codepage_info,
+ unicode_from_codepage, codepage_from_unicode, iconv_onechar,
+ wind_iconv_cp, wind_MultiByteToWideChar wind_WideCharToMultiByte):
+ New.
+ (ascii_from_unicode): Use codepage_from_unicode.
+ (ascii_from_unicode): Use unicode_from_codepage.
+ Use for cygwin windows API for unicode transformation.
+ * winduni.h: (CP_ACP, CP_UTF7, CP_UTF8, CP_OEM, CP_UTF16): New
+ macros.
+ (wind_language_t, local_iconv_map): New types.
+ (wind_find_language_by_id, wind_find_language_by_codepage,
+ unicode_is_valid_codepage, wind_find_codepage_info,
+ unicode_from_codepage, codepage_from_unicode): New
+ prototypes.
+
+
+ * embedspu.sh: Handle R_SPU_PPU* relocs with no symbol.
+
+
+ * objcopy.c (copy_object): Revert 2007-05-11 change. Don't
+ avoid calling bfd_copy_private_bfd_data for ELF STRIP_NONDEBUG.
+ (setup_section): Don't modify flags, and don't avoid calling
+ bfd_copy_private_section_data for ELF STRIP_NONDEBUG.
+ * readelf.c (process_program_headers): Ignore .dynamic of type
+ SHT_NOBITS.
+
+
+ * embedspu.sh: Emit SPU ELF image to .data.rel.ro.speelf if
+ pic or pie and image needs relocs.
+
+
+ * Makefile.in: Regenerate.
+ * configure: Regenerate.
+ * aclocal.m4: Regenerate.
+ * doc/Makefile.in: Regenerate.
+
+
+ * rcparse.y: Join strings for elements having no side-effects in
+ "rc"-grammar.
+
+
+ * rclex.c: New file replacing rclex.l.
+ * rclex.l: Removed.
+ * windint.h: New file holding common structure and type
+ definitions.
+ * Makefile.am: Added new header windint.h and exchanged rclex.l by
+ rclex.c.
+ * Makefile.in: Regenerate.
+ * rcparse.y: Renamed some structures.
+ Use in internal representation always bfd_vma instead of long or
+ int.
+ Removed from %union unused stringtable.
+ Added to %union suni structure for unicode strings.
+ Added new tokens for ANICURSOR, ANIICON, DLGINCLUDE,
+ DLGINIT, FONTDIR, HTML, MANIFEST, PLUGPLAY, VXD,
+ TOOLBAR, BUTTON, QUOTEDUNISTRING, and SIZEDUNISTRING.
+ Added support for these new rc file tokens.
+ * resbin.c: Rewrote using bfd and binary structures, and support
+ new resource types.
+ * rescoff.c: Likewise.
+ * resres.c: Likewise.
+ * resrc.c: Likewise. Dumps as RC are now recompilable.
+ * windres.c: As above. Using bfd for res and provide target
+ specific endianess support.
+ * windres.h: Use windint.h as include. Additionally removed K&R
+ syntax.
+ * winduni.c: New printing and unichar support routines.
+ * winduni.h: Prototypes for new unichar helpers.
+ * windint.h: New file.
+
+
+ * objdump.c (find_symbol_for_address): Merge section and target
+ specific filtering code.
+
+
+ * doc/binutils.texi: Use @copying around the copyright notice.
+
+
+ * objdump.c (disassemble_bytes): Ignore disassembler_needs_relocs
+ for executables and shared libraries.
+
+
+ * objcopy.c (strip_main): Detect identical input and output file
+ names.
+ (copy_main): Refactor tempname detection and use.
+
+
+ * objdump.c (load_debug_section): Select bias for DWARF debug
+ addresses based on the flavour of the bfd.
+
+
+ PR 4479
+ * objcopy.c (copy_object): Don't copy ELF program headers for
+ --only-keep-debug.
+
+
+ * embedspu.sh (find_prog): Prefer prog in same dir as embedspu
+ over one found on the users path.
+ (main): Generate .reloc for each R_SPU_PPU* reloc.
+
+
+ * prdbg.c (tg_variable): Adjust for changed demangler.
+ (tg_start_function): Likewise.
+
+
+ * bucumm.h: Split off host dependencies to..
+ * sysdep.h: ..here.
+ Many files: Include sysdep.h. Remove duplicate headers and reorder.
+ * Makefile.am: Run "make dep-am".
+ * Makefile.in: Regenerate.
+
+
+ * srconv.c (walk_tree_type_1): Initialise dpt.dunno.
+
* configure: Regenerate.
* configure.in (--with-bugurl): New option.
* configure: Regenerate.