A tiny patch for SH-3 specific setjmp

kaz Kojima kkojima@rr.iij4u.or.jp
Thu Feb 8 15:58:00 GMT 2001


Hi,

This is a tiny patch for an obvious mistake in sh3 specific setjmp.

	kaz
--
	* sysdeps/sh/sh3/setjmp.S (__sigsetjmp): Correct function name
	in the assembler end directive.

Index: setjmp.S
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/sh/sh3/setjmp.S,v
retrieving revision 1.3
diff -u -r1.3 setjmp.S
--- setjmp.S	2000/11/21 20:55:37	1.3
+++ setjmp.S	2001/02/08 23:41:28
@@ -61,4 +61,4 @@
 .L1:
 	.long	C_SYMBOL_NAME(__sigjmp_save)
 #endif
-END (__setjmp)
+END (__sigsetjmp)


More information about the Libc-hacker mailing list