aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-04-15 23:01:50 +0000
committerIan Lance Taylor <ian@airs.com>1996-04-15 23:01:50 +0000
commitaa9e2dbe3290292bc404b51dd268b26bb7a42894 (patch)
tree70e1bb68815c43bac8d5d7d41a7b82dddde4b359 /gas
parent2afb4d5ddbadc5e02023c55cd20ff77206a7ed2a (diff)
downloadgdb-aa9e2dbe3290292bc404b51dd268b26bb7a42894.zip
gdb-aa9e2dbe3290292bc404b51dd268b26bb7a42894.tar.gz
gdb-aa9e2dbe3290292bc404b51dd268b26bb7a42894.tar.bz2
* config/tc-mips.c (mips_frob_file): Permit multiple %hi relocs to
be associated with a single %lo reloc.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index d6f0815..0864813 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,8 @@
Mon Apr 15 12:26:33 1996 Ian Lance Taylor <ian@cygnus.com>
+ * config/tc-mips.c (mips_frob_file): Permit multiple %hi relocs to
+ be associated with a single %lo reloc.
+
* config/tc-mips.c (load_address): Cast X_add_number to valueT
before comparing against MAX_GPREL_OFFSET, so that negative
numbers are handled correctly.