CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2015/05/18 12:38:49

Modified files:
        gnu/gcc/gcc    : cgraphunit.c output.h toplev.c varasm.c 
        gnu/gcc/gcc/config: elfos.h 
        gnu/gcc/gcc/config/ia64: hpux.h ia64.c 
        gnu/gcc/gcc/cp : decl2.c 

Log message:
Make the compiler emit visibility information for (undefined) references with
non-default visibility.

See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20218 for details.

This version comes from FreeBSD and has been made available under the GPLv2
license.  It has some additional bits thrown in from me to make it work in
mips64 too, and another bit to stop the C++ compiler to randomly emit
visibility information for C++ symbols that in the end aren't referenced.

ok guenther@

Reply via email to