* config/tc-i386.c (extra_symbol_chars): Add '[' to the list.
This commit is contained in:
parent
3f3cdb0302
commit
200dbde8db
@ -1,3 +1,7 @@
|
||||
2002-05-01 Andrew Macleod <amacleod@cygnus.com>
|
||||
|
||||
* config/tc-i386.c (extra_symbol_chars): Add '[' to the list.
|
||||
|
||||
2002-05-01 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* write.c (cvt_frag_to_fill): Set fr_offset to zero on .org
|
||||
|
@ -182,9 +182,9 @@ typedef struct _i386_insn i386_insn;
|
||||
/* List of chars besides those in app.c:symbol_chars that can start an
|
||||
operand. Used to prevent the scrubber eating vital white-space. */
|
||||
#ifdef LEX_AT
|
||||
const char extra_symbol_chars[] = "*%-(@";
|
||||
const char extra_symbol_chars[] = "*%-(@[";
|
||||
#else
|
||||
const char extra_symbol_chars[] = "*%-(";
|
||||
const char extra_symbol_chars[] = "*%-([";
|
||||
#endif
|
||||
|
||||
#if (defined (TE_I386AIX) \
|
||||
|
Loading…
Reference in New Issue
Block a user