aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-01-27 23:10:19 +0000
committerIan Lance Taylor <ian@airs.com>1994-01-27 23:10:19 +0000
commitec7a69ea230b5428ab7e2b829ef8763dccd693e3 (patch)
treeded5252eee04102ec0278942dce96246a00754e5 /gas/read.c
parent7e17041f34dd4cd9ba1022963dec8e72812e576b (diff)
downloadgdb-ec7a69ea230b5428ab7e2b829ef8763dccd693e3.zip
gdb-ec7a69ea230b5428ab7e2b829ef8763dccd693e3.tar.gz
gdb-ec7a69ea230b5428ab7e2b829ef8763dccd693e3.tar.bz2
* read.c (lex_type): No longer make '{' a valid character for
symbol names.
Diffstat (limited to 'gas/read.c')
-rw-r--r--gas/read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/read.c b/gas/read.c
index e83edc9..9897443 100644
--- a/gas/read.c
+++ b/gas/read.c
@@ -80,7 +80,7 @@ const char lex_type[256] =
LEX_AT, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, /* @ABCDEFGHIJKLMNO */
3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 0, 0, 0, 0, 3, /* PQRSTUVWXYZ[\]^_ */
0, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, /* `abcdefghijklmno */
- 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 0, 0, 0, 0, /* pqrstuvwxyz{|}~. */
+ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 0, 0, 0, 0, 0, /* pqrstuvwxyz{|}~. */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,