about summary refs log tree commit diff
path: root/sysdeps/unix/mips
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-09-09 19:22:51 +0000
committerRoland McGrath <roland@gnu.org>2003-09-09 19:22:51 +0000
commit5b0f136e7e7df7ebb1041a560a567dac01a53d6e (patch)
treec9c4bff498a36e7eabc3b534592fbd712294ffbb /sysdeps/unix/mips
parent7f08f55a9f88d23fcfbf1fed00f4d5a094e5fffc (diff)
downloadglibc-5b0f136e7e7df7ebb1041a560a567dac01a53d6e.tar.gz
glibc-5b0f136e7e7df7ebb1041a560a567dac01a53d6e.tar.xz
glibc-5b0f136e7e7df7ebb1041a560a567dac01a53d6e.zip
2003-09-09 Chris Demetriou <cgd@broadcom.com>
        * sysdeps/unix/mips/sysdep.h (PSEUDO_END): Undef before defining.
Diffstat (limited to 'sysdeps/unix/mips')
-rw-r--r--sysdeps/unix/mips/sysdep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/mips/sysdep.h b/sysdeps/unix/mips/sysdep.h
index dd2795edc4..9302710efa 100644
--- a/sysdeps/unix/mips/sysdep.h
+++ b/sysdeps/unix/mips/sysdep.h
@@ -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)	\