summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-06-11 08:51:21 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-06-11 08:51:21 +0000
commit9f4fa9f45bad8232fea1393de0e5ddeb8b9d20c0 (patch)
treefd14508c8ddc3c052dde3612066af1ef445a7f66 /sys
parent6f9474db9eaf4f2af42aa02da36cd9c6a211a0c9 (diff)
Remove workaround for a gas bug fixed in binutils-2.10.1.
gas confused $f28 with $at.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/alpha/alpha/locore.s4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/alpha/alpha/locore.s b/sys/arch/alpha/alpha/locore.s
index 3987eeda4fe..7278aa8981a 100644
--- a/sys/arch/alpha/alpha/locore.s
+++ b/sys/arch/alpha/alpha/locore.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore.s,v 1.15 2001/02/08 13:38:14 art Exp $ */
+/* $OpenBSD: locore.s,v 1.16 2001/06/11 08:51:20 art Exp $ */
/* $NetBSD: locore.s,v 1.80 2000/09/04 00:31:59 thorpej Exp $ */
/*-
@@ -624,9 +624,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)