2003-09-09 Chris Demetriou <cgd@broadcom.com>
authorRoland McGrath <roland@gnu.org>
Tue, 9 Sep 2003 19:21:51 +0000 (19:21 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 9 Sep 2003 19:21:51 +0000 (19:21 +0000)
        * sysdeps/unix/mips/sysdep.h (PSEUDO_END): Undef before defining.

sysdeps/unix/mips/sysdep.h

index dd2795e..9302710 100644 (file)
@@ -37,6 +37,7 @@
 
 #define ret    j ra ; nop
 
+#undef PSEUDO_END
 #define PSEUDO_END(sym) .end sym; .size sym,.-sym
 
 #define PSEUDO_NOERRNO(name, syscall_name, args)       \