From f0d7d5f9dbcecdc4195d67705ace96eb9d820802 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 28 Apr 2003 08:35:06 +0000 Subject: * config/tc-hppa.c (hppa_symbol_chars): New. * config/tc-hppa.h (tc_symbol_chars): Likewise. --- gas/config/tc-hppa.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gas/config/tc-hppa.c') diff --git a/gas/config/tc-hppa.c b/gas/config/tc-hppa.c index 1cb9b70..0a3382e 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? */ -- cgit v1.1