aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 2d66216..4d629ec 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,23 @@
+2011-10-11 Chris <player1@onet.eu>
+
+ PR binutils/13051
+ Fix a syntax error bug when compiling rc files with the VERSIONINFO resource
+ containing more than one language block inside a single StringFileInfo block.
+
+ * windint.h (rc_ver_stringtable): New structure definition.
+ (rc_ver_info): Use it.
+ * rcparse.y (verstringtable): New variable.
+ (verstringtables): New type.
+ (verstringtables:): New rule declaration.
+ (verblocks:): Use it.
+ * resrc.c (append_ver_stringtable): New function.
+ (append_ver_stringfileinfo): Update to use stringtables.
+ * windres.h (append_ver_stringfileinfo): Update declaration.
+ (append_ver_stringtable): New declaration.
+ * resrc.c (write_rc_versioninfo): Update to support multiple blocks.
+ * resbin.c (bin_to_res_version): Likewise.
+ (res_to_bin_versioninfo): Likewise.
+
2011-10-10 Nick Clifton <nickc@redhat.com>
* po/bg.po: Updated Bulgarian translation.