patches/glibc/2.3.6/fix-pr398.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Feb 24 11:00:05 2007 +0000 (2007-02-24)
changeset 1 eeea35fbf182
permissions -rw-r--r--
Add the full crosstool-NG sources to the new repository of its own.
You might just say: 'Yeah! crosstool-NG's got its own repo!".
Unfortunately, that's because the previous repo got damaged beyond repair and I had no backup.
That means I'm putting backups in place in the afternoon.
That also means we've lost history... :-(
yann@1
     1
Fixes error
yann@1
     2
yann@1
     3
dl-runtime.c:222: error: parse error before "CFI_STARTPROC"
yann@1
     4
make[2]: *** [crosstool-0.28-rc35/build/s390-unknown-linux-gnu/gcc-3.4.1-glibc-20040822/build-glibc/elf/dl-runtim
yann@1
     5
e.o] Error 1
yann@1
     6
make[2]: Leaving directory `crosstool-0.28-rc35/build/s390-unknown-linux-gnu/gcc-3.4.1-glibc-20040822/glibc-20040
yann@1
     7
822/elf'
yann@1
     8
make[1]: *** [elf/subdir_lib] Error 2
yann@1
     9
make[1]: Leaving directory `crosstool-0.28-rc35/build/s390-unknown-linux-gnu/gcc-3.4.1-glibc-20040822/glibc-20040
yann@1
    10
822'
yann@1
    11
make: *** [all] Error 2
yann@1
    12
yann@1
    13
-----------------
yann@1
    14
yann@1
    15
See http://sources.redhat.com/bugzilla/show_bug.cgi?id=398
yann@1
    16
http://sources.redhat.com/ml/libc-alpha/2004-07/msg00023.html
yann@1
    17
yann@1
    18
-----------------
yann@1
    19
yann@1
    20
CVSROOT:	/cvs/glibc
yann@1
    21
Module name:	libc
yann@1
    22
Branch: 	glibc-2_3-branch
yann@1
    23
Changes by:	roland@sources.redhat.com	2006-02-23 22:36:51
yann@1
    24
yann@1
    25
Modified files:
yann@1
    26
	sysdeps/s390/s390-64: dl-machine.h 
yann@1
    27
	sysdeps/s390/s390-32: dl-machine.h 
yann@1
    28
yann@1
    29
Log message:
yann@1
    30
	2004-07-10  GOTO Masanori  <gotom@debian.or.jp>
yann@1
    31
	
yann@1
    32
	[BZ #398]
yann@1
    33
	* sysdeps/s390/s390-32/dl-machine.h: Include <sysdep.h> for CFI
yann@1
    34
	directive.
yann@1
    35
	* sysdeps/s390/s390-64/dl-machine.h: Likewise.
yann@1
    36
yann@1
    37
Patches:
yann@1
    38
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
yann@1
    39
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
yann@1
    40
yann@1
    41
===================================================================
yann@1
    42
RCS file: /cvs/glibc/libc/sysdeps/s390/s390-64/dl-machine.h,v
yann@1
    43
retrieving revision 1.19.4.1
yann@1
    44
retrieving revision 1.19.4.2
yann@1
    45
diff -u -r1.19.4.1 -r1.19.4.2
yann@1
    46
--- libc/sysdeps/s390/s390-64/dl-machine.h	2005/10/17 04:57:27	1.19.4.1
yann@1
    47
+++ libc/sysdeps/s390/s390-64/dl-machine.h	2006/02/23 22:36:51	1.19.4.2
yann@1
    48
@@ -27,6 +27,7 @@
yann@1
    49
 #include <sys/param.h>
yann@1
    50
 #include <string.h>
yann@1
    51
 #include <link.h>
yann@1
    52
+#include <sysdep.h>
yann@1
    53
 
yann@1
    54
 /* This is an older, now obsolete value.  */
yann@1
    55
 #define EM_S390_OLD	0xA390
yann@1
    56
===================================================================
yann@1
    57
RCS file: /cvs/glibc/libc/sysdeps/s390/s390-32/dl-machine.h,v
yann@1
    58
retrieving revision 1.20.4.1
yann@1
    59
retrieving revision 1.20.4.2
yann@1
    60
diff -u -r1.20.4.1 -r1.20.4.2
yann@1
    61
--- libc/sysdeps/s390/s390-32/dl-machine.h	2005/10/17 04:57:27	1.20.4.1
yann@1
    62
+++ libc/sysdeps/s390/s390-32/dl-machine.h	2006/02/23 22:36:51	1.20.4.2
yann@1
    63
@@ -27,6 +27,7 @@
yann@1
    64
 #include <sys/param.h>
yann@1
    65
 #include <string.h>
yann@1
    66
 #include <link.h>
yann@1
    67
+#include <sysdep.h>
yann@1
    68
 
yann@1
    69
 /* This is an older, now obsolete value.  */
yann@1
    70
 #define EM_S390_OLD	0xA390