From 200dbde8db4bc75e162b6a641b70d64541f468d4 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 1 May 2002 00:53:55 +0000 Subject: * config/tc-i386.c (extra_symbol_chars): Add '[' to the list. --- gas/config/tc-i386.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gas/config/tc-i386.c') diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 35bdb94..bb1d512 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -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) \ -- cgit v1.1