CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/10/24 14:35:54
Modified files:
gnu/usr.bin/binutils-2.17/include/elf: aarch64.h
sys/arch/arm64/include: reloc.h
libexec/ld.so/aarch64: rtld_machine.c
Log message:
R_AARCH64_NONE should be zero, not 256. The latter was a deprecated
assignment and isn't used by clang/lld.
ok jsg@
