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/20617] [4.0/4.1 regression] shared SH libgcc is exporting too many symbols


------- 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


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