X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gas%2Fexpr.h;h=c3e617401c4e4d2e4af1680f110fa4f0d60e85b8;hb=2301204a3b3cd6553f7490498b3adc5973157c1b;hp=91df800f7c9b8358a12668974fbd07218289a369;hpb=2571583aed598dd3f9651b53434e5f177a0e3cf7;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/expr.h b/gas/expr.h index 91df800f7c..c3e617401c 100644 --- a/gas/expr.h +++ b/gas/expr.h @@ -1,5 +1,5 @@ /* expr.h -> header file for expr.c - Copyright (C) 1987-2017 Free Software Foundation, Inc. + Copyright (C) 1987-2020 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -187,3 +187,5 @@ extern symbolS *expr_build_uconstant (offsetT); extern symbolS *expr_build_dot (void); int resolve_expression (expressionS *); + +extern bfd_boolean literal_prefix_dollar_hex;