From: Ian Lance Taylor Date: Thu, 27 Jan 1994 23:10:19 +0000 (+0000) Subject: * read.c (lex_type): No longer make '{' a valid character for X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ec7a69ea230b5428ab7e2b829ef8763dccd693e3;p=binutils-gdb.git * read.c (lex_type): No longer make '{' a valid character for symbol names. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 658a7d5a2c5..2a209b6479c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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. diff --git a/gas/read.c b/gas/read.c index e83edc9a3b1..98974437521 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,