Hi Jim,
> On Sun, Aug 30, 2020 at 11:39 PM Kito Cheng wrote
> > Hi Maciej:
> > LGTM, thanks for your patch!
>
> I don't see this patch in the FSF GCC tree. Maciej are you going to
> commit it? Or do you want us to commit it for you?
Since my departure from WDC I have been largely away, trave
On Sun, Aug 30, 2020 at 11:39 PM Kito Cheng wrote
> Hi Maciej:
> LGTM, thanks for your patch!
I don't see this patch in the FSF GCC tree. Maciej are you going to
commit it? Or do you want us to commit it for you?
Jim
Hi Maciej:
LGTM, thanks for your patch!
On Sat, Aug 29, 2020 at 9:19 PM Maciej W. Rozycki via Gcc-patches
wrote:
>
> Use `-fasynchronous-unwind-tables' rather than `-fexceptions
> -fnon-call-exceptions' in LIB2_DIVMOD_FUNCS compilation flags so as to
> provide unwind tables for the affected func
Use `-fasynchronous-unwind-tables' rather than `-fexceptions
-fnon-call-exceptions' in LIB2_DIVMOD_FUNCS compilation flags so as to
provide unwind tables for the affected functions while not pulling the
unwinder proper, which is not required here.
Beyond saving program space it fixes a RISC-V g