CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/06/12 22:13:47
Modified files:
libexec/ld.so/alpha: rtld_machine.c
libexec/ld.so/amd64: rtld_machine.c
libexec/ld.so/arm: rtld_machine.c
libexec/ld.so/hppa: rtld_machine.c
libexec/ld.so/i386: rtld_machine.c
libexec/ld.so/m68k: rtld_machine.c
libexec/ld.so/m88k: rtld_machine.c
libexec/ld.so/mips64: rtld_machine.c
libexec/ld.so/powerpc: rtld_machine.c
libexec/ld.so/sh: rtld_machine.c
libexec/ld.so/sparc: rtld_machine.c
libexec/ld.so/sparc64: rtld_machine.c
Log message:
Appease LLVM warning..
error: indirection of non-volatile null pointer will be deleted, not trap
[-Werror,-Wnull-dereference]
Suggestion from matthew@
Ok matthew@ miod@