Make the compiler emit visibility information for (undefined) references withnon-default visibility.See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20218 for details.This version comes from Fre
Make the compiler emit visibility information for (undefined) references withnon-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 GPLv2license. It has some additional bits thrown in from me to make it work inmips64 too, and another bit to stop the C++ compiler to randomly emitvisibility information for C++ symbols that in the end aren't referenced.ok guenther@
show more ...
Let ia64 gcc compile.
import of gcc-4.2.1, the last gcc release under GPLv2