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/44139] Exporting emutls symbols from a DLL broken on w32 targets



------- Comment #15 from davek at gcc dot gnu dot org  2010-05-18 15:26 -------
(In reply to comment #14)
> Hi Dave,
> 
> following patch solves the issue for me pretty well.

That looks good to me to, although doing it in the middle-end makes me worry
that some other target might /not/ be expecting attributes to be merged from
one to the other!  That's the slight advantage of doing it in the encode
section hook, even though string-matching the symbols is a bit kludgey.

I can't test it right now owing to parallel make check being thoroughly borked
on cygwin :(  Could be a few days before it gets fixed and I can do anything
productive gcc-wise.


-- 


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


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