* elf32-mips.c (mips_elf_gprel32_reloc): Reject
[deliverable/binutils-gdb.git] / gas / app.c
index 1524947dbd540472ecd167c8e06a6218cb2de8cf..1dbc49a8cd894f79667966a7ce47314874d6e914 100644 (file)
--- a/gas/app.c
+++ b/gas/app.c
@@ -684,7 +684,11 @@ do_scrub_chars (int (*get) (char *, int), char *tostart, int tolen)
       else if (state == 14 || state == 15)
        {
          if (ch == ')')
-           state -= 14;
+           {
+             state -= 14;
+             PUT (ch);
+             ch = GET ();
+           }
          else
            {
              PUT (ch);
This page took 0.024288 seconds and 4 git commands to generate.