From: Ian Lance Taylor Date: Tue, 6 Apr 1993 00:56:53 +0000 (+0000) Subject: * config/tc-mips.c (gp_reference): Certain magic symbols can never X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=84e4920fc1bd284ffce900a57a6e4beef6516ee2;p=binutils-gdb.git * config/tc-mips.c (gp_reference): Certain magic symbols can never be referenced off the GP register. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 0ae586d9179..354445c3308 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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.