CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/01/20 15:54:13
Modified files: gnu/usr.bin/binutils/gas/config: tc-m88k.c tc-m88k.h Log message: Implement tc_fix_adjustable() on ELF, and use it to prevent #got_rel relocations to local symbols to be rewritten as relocations to the beginning of the section they are in, plus an addend, as addend can't work for these relocations, the way the got is set up. Inspired by tc-ppc.