+
+ * 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.
- * objdump.c: Include sys/stat.h.
+ * 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.
+ * 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.