packages: glibc/glibc.spec, glibc/glibc-i686.patch (NEW) - test patch for i...
arekm
arekm at pld-linux.org
Sat Apr 24 23:23:02 CEST 2010
Author: arekm Date: Sat Apr 24 21:23:02 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- test patch for i686 build problem (sysdeps/i386/fpu/s_frexp.S:66: Error: invalid identifier for .ifdef)
---- Files affected:
packages/glibc:
glibc.spec (1.867 -> 1.868) , glibc-i686.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/glibc/glibc.spec
diff -u packages/glibc/glibc.spec:1.867 packages/glibc/glibc.spec:1.868
--- packages/glibc/glibc.spec:1.867 Sat Apr 24 22:43:58 2010
+++ packages/glibc/glibc.spec Sat Apr 24 23:22:56 2010
@@ -34,7 +34,7 @@
Summary(uk.UTF-8): GNU libc версії
Name: glibc
Version: 2.11.1
-Release: 4
+Release: 4.1
Epoch: 6
License: LGPL v2.1+
Group: Libraries
@@ -70,6 +70,7 @@
Patch23: %{name}-pt_pax.patch
Patch25: %{name}-cv_gnu89_inline.patch
Patch26: %{name}-posix-sh.patch
+Patch27: %{name}-i686.patch
URL: http://www.gnu.org/software/libc/
%{?with_selinux:BuildRequires: audit-libs-devel}
BuildRequires: autoconf
@@ -909,6 +910,7 @@
%patch23 -p0
%patch25 -p1
%patch26 -p1
+%patch27 -p1
# cleanup backups after patching
find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
@@ -1667,6 +1669,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.868 2010/04/24 21:22:56 arekm
+- test patch for i686 build problem (sysdeps/i386/fpu/s_frexp.S:66: Error: invalid identifier for .ifdef)
+
Revision 1.867 2010/04/24 20:43:58 arekm
- rel 4; add ro/LC_TIME
================================================================
Index: packages/glibc/glibc-i686.patch
diff -u /dev/null packages/glibc/glibc-i686.patch:1.1
--- /dev/null Sat Apr 24 23:23:02 2010
+++ packages/glibc/glibc-i686.patch Sat Apr 24 23:22:56 2010
@@ -0,0 +1,20 @@
+--- glibc-2.11.1/sysdeps/i386/sysdep.h~ 2009-12-08 21:10:20.000000000 +0100
++++ glibc-2.11.1/sysdeps/i386/sysdep.h 2010-04-24 23:17:12.477558192 +0200
+@@ -133,6 +133,8 @@
+ cfi_adjust_cfa_offset (-4); \
+ addl $_GLOBAL_OFFSET_TABLE+[.-0b], %ebx;
+
++# define __old__i686 __i686
++# undef __i686
+ # define SETUP_PIC_REG(reg) \
+ .ifndef __i686.get_pc_thunk.reg; \
+ .section .gnu.linkonce.t.__i686.get_pc_thunk.reg,"ax", at progbits; \
+@@ -146,6 +148,8 @@
+ .previous; \
+ .endif; \
+ call __i686.get_pc_thunk.reg
++# define __i686 __old__i686
++# undef __old__i686
+
+ # define LOAD_PIC_REG(reg) \
+ SETUP_PIC_REG(reg); addl $_GLOBAL_OFFSET_TABLE_, %e##reg
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glibc/glibc.spec?r1=1.867&r2=1.868&f=u
More information about the pld-cvs-commit
mailing list