about summary refs log tree commit diff
path: root/sysdeps/alpha
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/alpha')
-rw-r--r--sysdeps/alpha/divl.S3
-rw-r--r--sysdeps/alpha/divlu.S3
-rw-r--r--sysdeps/alpha/divq.S3
-rw-r--r--sysdeps/alpha/divqu.S3
-rw-r--r--sysdeps/alpha/reml.S3
-rw-r--r--sysdeps/alpha/remlu.S3
-rw-r--r--sysdeps/alpha/remq.S3
-rw-r--r--sysdeps/alpha/remqu.S3
8 files changed, 24 insertions, 0 deletions
diff --git a/sysdeps/alpha/divl.S b/sysdeps/alpha/divl.S
index 7ae3e0cc13..5c94362cf5 100644
--- a/sysdeps/alpha/divl.S
+++ b/sysdeps/alpha/divl.S
@@ -15,6 +15,9 @@
 #endif
 #include <sysdep.h>
 
+/* Avoid the definition of ret that we set in the alpha sysdep.h.  */
+#undef ret
+
 
 
 
diff --git a/sysdeps/alpha/divlu.S b/sysdeps/alpha/divlu.S
index 9ae5950c53..3a7589d355 100644
--- a/sysdeps/alpha/divlu.S
+++ b/sysdeps/alpha/divlu.S
@@ -15,6 +15,9 @@
 #endif
 #include <sysdep.h>
 
+/* Avoid the definition of ret that we set in the alpha sysdep.h.  */
+#undef ret
+
 
 
 
diff --git a/sysdeps/alpha/divq.S b/sysdeps/alpha/divq.S
index 79ff6ca7c5..730a338f63 100644
--- a/sysdeps/alpha/divq.S
+++ b/sysdeps/alpha/divq.S
@@ -15,6 +15,9 @@
 #endif
 #include <sysdep.h>
 
+/* Avoid the definition of ret that we set in the alpha sysdep.h.  */
+#undef ret
+
 
 
 
diff --git a/sysdeps/alpha/divqu.S b/sysdeps/alpha/divqu.S
index 7908b9f77d..7614742440 100644
--- a/sysdeps/alpha/divqu.S
+++ b/sysdeps/alpha/divqu.S
@@ -15,6 +15,9 @@
 #endif
 #include <sysdep.h>
 
+/* Avoid the definition of ret that we set in the alpha sysdep.h.  */
+#undef ret
+
 
 
 
diff --git a/sysdeps/alpha/reml.S b/sysdeps/alpha/reml.S
index 2ece297f09..95896fb831 100644
--- a/sysdeps/alpha/reml.S
+++ b/sysdeps/alpha/reml.S
@@ -15,6 +15,9 @@
 #endif
 #include <sysdep.h>
 
+/* Avoid the definition of ret that we set in the alpha sysdep.h.  */
+#undef ret
+
 
 
 
diff --git a/sysdeps/alpha/remlu.S b/sysdeps/alpha/remlu.S
index d7700e6595..24e07cf327 100644
--- a/sysdeps/alpha/remlu.S
+++ b/sysdeps/alpha/remlu.S
@@ -15,6 +15,9 @@
 #endif
 #include <sysdep.h>
 
+/* Avoid the definition of ret that we set in the alpha sysdep.h.  */
+#undef ret
+
 
 
 
diff --git a/sysdeps/alpha/remq.S b/sysdeps/alpha/remq.S
index 47510cbc8e..ce38c2460a 100644
--- a/sysdeps/alpha/remq.S
+++ b/sysdeps/alpha/remq.S
@@ -15,6 +15,9 @@
 #endif
 #include <sysdep.h>
 
+/* Avoid the definition of ret that we set in the alpha sysdep.h.  */
+#undef ret
+
 
 
 
diff --git a/sysdeps/alpha/remqu.S b/sysdeps/alpha/remqu.S
index ec9572dd62..26bdd3b037 100644
--- a/sysdeps/alpha/remqu.S
+++ b/sysdeps/alpha/remqu.S
@@ -15,6 +15,9 @@
 #endif
 #include <sysdep.h>
 
+/* Avoid the definition of ret that we set in the alpha sysdep.h.  */
+#undef ret
+