From: Roland McGrath Date: Sun, 2 Jun 1996 18:49:31 +0000 (+0000) Subject: Wed May 29 00:57:37 1996 David Mosberger-Tang X-Git-Tag: glibc-2.16-ports-before-merge~3811 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18a403782d3a58b6f0928021d78a54594bfd0b9d;p=thirdparty%2Fglibc.git 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. --- diff --git a/sysdeps/unix/alpha/sysdep.h b/sysdeps/unix/alpha/sysdep.h index 8a52f201e12..6fed4a6adf2 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