aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-03-11 18:16:59 +0000
committerIan Lance Taylor <ian@airs.com>1997-03-11 18:16:59 +0000
commitee2c03edf39f4d042c83a653cdcbeb4daf0f29e7 (patch)
treeddf8e62ff545e988647b57dc94becf493e1a0d8f /gas
parent33ef0f9387895c65abe028aa584d490e572100f8 (diff)
downloadgdb-ee2c03edf39f4d042c83a653cdcbeb4daf0f29e7.zip
gdb-ee2c03edf39f4d042c83a653cdcbeb4daf0f29e7.tar.gz
gdb-ee2c03edf39f4d042c83a653cdcbeb4daf0f29e7.tar.bz2
* config/tc-mips.c (mips_fix_adjustable): Permit a reloc against a
mips16 symbol to be adjusted if a symbol is being subtracted from it.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 7643155..a693ce8 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
Tue Mar 11 01:13:31 1997 Ian Lance Taylor <ian@cygnus.com>
+ * config/tc-mips.c (mips_fix_adjustable): Permit a reloc against a
+ mips16 symbol to be adjusted if a symbol is being subtracted from
+ it.
+
From Eric Youngdale <eric@andante.jic.com>:
* config/obj-elf.c (obj_elf_symver): Check for duplicate or
illegal symbol version names.