CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/29 22:00:31
Modified files:
sys/sys : exec_elf.h
libexec/ld.so/mips64: rtld_machine.c
Log message:
Fix ELF64_R_TYPE(reloc->r_info) to have the same type on mips64le
as on other LP64 archs, __uint64_t, so that printf-like functions
don't require extra casting...then eliminate the extra cast in
ld.so/mips64/rtld_machine.c
discussed with miod
ok visa@
