]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/config/tc-ia64.h
bfd:
[thirdparty/binutils-gdb.git] / gas / config / tc-ia64.h
index 49a3d995dc4feda705237275d411b7aa22070c32..1f5771c50722caee3ff6327dc509cfd46f5602f8 100644 (file)
@@ -1,6 +1,6 @@
 /* tc-ia64.h -- Header file for tc-ia64.c.
    Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008,
-   2009  Free Software Foundation, Inc.
+   2009, 2010  Free Software Foundation, Inc.
    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
 
    This file is part of GAS, the GNU Assembler.
@@ -79,6 +79,9 @@ extern const char *ia64_target_format (void);
 #define LEX_QM         (LEX_NAME|LEX_BEGIN_NAME) /* allow `?' inside name */
 #define LEX_HASH       LEX_END_NAME    /* allow `#' ending a name */
 
+#define TC_PREDICATE_START_CHAR '('
+#define TC_PREDICATE_END_CHAR ')'
+
 extern const char ia64_symbol_chars[];
 #define tc_symbol_chars ia64_symbol_chars