diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-11-03 01:16:02 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-11-03 01:16:02 +0000 |
commit | 668f52e04862053889dab4795f5cfe4dce94967a (patch) | |
tree | b8261a53012933f27e1251a38d545fb6d94526f7 /gas/ChangeLog | |
parent | b93f016bf0cd93ef4ab2f249d93ac4400f703171 (diff) | |
download | gdb-668f52e04862053889dab4795f5cfe4dce94967a.zip gdb-668f52e04862053889dab4795f5cfe4dce94967a.tar.gz gdb-668f52e04862053889dab4795f5cfe4dce94967a.tar.bz2 |
Mon Nov 2 20:10:18 1998 Martin von Loewis <loewis@informatik.hu-berlin.de>
* app.c (do_scrub_begin): Set characters above 127 to be symbol
characters.
(do_scrub_chars): Add some casts to unsigned char to avoid
unwanted sign extension.
* read.c (lex_type): Set characters about 127 to be symbol
characters.
* config/tc-i386.c (md_begin): Set identifier_chars and
operand_chars for values above 127.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 80e24bd..6ffc070 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +Mon Nov 2 20:10:18 1998 Martin von Loewis <loewis@informatik.hu-berlin.de> + + * app.c (do_scrub_begin): Set characters above 127 to be symbol + characters. + (do_scrub_chars): Add some casts to unsigned char to avoid + unwanted sign extension. + * read.c (lex_type): Set characters about 127 to be symbol + characters. + * config/tc-i386.c (md_begin): Set identifier_chars and + operand_chars for values above 127. + Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com> * configure.in: detect cygwin* instead of cygwin32* |