Re: [PATCH 3/4] ARC/signal: shield sa_restorer from compiler toggle side-effects
Bernhard Reutner-Fischer <[email protected]>
| Newsgroups | gmane.comp.lib.uclibc.general |
|---|---|
| Message-ID | <CAC1BbcRzQFqGQhD8qC_a-ogar55=y5ZsTkK4nTtOxLeHQvxM4Q@mail.gmail.com> |
On 26 March 2015 at 12:34, Vineet Gupta <[email protected]> wrote: > x86 approach solves the multi-src file issue, but we still lack dwarf unwind info, > w/o adding explicit asm CFA ops which AFAIKR our tools still don't support. With C > we get the dwarf info for free. Ah right. Fair enough. Please use attribute_optimize("Os") __attribute_noinline__ instead. thanks,