diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-06-16 17:10:17 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-06-16 17:10:17 +0000 |
commit | fe55a7e7ca2d7ea427db43f2a97b058db48cb132 (patch) | |
tree | 2b4cc14f1945dc5bc6c2e125ff7c4cd6764b0f86 | |
parent | a2d12e4971b8db0f98e2be4613b81d7d606c110d (diff) | |
download | gdb-fe55a7e7ca2d7ea427db43f2a97b058db48cb132.zip gdb-fe55a7e7ca2d7ea427db43f2a97b058db48cb132.tar.gz gdb-fe55a7e7ca2d7ea427db43f2a97b058db48cb132.tar.bz2 |
Tue Jun 16 13:06:21 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
* app.c (do_scrub_begin): If tc_symbol_chars is defined, treat all
characters in it as LEX_IS_SYMBOL_COMPONENT.
* config/tc-i386.h (tc_symbol_chars): Define.
(extra_symbol_chars): Declare.
* config/tc-i386.c (extra_symbol_chars): Define.
(comment_chars): Don't use '/' as comment start if TE_LINUX.
(line_comment_chars): Set to '/' if TE_LINUX.
* doc/c-i386.texi (i386-prefixes): Update.
* doc/internals.texi (CPU backend): Document tc_symbol_chars.
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f6210fb..cc48d20 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,15 @@ +Tue Jun 16 13:06:21 1998 Alan Modra <alan@spri.levels.unisa.edu.au> + + * app.c (do_scrub_begin): If tc_symbol_chars is defined, treat all + characters in it as LEX_IS_SYMBOL_COMPONENT. + * config/tc-i386.h (tc_symbol_chars): Define. + (extra_symbol_chars): Declare. + * config/tc-i386.c (extra_symbol_chars): Define. + (comment_chars): Don't use '/' as comment start if TE_LINUX. + (line_comment_chars): Set to '/' if TE_LINUX. + * doc/c-i386.texi (i386-prefixes): Update. + * doc/internals.texi (CPU backend): Document tc_symbol_chars. + Fri Jun 12 13:36:54 1998 Tom Tromey <tromey@cygnus.com> * po/Make-in (all-yes): If maintainer mode, depend on .pot file. |