This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A tiny patch for SH-3 specific setjmp


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)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]