Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 02/05/1999 19:51:18
Module Name: src
Committed By: tv
Date: Sat Feb 6 03:51:18 UTC 1999
Modified Files:
src/gnu/dist/gas/config: tc-alpha.c
Log Message:
Revert another bogosity introduced in 2.9.1. ELF_LITERAL relocs, such as
those emitted for references to __sF, cannot have addends, so we *must*
have an extra lda rN,addend(rN) insn after the reloc to offset into the
memory area. Don't try to make `all' cases use addends.