This is the mail archive of the gcc-patches@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]

Re: avoid random symbols for many targets


Geoffrey Keating wrote:
With this patch, GCC will never generate any kind of random symbol on
targets with one_only, ctor/dtor support, and an eh_frame section.

The key parts, of course, are that now objects in or referring to the
anonymous namespace are 'static', and so are constructor/destructor
functions if the target has support.

What do people think?  Dejagnu testing passed, so I plan to queue it
up for 4.3.

Looks good to me, too.


--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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