diff options
author | Alan Modra <amodra@gmail.com> | 2003-06-11 06:11:45 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-06-11 06:11:45 +0000 |
commit | 9d83078bc4710e4ee8dd580ff19837395351e6b2 (patch) | |
tree | 75d2a3e4b3d97d765d9ec1b6f80dfeaf94644ad9 /gas/config/tc-i960.c | |
parent | c21e73b977f21d284eec747ca9b7c645121d5231 (diff) | |
download | gdb-9d83078bc4710e4ee8dd580ff19837395351e6b2.zip gdb-9d83078bc4710e4ee8dd580ff19837395351e6b2.tar.gz gdb-9d83078bc4710e4ee8dd580ff19837395351e6b2.tar.bz2 |
* config/tc-i960.c (line_comment_chars): Add '#'.
* config/tc-mn10200.c (tc_gen_reloc): Don't ignore fx_subsy.
Diffstat (limited to 'gas/config/tc-i960.c')
-rw-r--r-- | gas/config/tc-i960.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-i960.c b/gas/config/tc-i960.c index dab0504..64981da 100644 --- a/gas/config/tc-i960.c +++ b/gas/config/tc-i960.c @@ -1,6 +1,6 @@ /* tc-i960.c - All the i80960-specific stuff Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002 + 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of GAS. @@ -206,7 +206,7 @@ const char comment_chars[] = "#"; /* Also note that comments started like this one will always work. */ -const char line_comment_chars[] = ""; +const char line_comment_chars[] = "#"; const char line_separator_chars[] = ";"; |