CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/01/28 15:15:58
Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.c Log message: Use symbolic_address_p() instead of simply checking whether GET_CODE() is SYMBOL_REF or LABEL_REF, when deciding to put #got_rel relocations. This allows (symbol + constant) to be correctly relocated when building PIC.