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 libstdc++/44461] __cxa_end_cleanup ends up in wrong section i.e. not in .text



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