]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/app.c
Fix gas's 'macro count' test for various targets
[thirdparty/binutils-gdb.git] / gas / app.c
index 3fd3765fcf99d10734525f4d5c8ec8b4a20cd7f6..041941a19266164ebf1e61755fb8a3db0719ddd7 100644 (file)
--- a/gas/app.c
+++ b/gas/app.c
@@ -686,6 +686,11 @@ do_scrub_chars (size_t (*get) (char *, size_t), char *tostart, size_t tolen)
              PUT (quotechar);
              continue;
 
+             /* These two are used inside macros.  */
+           case '@':
+           case '+':
+             break;
+
            case '"':
            case '\\':
            case 'b':