From: Ulrich Drepper Date: Sat, 22 Apr 2000 06:54:50 +0000 (+0000) Subject: Surround uses of $f28 with .set noat/at to shut up warnings. X-Git-Tag: glibc-2.16-ports-before-merge~2380 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a5f55b13585960a2e79ac537c1ad302785c5bda;p=thirdparty%2Fglibc.git Surround uses of $f28 with .set noat/at to shut up warnings. --- diff --git a/sysdeps/unix/sysv/linux/alpha/getrusage.S b/sysdeps/unix/sysv/linux/alpha/getrusage.S index 0c7fb1abbd4..8d96455ae19 100644 --- a/sysdeps/unix/sysv/linux/alpha/getrusage.S +++ b/sysdeps/unix/sysv/linux/alpha/getrusage.S @@ -99,7 +99,9 @@ $do32: ldi v0, SYS_ify(osf_getrusage) ldt $f25, 96(a1) # ru_msgrcv ldt $f26, 104(a1) # ru_nsignals ldt $f27, 112(a1) # ru_nvcsw + .set noat ldt $f28, 120(a1) # ru_nivcsw + .set at stq t0, 0(a1) stq t1, 8(a1) stq t2, 16(a1) @@ -117,7 +119,9 @@ $do32: ldi v0, SYS_ify(osf_getrusage) stt $f25, 112(a1) stt $f26, 120(a1) stt $f27, 128(a1) + .set noat stt $f28, 136(a1) + .set at addq sp, 16, sp ret