Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/glibc/2.12.1: 1505_hppa_glibc-2.11-hppa-nptl.patch README.history
Date: Wed, 02 Mar 2011 02:33:37
Message-Id: 20110302023326.35A102005C@flycatcher.gentoo.org
1 vapier 11/03/02 02:33:26
2
3 Modified: 1505_hppa_glibc-2.11-hppa-nptl.patch README.history
4 Log:
5 update by Jeroen Roovers for hppa patch fail #357005
6
7 Revision Changes Path
8 1.2 src/patchsets/glibc/2.12.1/1505_hppa_glibc-2.11-hppa-nptl.patch
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.12.1/1505_hppa_glibc-2.11-hppa-nptl.patch?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.12.1/1505_hppa_glibc-2.11-hppa-nptl.patch?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.12.1/1505_hppa_glibc-2.11-hppa-nptl.patch?r1=1.1&r2=1.2
13
14 Index: 1505_hppa_glibc-2.11-hppa-nptl.patch
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.12.1/1505_hppa_glibc-2.11-hppa-nptl.patch,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- 1505_hppa_glibc-2.11-hppa-nptl.patch 18 Nov 2010 11:08:36 -0000 1.1
21 +++ 1505_hppa_glibc-2.11-hppa-nptl.patch 2 Mar 2011 02:33:26 -0000 1.2
22 @@ -1,26 +1,7 @@
23 http://bugs.gentoo.org/301642
24
25 -diff -uNr glibc-2.11.2.orig/ChangeLog glibc-2.11.2/ChangeLog
26 ---- glibc-2.11.2.orig/ChangeLog 2010-07-25 21:58:31.317129388 +0200
27 -+++ glibc-2.11.2/ChangeLog 2010-07-25 22:01:24.035435289 +0200
28 -@@ -211,6 +211,14 @@
29 - * io/ftw.c (ftw_startup): Close descriptor for initial directory
30 - after changing back to it.
31 -
32 -+2010-02-09 Carlos O'Donell <carlos@××××××××××××.com>
33 -+
34 -+ * elf/dl-fptr.c: Update copyright year.
35 -+ (struct local): Don't initialize root.
36 -+ (make_fdesc): Initialize root table pointer.
37 -+ (_dl_fptr_init): New function.
38 -+ * sysdeps/generic/dl-fptr.h (_dl_fptr_init): New prototype.
39 -+
40 - 2010-02-09 Ulrich Drepper <drepper@××××××.com>
41 -
42 - * sysdeps/i386/lshift.S: Fix unwind information.
43 -diff -uNr glibc-2.11.2.orig/elf/dl-fptr.c glibc-2.11.2/elf/dl-fptr.c
44 ---- glibc-2.11.2.orig/elf/dl-fptr.c 2010-07-25 21:58:31.241131107 +0200
45 -+++ glibc-2.11.2/elf/dl-fptr.c 2010-07-25 22:00:54.323726976 +0200
46 +--- a/elf/dl-fptr.c 2010-07-25 21:58:31.241131107 +0200
47 ++++ b/elf/dl-fptr.c 2010-07-25 22:00:54.323726976 +0200
48 @@ -1,5 +1,5 @@
49 /* Manage function descriptors. Generic version.
50 - Copyright (C) 1999-2004, 2006 Free Software Foundation, Inc.
51 @@ -56,34 +37,8 @@
52
53 static ElfW(Addr)
54 make_fdesc (ElfW(Addr) ip, ElfW(Addr) gp)
55 -diff -uNr glibc-2.11.2.orig/nptl/ChangeLog glibc-2.11.2/nptl/ChangeLog
56 ---- glibc-2.11.2.orig/nptl/ChangeLog 2010-07-25 21:58:30.721135832 +0200
57 -+++ glibc-2.11.2/nptl/ChangeLog 2010-07-25 22:00:00.884251052 +0200
58 -@@ -1,3 +1,21 @@
59 -+2010-02-09 Carlos O'Donell <carlos@××××××××××××.com>
60 -+
61 -+ * allocatestack.c (allocate_stack): Define
62 -+ _STACK_GROWS_DOWN and _STACK_GROWS_UP cases for
63 -+ user defined stacks. Adjust define indentation.
64 -+ Remove assert for _STACK_GROWS_UP case.
65 -+ * pthread_create.c: Update coprigyt year.
66 -+ (start_thread): Implement _STACK_GROWS_UP case.
67 -+ * pthread_attr_getstack.c: Update copyright year.
68 -+ (__pthread_attr_getstack): Define _STACK_GROWS_UP
69 -+ case.
70 -+ * pthread_attr_setstack.c: Update copyright year.
71 -+ (__pthread_attr_setstack): Define _STACK_GROWS_UP
72 -+ case.
73 -+ (__old_pthread_attr_setstack): Likewise.
74 -+ * pthread_getattr_np: Update copyright year.
75 -+ (pthread_getattr_np): Define _STACK_GROWS_UP cases.
76 -+
77 - 2009-11-27 Andreas Schwab <schwab@××××××.com>
78 -
79 - * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Reload
80 -diff -uNr glibc-2.11.2.orig/nptl/allocatestack.c glibc-2.11.2/nptl/allocatestack.c
81 ---- glibc-2.11.2.orig/nptl/allocatestack.c 2010-07-25 21:58:30.669136153 +0200
82 -+++ glibc-2.11.2/nptl/allocatestack.c 2010-07-25 21:59:05.528795435 +0200
83 +--- a/nptl/allocatestack.c 2010-07-25 21:58:30.669136153 +0200
84 ++++ b/nptl/allocatestack.c 2010-07-25 21:59:05.528795435 +0200
85 @@ -1,4 +1,4 @@
86 -/* Copyright (C) 2002-2007, 2009 Free Software Foundation, Inc.
87 +/* Copyright (C) 2002-2007, 2009, 2010 Free Software Foundation, Inc.
88 @@ -159,9 +114,8 @@
89 #endif
90
91 return 0;
92 -diff -uNr glibc-2.11.2.orig/nptl/pthread_attr_getstack.c glibc-2.11.2/nptl/pthread_attr_getstack.c
93 ---- glibc-2.11.2.orig/nptl/pthread_attr_getstack.c 2010-07-25 21:58:30.717135358 +0200
94 -+++ glibc-2.11.2/nptl/pthread_attr_getstack.c 2010-07-25 21:59:05.532796982 +0200
95 +--- a/nptl/pthread_attr_getstack.c 2010-07-25 21:58:30.717135358 +0200
96 ++++ b/nptl/pthread_attr_getstack.c 2010-07-25 21:59:05.532796982 +0200
97 @@ -1,4 +1,4 @@
98 -/* Copyright (C) 2002 Free Software Foundation, Inc.
99 +/* Copyright (C) 2002, 2010 Free Software Foundation, Inc.
100 @@ -180,9 +134,8 @@
101 *stacksize = iattr->stacksize;
102
103 return 0;
104 -diff -uNr glibc-2.11.2.orig/nptl/pthread_attr_setstack.c glibc-2.11.2/nptl/pthread_attr_setstack.c
105 ---- glibc-2.11.2.orig/nptl/pthread_attr_setstack.c 2010-07-25 21:58:30.717135358 +0200
106 -+++ glibc-2.11.2/nptl/pthread_attr_setstack.c 2010-07-25 21:59:05.532796982 +0200
107 +--- a/nptl/pthread_attr_setstack.c 2010-07-25 21:58:30.717135358 +0200
108 ++++ b/nptl/pthread_attr_setstack.c 2010-07-25 21:59:05.532796982 +0200
109 @@ -1,4 +1,4 @@
110 -/* Copyright (C) 2002, 2003, 2006 Free Software Foundation, Inc.
111 +/* Copyright (C) 2002, 2003, 2006, 2010 Free Software Foundation, Inc.
112 @@ -213,9 +166,8 @@
113 iattr->flags |= ATTR_FLAG_STACKADDR;
114
115 return 0;
116 -diff -uNr glibc-2.11.2.orig/nptl/pthread_create.c glibc-2.11.2/nptl/pthread_create.c
117 ---- glibc-2.11.2.orig/nptl/pthread_create.c 2010-07-25 21:58:30.713135617 +0200
118 -+++ glibc-2.11.2/nptl/pthread_create.c 2010-07-25 21:59:05.536794818 +0200
119 +--- a/nptl/pthread_create.c 2010-07-25 21:58:30.713135617 +0200
120 ++++ b/nptl/pthread_create.c 2010-07-25 21:59:05.536794818 +0200
121 @@ -1,4 +1,4 @@
122 -/* Copyright (C) 2002-2007,2008,2009 Free Software Foundation, Inc.
123 +/* Copyright (C) 2002-2007,2008,2009,2010 Free Software Foundation, Inc.
124 @@ -244,9 +196,8 @@
125
126 /* If the thread is detached free the TCB. */
127 if (IS_DETACHED (pd))
128 -diff -uNr glibc-2.11.2.orig/nptl/pthread_getattr_np.c glibc-2.11.2/nptl/pthread_getattr_np.c
129 ---- glibc-2.11.2.orig/nptl/pthread_getattr_np.c 2010-07-25 21:58:30.713135617 +0200
130 -+++ glibc-2.11.2/nptl/pthread_getattr_np.c 2010-07-25 21:59:05.536794818 +0200
131 +--- a/nptl/pthread_getattr_np.c 2010-07-25 21:58:30.713135617 +0200
132 ++++ b/nptl/pthread_getattr_np.c 2010-07-25 21:59:05.536794818 +0200
133 @@ -1,4 +1,5 @@
134 -/* Copyright (C) 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
135 +/* Copyright (C) 2002, 2003, 2004, 2006, 2007,
136 @@ -288,21 +239,14 @@
137 /* We succeed and no need to look further. */
138 ret = 0;
139 break;
140 -diff -uNr glibc-2.11.2.orig/ports/ChangeLog.hppa glibc-2.11.2/ports/ChangeLog.hppa
141 ---- glibc-2.11.2.orig/ports/ChangeLog.hppa 2010-07-25 21:58:30.213140619 +0200
142 -+++ glibc-2.11.2/ports/ChangeLog.hppa 2010-07-25 22:02:52.062583751 +0200
143 -@@ -1,3 +1,8 @@
144 -+2010-02-09 Carlos O'Donell <carlos@××××××××××××.com>
145 -+
146 -+ * sysdeps/hppa/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
147 -+ Call _dl_fptr_init.
148 -+
149 - 2009-11-15 Carlos O'Donell <carlos@××××××××××××.com>
150 -
151 - [BZ #6676]
152 -diff -uNr glibc-2.11.2.orig/ports/sysdeps/hppa/dl-machine.h glibc-2.11.2/ports/sysdeps/hppa/dl-machine.h
153 ---- glibc-2.11.2.orig/ports/sysdeps/hppa/dl-machine.h 2010-07-25 21:58:30.189140390 +0200
154 -+++ glibc-2.11.2/ports/sysdeps/hppa/dl-machine.h 2010-07-25 22:02:25.502848298 +0200
155 +
156 +2010-02-09 Carlos O'Donell <carlos@××××××××××××.com>
157 +
158 + * sysdeps/hppa/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
159 + Call _dl_fptr_init.
160 +
161 +--- a/ports/sysdeps/hppa/dl-machine.h 2010-07-25 21:58:30.189140390 +0200
162 ++++ b/ports/sysdeps/hppa/dl-machine.h 2010-07-25 22:02:25.502848298 +0200
163 @@ -64,7 +64,8 @@
164 }
165
166 @@ -313,9 +257,8 @@
167
168 /* Return nonzero iff ELF header is compatible with the running host. */
169 static inline int
170 -diff -uNr glibc-2.11.2.orig/sysdeps/generic/dl-fptr.h glibc-2.11.2/sysdeps/generic/dl-fptr.h
171 ---- glibc-2.11.2.orig/sysdeps/generic/dl-fptr.h 2010-07-25 21:58:30.525138223 +0200
172 -+++ glibc-2.11.2/sysdeps/generic/dl-fptr.h 2010-07-25 22:00:54.323726976 +0200
173 +--- a/sysdeps/generic/dl-fptr.h 2010-07-25 21:58:30.525138223 +0200
174 ++++ b/sysdeps/generic/dl-fptr.h 2010-07-25 22:00:54.323726976 +0200
175 @@ -40,6 +40,9 @@
176
177 extern ElfW(Addr) _dl_boot_fptr_table [];
178
179
180
181 1.14 src/patchsets/glibc/2.12.1/README.history
182
183 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.12.1/README.history?rev=1.14&view=markup
184 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.12.1/README.history?rev=1.14&content-type=text/plain
185 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.12.1/README.history?r1=1.13&r2=1.14
186
187 Index: README.history
188 ===================================================================
189 RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.12.1/README.history,v
190 retrieving revision 1.13
191 retrieving revision 1.14
192 diff -u -r1.13 -r1.14
193 --- README.history 9 Dec 2010 11:27:14 -0000 1.13
194 +++ README.history 2 Mar 2011 02:33:26 -0000 1.14
195 @@ -1,3 +1,6 @@
196 +9 [pending]
197 + U 1505_hppa_glibc-2.11-hppa-nptl.patch
198 +
199 8 09.12.2010
200 + 6606_all_mips-glibc-delete-getpagesize.c.patch