From c59aaa8345ce853b2529ecc812714546f25e83c5 Mon Sep 17 00:00:00 2001 From: Brian Dessent Date: Sun, 16 Mar 2008 07:26:56 +0000 Subject: [PATCH] * rcparse.y (resid): Allow control text to span multiple lines. --- binutils/ChangeLog | 4 ++++ binutils/rcparse.y | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 1f311d9..3234b55 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2008-03-16 Brian Dessent + + * rcparse.y (resid): Allow control text to span multiple lines. + 2008-03-13 Alan Modra * readelf.c: Use %u throughout when printing sh_link or sh_info, diff --git a/binutils/rcparse.y b/binutils/rcparse.y index 00a060d..9b72068 100644 --- a/binutils/rcparse.y +++ b/binutils/rcparse.y @@ -926,7 +926,7 @@ resid: $$.named = 0; $$.u.id = $1; } - | res_unicode_string + | res_unicode_string_concat { $$.named = 1; $$.u.n.name = $1; -- 2.7.4