On 5/15/19 9:49 AM, Shubham Narlawar wrote: > void func_1(); > void func_3(); > ..... > > void foo1() __attribute__ ((weak, alias("func_1"))); > void foo3() __attribute__ ((weak, alias("func_3")));
Hi. In all emails that you sent there's no patch that will implement 'alias' attribute. Thanks, Martin