CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/05/25 15:27:07
Modified files:
libexec/ld.so/amd64: rtld_machine.c
Log message:
Appease LLVM warnings..
error: shift count >= width of type [-Werror,-Wshift-count-overflow]
Rework the ld.so relocation mask initialization.
Clang complained about the shift code in the old versions
of these, so improve the code.
>From drahn Bitrig
ok miod@
