Re: [PATCH v3][C][ADA] use function descriptors instead of trampolines in C

2018-12-03 Thread Jeff Law
On 11/4/18 1:48 PM, Uecker, Martin wrote: > Hi Joseph, > > here is a new version of this patch which adds a warning > for targets which do not support -fno-trampolines and > only runs the test case on architectures where this is > supported. It seems that documentation for this general > feature

Re: [PATCH v3][C][ADA] use function descriptors instead of trampolines in C

2018-12-03 Thread Uecker, Martin
Is there a change that we can move forward with this? I think this is a very useful feature and might be especially important if GCC is going to activate -Wtrampoline with  -Wall on some architectures. Best, Martin Am Sonntag, den 04.11.2018, 21:48 +0100 schrieb Martin Uecker: > Hi Joseph, >