* cris.h (R_CRIS_32_IE): New relocation.
[deliverable/binutils-gdb.git] / binutils / rcparse.y
index 00a060d79d03c7ca9dfd68f0363dfdb730dce957..9b7206854086eb1495224c133888ecd55e1c9278 100644 (file)
@@ -926,7 +926,7 @@ resid:
            $$.named = 0;
            $$.u.id = $1;
          }
-       | res_unicode_string
+       | res_unicode_string_concat
          {
            $$.named = 1;
            $$.u.n.name = $1;
This page took 0.023042 seconds and 4 git commands to generate.