This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/20617] [4.0/4.1 regression] shared SH libgcc is exporting too many symbols
- From: "mrs at apple dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Mar 2005 19:36:37 -0000
- Subject: [Bug target/20617] [4.0/4.1 regression] shared SH libgcc is exporting too many symbols
- References: <20050324112142.20617.amylaar@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From mrs at apple dot com 2005-03-24 19:36 -------
Subject: Re: shared SH libgcc is exporting too many symbols
On Mar 24, 2005, at 8:30 AM, Joern RENNECKE wrote:
> ! #if 1 /* ??? The export list mechanism is broken, everything that
> is not
> ! hidden is exported. */
> ! #undef FUNC
> ! #define FUNC(X) .type X,@function .hidden X
> ! #undef ALIAS
> ! #define ALIAS(X,Y) .global GLOBAL(X); .set GLOBAL(X),GLOBAL
> (Y); .hidden GLOBAL(X)
> ! #endif
Could you add a reference to the PR in the code, as the next person
to play with this will find it useful.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20617