mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-17 07:58:30 +00:00
* rcparse.y (resid): Allow control text to span multiple lines.
This commit is contained in:
parent
6ad2759d49
commit
c59aaa8345
@ -1,3 +1,7 @@
|
||||
2008-03-16 Brian Dessent <brian@dessent.net>
|
||||
|
||||
* rcparse.y (resid): Allow control text to span multiple lines.
|
||||
|
||||
2008-03-13 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* readelf.c: Use %u throughout when printing sh_link or sh_info,
|
||||
|
@ -926,7 +926,7 @@ resid:
|
||||
$$.named = 0;
|
||||
$$.u.id = $1;
|
||||
}
|
||||
| res_unicode_string
|
||||
| res_unicode_string_concat
|
||||
{
|
||||
$$.named = 1;
|
||||
$$.u.n.name = $1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user