* config/tc-mips.c (gp_reference): Certain magic symbols can never

be referenced off the GP register.
This commit is contained in:
Ian Lance Taylor 1993-04-06 00:56:53 +00:00
parent 46bc1bf6ba
commit 84e4920fc1

View file

@ -1,5 +1,8 @@
Mon Apr 5 09:41:58 1993 Ian Lance Taylor (ian@cygnus.com)
* config/tc-mips.c (gp_reference): Certain magic symbols can never
be referenced off the GP register.
* app.c (do_scrub_next_char): Handle states 9 and 10 correctly
when dealing with characters of type LEX_IS_TWOCHAR_COMMENT_1ST,
LEX_IS_STRINGQUOTE, and LEX_IS_ONECHAR_QUOTE.