summaryrefslogtreecommitdiff
path: root/gas/config/tc-hppa.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-04-28 08:35:06 +0000
committerNick Clifton <nickc@redhat.com>2003-04-28 08:35:06 +0000
commit47c87564b820f8a40ef18c8adb3c3758ca58f9b2 (patch)
tree4f3b9d1d3c421d0365b5a0e36a00a02279295384 /gas/config/tc-hppa.c
parent74e242e238370689d0917416c4f7f4c6a7c5b7f8 (diff)
downloadbinutils-redhat-47c87564b820f8a40ef18c8adb3c3758ca58f9b2.tar.gz
* config/tc-hppa.c (hppa_symbol_chars): New.
* config/tc-hppa.h (tc_symbol_chars): Likewise.
Diffstat (limited to 'gas/config/tc-hppa.c')
-rw-r--r--gas/config/tc-hppa.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/tc-hppa.c b/gas/config/tc-hppa.c
index 1cb9b7014c..0a3382ec21 100644
--- a/gas/config/tc-hppa.c
+++ b/gas/config/tc-hppa.c
@@ -622,6 +622,9 @@ static struct call_desc last_call_desc;
/* handle of the OPCODE hash table */
static struct hash_control *op_hash = NULL;
+/* Those characters can be suffixes of opcode names. */
+const char hppa_symbol_chars[] = ",*!?=<>";
+
/* Table of pseudo ops for the PA. FIXME -- how many of these
are now redundant with the overall GAS and the object file
dependent tables? */