patches/glibc/2.3.6/110-fix-pr398.patch
changeset 2267 7af68e6083aa
parent 2266 a64ae33ea8ae
child 2268 1300e1714c13
     1.1 --- a/patches/glibc/2.3.6/110-fix-pr398.patch	Mon Jan 03 22:02:06 2011 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,70 +0,0 @@
     1.4 -Fixes error
     1.5 -
     1.6 -dl-runtime.c:222: error: parse error before "CFI_STARTPROC"
     1.7 -make[2]: *** [crosstool-0.28-rc35/build/s390-unknown-linux-gnu/gcc-3.4.1-glibc-20040822/build-glibc/elf/dl-runtim
     1.8 -e.o] Error 1
     1.9 -make[2]: Leaving directory `crosstool-0.28-rc35/build/s390-unknown-linux-gnu/gcc-3.4.1-glibc-20040822/glibc-20040
    1.10 -822/elf'
    1.11 -make[1]: *** [elf/subdir_lib] Error 2
    1.12 -make[1]: Leaving directory `crosstool-0.28-rc35/build/s390-unknown-linux-gnu/gcc-3.4.1-glibc-20040822/glibc-20040
    1.13 -822'
    1.14 -make: *** [all] Error 2
    1.15 -
    1.16 ------------------
    1.17 -
    1.18 -See http://sources.redhat.com/bugzilla/show_bug.cgi?id=398
    1.19 -http://sources.redhat.com/ml/libc-alpha/2004-07/msg00023.html
    1.20 -
    1.21 ------------------
    1.22 -
    1.23 -CVSROOT:	/cvs/glibc
    1.24 -Module name:	libc
    1.25 -Branch: 	glibc-2_3-branch
    1.26 -Changes by:	roland@sources.redhat.com	2006-02-23 22:36:51
    1.27 -
    1.28 -Modified files:
    1.29 -	sysdeps/s390/s390-64: dl-machine.h 
    1.30 -	sysdeps/s390/s390-32: dl-machine.h 
    1.31 -
    1.32 -Log message:
    1.33 -	2004-07-10  GOTO Masanori  <gotom@debian.or.jp>
    1.34 -	
    1.35 -	[BZ #398]
    1.36 -	* sysdeps/s390/s390-32/dl-machine.h: Include <sysdep.h> for CFI
    1.37 -	directive.
    1.38 -	* sysdeps/s390/s390-64/dl-machine.h: Likewise.
    1.39 -
    1.40 -Patches:
    1.41 -http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/s390/s390-64/dl-machine.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.19.4.1&r2=1.19.4.2
    1.42 -http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/s390/s390-32/dl-machine.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.20.4.1&r2=1.20.4.2
    1.43 -
    1.44 -===================================================================
    1.45 -RCS file: /cvs/glibc/libc/sysdeps/s390/s390-64/dl-machine.h,v
    1.46 -retrieving revision 1.19.4.1
    1.47 -retrieving revision 1.19.4.2
    1.48 -diff -u -r1.19.4.1 -r1.19.4.2
    1.49 ---- libc/sysdeps/s390/s390-64/dl-machine.h	2005/10/17 04:57:27	1.19.4.1
    1.50 -+++ libc/sysdeps/s390/s390-64/dl-machine.h	2006/02/23 22:36:51	1.19.4.2
    1.51 -@@ -27,6 +27,7 @@
    1.52 - #include <sys/param.h>
    1.53 - #include <string.h>
    1.54 - #include <link.h>
    1.55 -+#include <sysdep.h>
    1.56 - 
    1.57 - /* This is an older, now obsolete value.  */
    1.58 - #define EM_S390_OLD	0xA390
    1.59 -===================================================================
    1.60 -RCS file: /cvs/glibc/libc/sysdeps/s390/s390-32/dl-machine.h,v
    1.61 -retrieving revision 1.20.4.1
    1.62 -retrieving revision 1.20.4.2
    1.63 -diff -u -r1.20.4.1 -r1.20.4.2
    1.64 ---- libc/sysdeps/s390/s390-32/dl-machine.h	2005/10/17 04:57:27	1.20.4.1
    1.65 -+++ libc/sysdeps/s390/s390-32/dl-machine.h	2006/02/23 22:36:51	1.20.4.2
    1.66 -@@ -27,6 +27,7 @@
    1.67 - #include <sys/param.h>
    1.68 - #include <string.h>
    1.69 - #include <link.h>
    1.70 -+#include <sysdep.h>
    1.71 - 
    1.72 - /* This is an older, now obsolete value.  */
    1.73 - #define EM_S390_OLD	0xA390