rpms/dietlibc/devel dietlibc-0.29-scall.patch,1.2,1.3

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Wed Jul 2 06:58:14 UTC 2008


Author: ensc

Update of /cvs/extras/rpms/dietlibc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12167

Modified Files:
	dietlibc-0.29-scall.patch 
Log Message:
use .comment instead of .note section for the not-implemented symbol

dietlibc-0.29-scall.patch:

Index: dietlibc-0.29-scall.patch
===================================================================
RCS file: /cvs/extras/rpms/dietlibc/devel/dietlibc-0.29-scall.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dietlibc-0.29-scall.patch	18 May 2008 10:12:53 -0000	1.2
+++ dietlibc-0.29-scall.patch	2 Jul 2008 06:57:21 -0000	1.3
@@ -13,13 +13,13 @@
 index c9f72bb..6b6a8aa 100644
 --- a/libcompat/syscall.S
 +++ b/libcompat/syscall.S
-@@ -130,6 +130,12 @@ syscall:
+@@ -130,7 +130,12 @@ syscall:
  	b    __unified_syscall
  
  #else
 -		/* arch not implemented yet */
 +#include <endian.h>
-+	.section	.note
++	.section	.comment
 +#if (__WORDSIZE == 64)	
 +	.quad		__syscall_2_not_implemented_for_this_arch
 +#else	




More information about the fedora-extras-commits mailing list