mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
* config/tc-i386.c (extra_symbol_chars): Add '[' to the list.
This commit is contained in:
@ -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>
|
2002-05-01 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* write.c (cvt_frag_to_fill): Set fr_offset to zero on .org
|
* 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
|
/* List of chars besides those in app.c:symbol_chars that can start an
|
||||||
operand. Used to prevent the scrubber eating vital white-space. */
|
operand. Used to prevent the scrubber eating vital white-space. */
|
||||||
#ifdef LEX_AT
|
#ifdef LEX_AT
|
||||||
const char extra_symbol_chars[] = "*%-(@";
|
const char extra_symbol_chars[] = "*%-(@[";
|
||||||
#else
|
#else
|
||||||
const char extra_symbol_chars[] = "*%-(";
|
const char extra_symbol_chars[] = "*%-([";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (defined (TE_I386AIX) \
|
#if (defined (TE_I386AIX) \
|
||||||
|
Reference in New Issue
Block a user