rpms/glibc/FC-4 glibc-bz2451.patch,1.2,1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri May 5 20:51:48 UTC 2006


Author: jakub

Update of /cvs/dist/rpms/glibc/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv31015

Modified Files:
	glibc-bz2451.patch 
Log Message:
2.3.6-4


glibc-bz2451.patch:
 Makefile     |   11 +++++++++--
 dl-load.c    |   22 ++++++++++++++++------
 tst-leaks1.c |   25 +++++++++++++++++++++++++
 3 files changed, 50 insertions(+), 8 deletions(-)

Index: glibc-bz2451.patch
===================================================================
RCS file: /cvs/dist/rpms/glibc/FC-4/glibc-bz2451.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- glibc-bz2451.patch	5 May 2006 20:38:37 -0000	1.2
+++ glibc-bz2451.patch	5 May 2006 20:51:45 -0000	1.3
@@ -15,26 +15,25 @@
 
 --- libc/elf/Makefile	1 Mar 2006 06:18:26 -0000	1.310
 +++ libc/elf/Makefile	19 Mar 2006 07:47:47 -0000	1.312
-@@ -87,7 +87,8 @@ distribute	:= rtld-Rules \
- 		   unload3mod1.c unload3mod2.c unload3mod3.c unload3mod4.c \
- 		   unload4mod1.c unload4mod2.c unload4mod3.c unload4mod4.c \
- 		   unload6mod1.c unload6mod2.c unload6mod3.c \
--		   order2mod1.c order2mod2.c order2mod3.c order2mod4.c
-+		   order2mod1.c order2mod2.c order2mod3.c order2mod4.c \
-+		   tst-leaks1.c
+@@ -90,7 +90,7 @@ distribute	:= rtld-Rules \
+ 		   tst-auditmod1.c tst-audit.sh \
+ 		   order2mod1.c order2mod2.c order2mod3.c order2mod4.c \
+ 		   tst-array5.c tst-array5-static.c tst-array5dep.c \
+-		   tst-array5.exp
++		   tst-array5.exp tst-leaks1.c
  
  CFLAGS-dl-runtime.c = -fexceptions -fasynchronous-unwind-tables
  CFLAGS-dl-lookup.c = -fexceptions -fasynchronous-unwind-tables
-@@ -135,7 +136,7 @@ vpath %.c ../locale/programs
+@@ -138,7 +138,7 @@ vpath %.c ../locale/programs
  endif
  endif
  
 -tests = tst-tls1 tst-tls2 tst-tls9
 +tests = tst-tls1 tst-tls2 tst-tls9 tst-leaks1
  ifeq (yes,$(have-initfini-array))
- tests += tst-array1 tst-array2 tst-array3 tst-array4
+ tests += tst-array1 tst-array2 tst-array3 tst-array4 tst-array5
  endif
-@@ -170,6 +171,7 @@ endif
+@@ -176,6 +176,7 @@ endif
  ifeq (yesyes,$(have-fpie)$(build-shared))
  tests: $(objpfx)tst-pie1.out
  endif
@@ -42,7 +41,7 @@
  modules-names = testobj1 testobj2 testobj3 testobj4 testobj5 testobj6 \
  		testobj1_1 failobj constload2 constload3 unloadmod \
  		dep1 dep2 dep3 dep4 $(modules-vis-$(have-protected)) \
-@@ -828,3 +830,9 @@ $(objpfx)order2mod1.so: $(objpfx)order2m
+@@ -857,3 +858,9 @@ $(objpfx)order2mod1.so: $(objpfx)order2m
  $(objpfx)order2mod4.so: $(objpfx)order2mod3.so
  $(objpfx)order2mod2.so: $(objpfx)order2mod3.so
  order2mod2.so-no-z-defs = yes




More information about the fedora-cvs-commits mailing list