]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/expr.c
* new parsing option
[thirdparty/binutils-gdb.git] / gas / expr.c
index fe2aa6204e1f8bedd6cea489b551068bbf37ea8b..3365893ca9a818d5bcae78baf99d450a9a8d9a4c 100644 (file)
@@ -826,6 +826,12 @@ operand (expressionP)
       break;
 #endif
 
+#ifdef LITERAL_PREFIXPERCENT_BIN
+    case '%':
+      integer_constant (2, expressionP);
+      break;
+#endif
+
     case '0':
       /* non-decimal radix */