Re: [PATCH, alpha]: Add TARGET_ATOMIC_ASSIGN_EXPAND_FENV hook

2014-07-15 Thread Uros Bizjak
On Sat, Jul 12, 2014 at 12:19 AM, Uros Bizjak wrote: > Attached patch implements TARGET_ATOMIC_ASSIGN_EXPAND_FENV hook for > alpha. The implementation is mostly copied from arm/arm.c, where calls > to target builtins are replaced with calls to > __ieee_{get,set}_fp_control function, as defined in

[PATCH, alpha]: Add TARGET_ATOMIC_ASSIGN_EXPAND_FENV hook

2014-07-11 Thread Uros Bizjak
Hello! Attached patch implements TARGET_ATOMIC_ASSIGN_EXPAND_FENV hook for alpha. The implementation is mostly copied from arm/arm.c, where calls to target builtins are replaced with calls to __ieee_{get,set}_fp_control function, as defined in OSF/1 ABI. The patch also includes a small fix to che