diff options
Diffstat (limited to 'gas/expr.c')
-rw-r--r-- | gas/expr.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -826,6 +826,12 @@ operand (expressionP) break; #endif +#ifdef LITERAL_PREFIXPERCENT_BIN + case '%': + integer_constant (2, expressionP); + break; +#endif + case '0': /* non-decimal radix */ |