projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dc19fc
)
NUMBERS_WITH_SUFFIX *doesn't* want to handle 'x', since that is valid
author
Timothy Wall
<twall@alum.mit.edu>
Tue, 8 Feb 2000 19:41:03 +0000
(19:41 +0000)
committer
Timothy Wall
<twall@alum.mit.edu>
Tue, 8 Feb 2000 19:41:03 +0000
(19:41 +0000)
when the 0x prefix is used.
gas/expr.c
patch
|
blob
|
history
diff --git
a/gas/expr.c
b/gas/expr.c
index
cf394bd
..
97d5cd5
100644
(file)
--- a/
gas/expr.c
+++ b/
gas/expr.c
@@
-869,7
+869,7
@@
operand (expressionP)
case 'x':
case 'X':
- if (flag_m68k_mri
|| NUMBERS_WITH_SUFFIX
)
+ if (flag_m68k_mri)
goto default_case;
input_line_pointer++;
integer_constant (16, expressionP);