From 29b687bd1831db7f5c4814c0da33a3df66678b22 Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Fri, 10 Mar 1995 02:59:52 +0000 Subject: [PATCH] newly generated ones --- sysdeps/alpha/divl.S | 3 +++ sysdeps/alpha/divlu.S | 3 +++ sysdeps/alpha/divq.S | 3 +++ sysdeps/alpha/divqu.S | 3 +++ sysdeps/alpha/reml.S | 3 +++ sysdeps/alpha/remlu.S | 3 +++ sysdeps/alpha/remq.S | 3 +++ sysdeps/alpha/remqu.S | 3 +++ 8 files changed, 24 insertions(+) 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 +/* 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 +/* 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 +/* 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 +/* 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 +/* 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 +/* 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 +/* 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 +/* Avoid the definition of ret that we set in the alpha sysdep.h. */ +#undef ret + -- 2.43.5