Re: libgcc: unwind-ia64.c without malloc/free

2015-12-17 Thread Jeff Law
On 12/17/2015 06:17 AM, Bernd Schmidt wrote: On 12/17/2015 12:17 AM, Bernd Edlinger wrote: this is just an idea, how to avoid use of malloc in unwind-ia64.c. [...] What do you think? Not worth worrying about IMO. I think ia64 is dead and best left to rest in maintenance mode. Agreed. And in

Re: libgcc: unwind-ia64.c without malloc/free

2015-12-17 Thread Bernd Schmidt
On 12/17/2015 12:17 AM, Bernd Edlinger wrote: this is just an idea, how to avoid use of malloc in unwind-ia64.c. [...] What do you think? Not worth worrying about IMO. I think ia64 is dead and best left to rest in maintenance mode. Bernd

libgcc: unwind-ia64.c without malloc/free

2015-12-16 Thread Bernd Edlinger
Hi, this is just an idea, how to avoid use of malloc in unwind-ia64.c. I can compile this with my cross-compiler, but can not test anything. If you find it interesting, then someone should continue this work and test and/or fix it until it really works. The idea is, I can use alloca instead of