summaryrefslogtreecommitdiff
path: root/gas/config/tc-hppa.c
diff options
context:
space:
mode:
authorDave Anglin <dave.anglin@nrc.ca>2003-05-21 19:40:54 +0000
committerDave Anglin <dave.anglin@nrc.ca>2003-05-21 19:40:54 +0000
commit934c8945c17edad9c863715264eb9a3ee2440c74 (patch)
treeb9596a9d74a69c22711c3a7713b5e5b07c97718f /gas/config/tc-hppa.c
parentd585fefce117be16503b7794064d3e6b31118d72 (diff)
downloadbinutils-redhat-934c8945c17edad9c863715264eb9a3ee2440c74.tar.gz
* config/tc-hppa.c (hppa_symbol_chars): Remove `,' and `!'.
* testsuite/gas/hppa/parse/parse.exp: Add "space.s". * testsuite/gas/hppa/parse/space.s: New file to test spaces.
Diffstat (limited to 'gas/config/tc-hppa.c')
-rw-r--r--gas/config/tc-hppa.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gas/config/tc-hppa.c b/gas/config/tc-hppa.c
index 3212ead822..39da02ed17 100644
--- a/gas/config/tc-hppa.c
+++ b/gas/config/tc-hppa.c
@@ -622,8 +622,10 @@ 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[] = ",*!?=<>";
+/* These characters can be suffixes of opcode names and they may be
+ followed by meaningful whitespace. We don't include `,' and `!'
+ as they never appear followed by meaningful whitespace. */
+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