diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-16 18:11:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-16 18:11:04 +0000 |
commit | d21f703a09bf2dc50c12fff4fdf309ba89b230e3 (patch) | |
tree | 889751224c4a1a96baf67de33b788d27ec64ce59 /sysdeps/unix/sysv | |
parent | 75a11ec0266834563307bb1c97b1505880c39b0b (diff) | |
download | glibc-d21f703a09bf2dc50c12fff4fdf309ba89b230e3.tar glibc-d21f703a09bf2dc50c12fff4fdf309ba89b230e3.tar.gz glibc-d21f703a09bf2dc50c12fff4fdf309ba89b230e3.tar.bz2 glibc-d21f703a09bf2dc50c12fff4fdf309ba89b230e3.zip |
(__longjmp): No need to do "loadrs". Writing to bspstore already takes care of invalidating the "clean" partition.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/__longjmp.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/__longjmp.S b/sysdeps/unix/sysv/linux/ia64/__longjmp.S index 3f177eb227..5cc2045097 100644 --- a/sysdeps/unix/sysv/linux/ia64/__longjmp.S +++ b/sysdeps/unix/sysv/linux/ia64/__longjmp.S @@ -67,7 +67,6 @@ __longjmp: and r8=0x3f,r8 ;; cmp.lt pNeg,pPos=r8,r0 - dep r11=r0,r11,16,14 // clear ar.rsc.loadrs mov r2=in0 ;; (pPos) mov r16=r8 @@ -117,7 +116,6 @@ __longjmp: ld8.nta r11=[r2],16 // ar.pfs ld8.nta r22=[r3],56 // ar.lc ;; - loadrs // invalidate stacked regs (must be first in insn group) ld8.nta r24=[r2],32 // pr mov b0=r16 ;; |