]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/expr.h
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / gas / expr.h
index a6cb5cf364d3e2622ca9846e903a8a01080fd4de..05fc5961d967456369e973175d1269c44741fba0 100644 (file)
@@ -1,5 +1,5 @@
 /* expr.h -> header file for expr.c
-   Copyright (C) 1987-2019 Free Software Foundation, Inc.
+   Copyright (C) 1987-2021 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;