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

2010-06-10 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2010-06-10 09:41 --- Found the bug which I was talking about, PR 33932. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44461

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

2010-06-09 Thread paolo dot carlini at oracle dot com
--- Comment #8 from paolo dot carlini at oracle dot com 2010-06-09 15:52 --- In general, only if it's a regression. And nobody said that explicitly so far. If you want to argue for having it anyway in 4_5-branch, please speak on the mailing list and ask permission to the release manager

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

2010-06-09 Thread raj dot khem at gmail dot com
--- Comment #7 from raj dot khem at gmail dot com 2010-06-09 15:48 --- thanks Paolo, we would need this patch on 4.5 branch as well. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44461

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

2010-06-09 Thread paolo dot carlini at oracle dot com
--- Comment #6 from paolo dot carlini at oracle dot com 2010-06-09 15:36 --- Fixed. -- paolo dot carlini at oracle dot com changed: What|Removed |Added Statu

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

2010-06-09 Thread paolo at gcc dot gnu dot org
--- Comment #5 from paolo at gcc dot gnu dot org 2010-06-09 15:35 --- Subject: Bug 44461 Author: paolo Date: Wed Jun 9 15:34:45 2010 New Revision: 160488 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160488 Log: 2010-06-09 Khem Raj PR libstdc++/44461 * libs

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

2010-06-07 Thread pinskia at gmail dot com
--- Comment #4 from pinskia at gmail dot com 2010-06-08 05:11 --- Subject: Re: __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-patc...@. Sent from my iPhone O

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

2010-06-07 Thread Andrew Pinski
Well this code will only be compiled for arm-eabi which is an elf only target. Please submit your patch to gcc-patc...@. Sent from my iPhone On Jun 7, 2010, at 9:53 PM, "raj dot khem at gmail dot com" > wrote: --- Comment #3 from raj dot khem at gmail dot com 2010-06-08 04:53 -

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

2010-06-07 Thread raj dot khem at gmail dot com
--- 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 p

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

2010-06-07 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2010-06-08 03:24 --- 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). -- pinskia at gcc dot gnu dot org changed: What|Removed

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

2010-06-07 Thread raj dot khem at gmail dot com
--- Comment #1 from raj dot khem at gmail dot com 2010-06-08 03:20 --- Created an attachment (id=20863) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20863&action=view) the fix 2010-06-07 Khem Raj * libsupc++/eh_arm.cc (__cxa_end_cleanup): Switch to .text secti