aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-04-06 00:56:53 +0000
committerIan Lance Taylor <ian@airs.com>1993-04-06 00:56:53 +0000
commit84e4920fc1bd284ffce900a57a6e4beef6516ee2 (patch)
treea9b007ad2d9a7088796e0bb212960a6d5565e74b /gas/ChangeLog
parent46bc1bf6ba9884c991be5a82a64ccb6dac7206cf (diff)
downloadgdb-84e4920fc1bd284ffce900a57a6e4beef6516ee2.zip
gdb-84e4920fc1bd284ffce900a57a6e4beef6516ee2.tar.gz
gdb-84e4920fc1bd284ffce900a57a6e4beef6516ee2.tar.bz2
* config/tc-mips.c (gp_reference): Certain magic symbols can never
be referenced off the GP register.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 0ae586d..354445c 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.