about summary refs log tree commit diff
path: root/sysdeps/alpha/div_libc.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-06-14 18:04:25 +0000
committerRichard Henderson <rth@redhat.com>2004-06-14 18:04:25 +0000
commitdd340846b1a27105e7b7091651113ea2d20bb5ed (patch)
treeec07728af95602941b108741cef63247303be39a /sysdeps/alpha/div_libc.h
parenta9e526e7d2fc77ee4b77de7e35a6d6a41c450fb2 (diff)
downloadglibc-dd340846b1a27105e7b7091651113ea2d20bb5ed.tar.gz
glibc-dd340846b1a27105e7b7091651113ea2d20bb5ed.tar.xz
glibc-dd340846b1a27105e7b7091651113ea2d20bb5ed.zip
* sysdeps/alpha/div_libc.h (_ITOFS): Use "sp" not "$sp". (_ITOFT, _FTOIT, _ITOFT2): Likewise.
2004-06-14  Richard Henderson  <rth@redhat.com>

	* sysdeps/alpha/div_libc.h (_ITOFS): Use "sp" not "$sp".
	(_ITOFT, _FTOIT, _ITOFT2): Likewise.
Diffstat (limited to 'sysdeps/alpha/div_libc.h')
-rw-r--r--sysdeps/alpha/div_libc.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/sysdeps/alpha/div_libc.h b/sysdeps/alpha/div_libc.h
index 27209bd9fa..2f06282102 100644
--- a/sysdeps/alpha/div_libc.h
+++ b/sysdeps/alpha/div_libc.h
@@ -120,8 +120,8 @@ DIVBYZERO:
 #ifdef __alpha_fix__
 	itofs	\gr, \fr
 #else
-	stl	\gr, \slot($sp)
-	lds	\fr, \slot($sp)
+	stl	\gr, \slot(sp)
+	lds	\fr, \slot(sp)
 #endif
 .endm
 
@@ -129,8 +129,8 @@ DIVBYZERO:
 #ifdef __alpha_fix__
 	itoft	\gr, \fr
 #else
-	stq	\gr, \slot($sp)
-	ldt	\fr, \slot($sp)
+	stq	\gr, \slot(sp)
+	ldt	\fr, \slot(sp)
 #endif
 .endm
 
@@ -138,8 +138,8 @@ DIVBYZERO:
 #ifdef __alpha_fix__
 	ftoit	\fr, \gr
 #else
-	stt	\fr, \slot($sp)
-	ldq	\gr, \slot($sp)
+	stt	\fr, \slot(sp)
+	ldq	\gr, \slot(sp)
 #endif
 .endm
 
@@ -150,9 +150,9 @@ DIVBYZERO:
 	itoft	\gr1, \fr1
 	itoft	\gr2, \fr2
 #else
-	stq	\gr1, \slot1($sp)
-	stq	\gr2, \slot2($sp)
-	ldt	\fr1, \slot1($sp)
-	ldt	\fr2, \slot2($sp)
+	stq	\gr1, \slot1(sp)
+	stq	\gr2, \slot2(sp)
+	ldt	\fr1, \slot1(sp)
+	ldt	\fr2, \slot2(sp)
 #endif
 .endm