diff options
author | John Darrington <john@darrington.wattle.id.au> | 2019-05-21 07:30:05 +0200 |
---|---|---|
committer | John Darrington <john@darrington.wattle.id.au> | 2019-05-21 07:30:05 +0200 |
commit | da0523c66604dc11b8787d3e0123ea80a2503f14 (patch) | |
tree | a30c9d74f2ffda5c654301f8420d67f10d2184e8 /gas/expr.h | |
parent | 302d65e0b264df2db2f42a2ef51fb9d69f3225de (diff) | |
download | gdb-da0523c66604dc11b8787d3e0123ea80a2503f14.zip gdb-da0523c66604dc11b8787d3e0123ea80a2503f14.tar.gz gdb-da0523c66604dc11b8787d3e0123ea80a2503f14.tar.bz2 |
Revert "GAS: Replace macro LITERAL_PREFIXDOLLAR_HEX with a runtime value."
This reverts commit cffc205c9eaacfa312323807cd60b9d3d1c26894.
Diffstat (limited to 'gas/expr.h')
-rw-r--r-- | gas/expr.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -187,5 +187,3 @@ extern symbolS *expr_build_uconstant (offsetT); extern symbolS *expr_build_dot (void); int resolve_expression (expressionS *); - -extern bfd_boolean literal_prefix_dollar_hex; |