From: Ian Lance Taylor Date: Tue, 11 Mar 1997 18:16:59 +0000 (+0000) Subject: * config/tc-mips.c (mips_fix_adjustable): Permit a reloc against a X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ee2c03edf39f4d042c83a653cdcbeb4daf0f29e7;p=binutils-gdb.git * 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. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 7643155ebac..a693ce83430 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ Tue Mar 11 01:13:31 1997 Ian Lance Taylor + * 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 : * config/obj-elf.c (obj_elf_symver): Check for duplicate or illegal symbol version names.