]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Wed May 29 00:57:37 1996 David Mosberger-Tang <davidm@azstarnet.com>
authorRoland McGrath <roland@gnu.org>
Sun, 2 Jun 1996 18:49:31 +0000 (18:49 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 2 Jun 1996 18:49:31 +0000 (18:49 +0000)
* 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  <davidm@azstarnet.com>

* 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

index 8a52f201e12960cc36f6bde81c111a8d663d24e4..6fed4a6adf24a660d9b20e0cc3154d3bcf101e42 100644 (file)
@@ -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