CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/19 02:59:40
Modified files:
lib/csu : Makefile
libexec/ld.so/mips64: Makefile.inc
Log message:
Prevent clang from using builtins and jump tables in _dl_boot_bind()
on mips64. They need relocation and consequently cannot be used
in that function.
OK kettenis@
