CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2019/04/19 03:19:22

Modified files:
        lib/csu/mips64 : md_init.h 
        sys/arch/mips64/include: profile.h 

Log message:
Work around a limitation of clang integrated assembler on mips64.
The assembler does not handle undeclared local symbols properly
and generates R_MIPS_CALL16 relocations where it should generate
local GOT references. For now, get along with the problem by
declaring local symbols where necessary.

OK kettenis@ guenther@

Reply via email to