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

Re: g++ and link once sections.


> Is there any other workaround ?

You could define TARGET_ATTRIBUTE_WEAK empty, or modify crtstuff
manually. That means you always pull-in the exception handling
code. As a result, you also always pull-in the thread library.

Regards,
Martin


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