CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2013/01/28 15:19:22

Modified files:
        gnu/usr.bin/binutils/bfd: elf32-m88k.c 

Log message:
Correctly compute the relocation value of GOT_16[HL] relocations when they can
be resolved at link time, such as when linking a binary from objects which
have been compiled PIC (one such case being perl's miniperl).

While there, borrow the check and error message for GOT_16[HL] with nonzero
addend (which can only happen with badly crafted .s files and do not behave
like one may naively think they do) from elf32-ppc.

Reply via email to