From 18a403782d3a58b6f0928021d78a54594bfd0b9d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 2 Jun 1996 18:49:31 +0000 Subject: [PATCH] Wed May 29 00:57:37 1996 David Mosberger-Tang * sysdeps/unix/alpha/sysdep.h (END): Redefine to use .end directive for both ELF and ECOFF. (ret): Delete macro. It was a dangerous macro and unnecessary since the Alpha assemblers recognizes "ret" as a macro themselves. Thu May 23 02:15:56 1996 David Mosberger-Tang * sysdeps/unix/alpha/sysdep.h (ret): Remove macro. It is dangerous and unnecessary since both OSF/1 as and gas define "ret" as a pseudo-instruction. --- sysdeps/unix/alpha/sysdep.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysdeps/unix/alpha/sysdep.h b/sysdeps/unix/alpha/sysdep.h index 8a52f201e1..6fed4a6adf 100644 --- a/sysdeps/unix/alpha/sysdep.h +++ b/sysdeps/unix/alpha/sysdep.h @@ -97,7 +97,9 @@ name/**/: \ 3: #endif -#define ret ret zero,(ra),1 +#undef END +#define END(sym) .end sym + #define r0 v0 #define r1 a4