[Lsb-messages] /var/www/bzr/lsb/devel/build_env r1966: fix up the _fpstate change (bug 3503)

Mats Wichmann mats at linuxfoundation.org
Sat May 19 01:34:53 UTC 2012


------------------------------------------------------------
revno: 1966
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: build_env
timestamp: Fri 2012-05-18 19:34:53 -0600
message:
  fix up the _fpstate change (bug 3503)
modified:
  headers/IA32/5.0/signal.h.defs
  headers/signal.h
  package/Makefile
-------------- next part --------------
=== modified file 'headers/IA32/5.0/signal.h.defs'
--- a/headers/IA32/5.0/signal.h.defs	2012-05-18 10:55:41 +0000
+++ b/headers/IA32/5.0/signal.h.defs	2012-05-19 01:34:53 +0000
@@ -46,10 +46,10 @@
     struct _fpxreg _fxsr_st[8];
     struct _xmmreg _xmm[8];
     unsigned long int padding1[44];
-    union {
+    __extension__ union {
 	unsigned long int padding2[12];
 	struct _fpx_sw_bytes sw_reserved;
-    } padding1;
+    };
 };
 
 struct sigcontext {

=== modified file 'headers/signal.h'
--- a/headers/signal.h	2012-05-18 10:55:41 +0000
+++ b/headers/signal.h	2012-05-19 01:34:53 +0000
@@ -809,12 +809,12 @@
 #endif				/* __LSB_VERSION__ < 50 */
 #if __LSB_VERSION__ >= 50
 	unsigned long int padding1[44];
-	union {
+	__extension__ union {
 #if __LSB_VERSION__ >= 50
 	    unsigned long int padding2[12];
 	    struct _fpx_sw_bytes sw_reserved;
 #endif				/* __LSB_VERSION__ >= 50 */
-	} padding1;
+	};
 #endif				/* __LSB_VERSION__ >= 50 */
     };
 

=== modified file 'package/Makefile'
--- a/package/Makefile	2012-05-18 16:59:21 +0000
+++ b/package/Makefile	2012-05-19 01:34:53 +0000
@@ -46,7 +46,7 @@
 
 # We define this here instead of directly in the spec file as
 # we need to be able to work out what the produced rpm files will be called
-RPM_PACKAGE_RELEASE=6
+RPM_PACKAGE_RELEASE=7
 
 # Initialize LIB64 to proper value for 64-bit architectures
 export LIB64:=$(shell case `uname -m` in (ppc64 | s390x | x86_64) echo 64 ;; esac)



More information about the lsb-messages mailing list