]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* read.c (lex_type): No longer make '{' a valid character for
authorIan Lance Taylor <ian@airs.com>
Thu, 27 Jan 1994 23:10:19 +0000 (23:10 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 27 Jan 1994 23:10:19 +0000 (23:10 +0000)
symbol names.

gas/ChangeLog
gas/read.c

index 658a7d5a2c52cdd1834aa152cc332e3a2bbc90e0..2a209b6479c8588c19b0c8d5f9311cfa68677a9f 100644 (file)
@@ -1,5 +1,8 @@
 Thu Jan 27 16:43:51 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
+       * read.c (lex_type): No longer make '{' a valid character for
+       symbol names.
+
        * as.c (main): Print long values using %ld.
 
        * messages.c (as_warn_internal): New static function.
index e83edc9a3b10adeca6c4e3060055359563d63cd6..989744375211f7a35bb76dad934b430ec96e7097 100644 (file)
@@ -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,