mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-01 23:40:22 +00:00
Wed May 29 00:57:37 1996 David Mosberger-Tang <davidm@azstarnet.com>
* 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.
This commit is contained in:
parent
53f64cf452
commit
18a403782d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user