This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/32462] [4.3 regression] Linking libgcj.so fails on Solaris 10/x86



------- Comment #14 from ro at techfak dot uni-bielefeld dot de  2007-07-12 17:16 -------
Subject: Re:  [4.3 regression] Linking libgcj.so fails on Solaris 10/x86

pinskia at gmail dot com writes:

> This is way too conservative,  see PR 26989 for the reasons why?

But how do you propose to handle this?  In Comment #4 of this PR, you state
that there's currently no way to check this.  AFAICT, the only platform not
handled by HAVE_GAS_HIDDEN is darwin, which I don't have access to.  At
worst, I could add

#if defined(HAVE_GAS_HIDDEN) || (defined(__MACH__) && defined(__APPLE__))

        Rainer


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32462


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]