CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2016/06/23 06:02:19
Modified files: gnu/usr.bin/binutils-2.17/bfd: elfxx-sparc.c Log message: Use SYMBOL_CALLS_LOCAL() to determine whether we can drop relocations for a symbol such that hidden symbols get handled properly. Gets rid of the spurious DT_TEXTREL entries seen with (typically) C++ code. ok deraadt@, guenther@