CVSROOT:        /cvs
Module name:    src
Changes by:     patr...@cvs.openbsd.org 2018/04/01 16:36:02

Modified files:
        gnu/usr.bin/binutils-2.17/bfd: elflink.c 

Log message:
LLVM 6.0.0's -Wextra warnings now complain if you do arithmetics on NULL
pointers.  Since binutils 2.17 is compiled with -Werror, this breaks the
build.  Change the function to return -1 as suggested by the comment in
said function.

ok kettenis@

Reply via email to