Re: [PATCH, alpha]: Prevent another case of linker issues with exception handler

2012-08-09 Thread Uros Bizjak
On Thu, Aug 9, 2012 at 3:04 PM, Uros Bizjak wrote: > 2012-08-09 Uros Bizjak > > * config/alpha/alpha.c (alpha_pad_noreturn): Rename to ... > (alpha_pad_function_end): ... this. Also insert NOP between > sibling call and GP load. > (alpha_reorg): Update call to

[PATCH, alpha]: Prevent another case of linker issues with exception handler

2012-08-09 Thread Uros Bizjak
Hello! This problem is similar to [1], but in this case issue occurs when exception handler immediately follows sibcall function. This happens in libstdc++, ./include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp: 130 This is the reason for testcase failure in [2]: Running target unix FA