[gcl] Fix the asm-signal-h patch for 32-bit Intel builds.

Jerry James jjames at fedoraproject.org
Sun Jan 2 00:58:17 UTC 2011


commit d26c5a4201218f3d3297d5692e4d105e982d2e7c
Author: Jerry James <loganjerry at gmail.com>
Date:   Sat Jan 1 17:57:40 2011 -0700

    Fix the asm-signal-h patch for 32-bit Intel builds.

 gcl-2.6.8-asm-signal-h.patch |   34 ----------------------------------
 1 files changed, 0 insertions(+), 34 deletions(-)
---
diff --git a/gcl-2.6.8-asm-signal-h.patch b/gcl-2.6.8-asm-signal-h.patch
index 6fbd990..644b4c3 100644
--- a/gcl-2.6.8-asm-signal-h.patch
+++ b/gcl-2.6.8-asm-signal-h.patch
@@ -1,15 +1,3 @@
---- acconfig.h.orig	2010-12-30 11:03:10.000000000 -0700
-+++ acconfig.h	2010-12-30 11:33:11.000000000 -0700
-@@ -37,6 +37,9 @@ SGC is enabled.  */
- 
- /* define if have <asm/signal.h> */
- #undef HAVE_ASM_SIGNAL_H
-+#ifdef HAVE_ASM_SIGNAL_H
-+# define __ASSEMBLY__
-+#endif
- 
- /* define if have <asm/sigcontext.h> */
- #undef HAVE_ASM_SIGCONTEXT_H
 --- configure.orig	2010-12-30 11:26:12.887486517 -0700
 +++ configure	2010-12-30 11:34:19.000000000 -0700
 @@ -8130,7 +8130,8 @@ done
@@ -51,25 +39,3 @@
               #include <asm/signal.h>
               #endif
            ]],
---- h/gclincl.h.in.orig	2010-12-30 11:04:34.000000000 -0700
-+++ h/gclincl.h.in	2010-12-30 11:34:20.000000000 -0700
-@@ -38,6 +38,9 @@ SGC is enabled.  */
- 
- /* define if have <asm/signal.h> */
- #undef HAVE_ASM_SIGNAL_H
-+#ifdef HAVE_ASM_SIGNAL_H
-+# define __ASSEMBLY__
-+#endif
- 
- /* define if have <asm/sigcontext.h> */
- #undef HAVE_ASM_SIGCONTEXT_H
---- o/test_memprotect.c.orig	1999-12-06 15:44:13.000000000 -0700
-+++ o/test_memprotect.c	2010-12-30 11:33:38.000000000 -0700
-@@ -38,6 +38,7 @@ int psize;
- 
- char *malloc();
- 
-+#define __ASSEMBLY__
- #include <asm/signal.h>
- #include <asm/sigcontext.h>
- 


More information about the scm-commits mailing list