aboutsummaryrefslogtreecommitdiff
path: root/gas/expr.h
diff options
context:
space:
mode:
authorJohn Darrington <john@darrington.wattle.id.au>2019-05-21 07:30:05 +0200
committerJohn Darrington <john@darrington.wattle.id.au>2019-05-21 07:30:05 +0200
commitda0523c66604dc11b8787d3e0123ea80a2503f14 (patch)
treea30c9d74f2ffda5c654301f8420d67f10d2184e8 /gas/expr.h
parent302d65e0b264df2db2f42a2ef51fb9d69f3225de (diff)
downloadgdb-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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/expr.h b/gas/expr.h
index c7d0681..a6cb5cf 100644
--- a/gas/expr.h
+++ b/gas/expr.h
@@ -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;