mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-27 01:27:39 +01:00
Avoid GNU local labels for improved portability.
(Logical change 1.68)
This commit is contained in:
parent
6dbafde94b
commit
26ad35667c
1 changed files with 2 additions and 2 deletions
|
@ -238,7 +238,7 @@ _Uia64_install_context:
|
|||
|
||||
(pRet) mov.m ar.fpsr = r27 // fpsr restored (don't touch no more)
|
||||
mov.m ar.rnat = r28
|
||||
(pSig) br.cond.dpnt.many 1f
|
||||
(pSig) br.cond.dpnt.many .next
|
||||
|
||||
/****** Return via br.ret: */
|
||||
|
||||
|
@ -263,7 +263,7 @@ _Uia64_install_context:
|
|||
|
||||
/****** Return via sigreturn(): */
|
||||
|
||||
1: mov.m ar.rsc = r10 // restore original ar.rsc
|
||||
.next: mov.m ar.rsc = r10 // restore original ar.rsc
|
||||
add r2 = (SC_FR + 6*16), r8
|
||||
add r3 = (SC_FR + 7*16), r8
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue