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/config/tc-mt.c | |
parent | 302d65e0b264df2db2f42a2ef51fb9d69f3225de (diff) | |
download | binutils-da0523c66604dc11b8787d3e0123ea80a2503f14.zip binutils-da0523c66604dc11b8787d3e0123ea80a2503f14.tar.gz binutils-da0523c66604dc11b8787d3e0123ea80a2503f14.tar.bz2 |
Revert "GAS: Replace macro LITERAL_PREFIXDOLLAR_HEX with a runtime value."
This reverts commit cffc205c9eaacfa312323807cd60b9d3d1c26894.
Diffstat (limited to 'gas/config/tc-mt.c')
-rw-r--r-- | gas/config/tc-mt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/config/tc-mt.c b/gas/config/tc-mt.c index bd51854..b93a53e 100644 --- a/gas/config/tc-mt.c +++ b/gas/config/tc-mt.c @@ -178,8 +178,6 @@ md_begin (void) /* Set the machine type. */ bfd_default_set_arch_mach (stdoutput, bfd_arch_mt, mt_mach); - - literal_prefix_dollar_hex = TRUE; } void |