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]

Re: [Bug libstdc++/44461] __cxa_end_cleanup ends up in wrong section i.e. not in .text


Well this code will only be compiled for arm-eabi which is an elf only target. Please submit your patch to gcc-patches@.

Sent from my iPhone

On Jun 7, 2010, at 9:53 PM, "raj dot khem at gmail dot com" <gcc-bugzilla@gcc.gnu.org > wrote:



------- Comment #3 from raj dot khem at gmail dot com 2010-06-08 04:53 -------
(In reply to comment #2)
Confirmed, it should do a .text and then a previous. I have closed a bug where
an inline-asm was not doing this too (see PR 35895).



another version I had was with pushsection and popsection but then I read that
these directives are ELF specific I thought not to use them .previous is also
stated ELF specific in GAS manual. if its ok I can redo it with
pushsection/popsection



--



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




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