]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Surround uses of $f28 with .set noat/at to shut up warnings.
authorUlrich Drepper <drepper@redhat.com>
Sat, 22 Apr 2000 06:54:50 +0000 (06:54 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 22 Apr 2000 06:54:50 +0000 (06:54 +0000)
sysdeps/unix/sysv/linux/alpha/getrusage.S

index 0c7fb1abbd42dbdd8d0f09b623bde619ec074f67..8d96455ae1993679bfd1053e9c1cc9f93987d94d 100644 (file)
@@ -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