diff options
Diffstat (limited to 'sysdeps/alpha')
-rw-r--r-- | sysdeps/alpha/divl.S | 3 | ||||
-rw-r--r-- | sysdeps/alpha/divlu.S | 3 | ||||
-rw-r--r-- | sysdeps/alpha/divq.S | 3 | ||||
-rw-r--r-- | sysdeps/alpha/divqu.S | 3 | ||||
-rw-r--r-- | sysdeps/alpha/reml.S | 3 | ||||
-rw-r--r-- | sysdeps/alpha/remlu.S | 3 | ||||
-rw-r--r-- | sysdeps/alpha/remq.S | 3 | ||||
-rw-r--r-- | sysdeps/alpha/remqu.S | 3 |
8 files changed, 24 insertions, 0 deletions
diff --git a/sysdeps/alpha/divl.S b/sysdeps/alpha/divl.S index 7ae3e0c..5c94362 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 9ae5950..3a7589d 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 79ff6ca..730a338 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 7908b9f..7614742 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 2ece297..95896fb 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 d7700e6..24e07cf 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 47510cb..ce38c24 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 ec9572d..26bdd3b 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 + |