From 71af5885a4fc176b1136018dd06e63217c635d26 Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 10 Jun 2000 20:42:27 +0000 Subject: [PATCH] It is not necessary to wrap usage of $f28 with ".set noat/at" pairs. A very bogus gas warning gave people the impression it was. noat/at had no useful affect here. --- sys/alpha/alpha/locore.s | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/alpha/alpha/locore.s b/sys/alpha/alpha/locore.s index a7fd5733af18..221c6731dd5d 100644 --- a/sys/alpha/alpha/locore.s +++ b/sys/alpha/alpha/locore.s @@ -213,9 +213,7 @@ LEAF(savefpstate, 1) stt $f25, (25 * 8)(t1) stt $f26, (26 * 8)(t1) stt $f27, (27 * 8)(t1) - .set noat stt $f28, (28 * 8)(t1) - .set at stt $f29, (29 * 8)(t1) stt $f30, (30 * 8)(t1) @@ -277,9 +275,7 @@ LEAF(restorefpstate, 1) ldt $f25, (25 * 8)(t1) ldt $f26, (26 * 8)(t1) ldt $f27, (27 * 8)(t1) - .set noat ldt $f28, (28 * 8)(t1) - .set at ldt $f29, (29 * 8)(t1) ldt $f30, (30 * 8)(t1)