[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r6749 - in glibc-package/branches/glibc-2.22/debian: . patches patches/kfreebsd



Author: aurel32
Date: 2015-12-03 13:52:17 +0000 (Thu, 03 Dec 2015)
New Revision: 6749

Added:
   glibc-package/branches/glibc-2.22/debian/patches/kfreebsd/local-tst-malloc-backtrace.diff
Modified:
   glibc-package/branches/glibc-2.22/debian/changelog
   glibc-package/branches/glibc-2.22/debian/patches/series.kfreebsd-amd64
   glibc-package/branches/glibc-2.22/debian/patches/series.kfreebsd-i386
Log:
debian/patches/kfreebsd/local-tst-malloc-backtrace.diff: new patch to fix
tst-malloc-backtrace on GNU/kFreeBSD.

Modified: glibc-package/branches/glibc-2.22/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.22/debian/changelog	2015-12-03 13:20:22 UTC (rev 6748)
+++ glibc-package/branches/glibc-2.22/debian/changelog	2015-12-03 13:52:17 UTC (rev 6749)
@@ -7,6 +7,8 @@
   * patches/kfreebsd/local-sysdeps.diff, patches/kfreebsd/local-fbtl.diff:
     update to revision 5850 (from glibc-bsd):
     - Update to glibc 2.22.
+  * debian/patches/kfreebsd/local-tst-malloc-backtrace.diff: new patch to fix
+    tst-malloc-backtrace on GNU/kFreeBSD.
   * debian/sysdeps/ppc64el.mk: use default gcc options.
   * debian/rules.d/build.mk: explicitly disable mathvec when mvec=no.
   * debian/testsuite-checking/expected-results-s390x-linux-gnu-libc:

Added: glibc-package/branches/glibc-2.22/debian/patches/kfreebsd/local-tst-malloc-backtrace.diff
===================================================================
--- glibc-package/branches/glibc-2.22/debian/patches/kfreebsd/local-tst-malloc-backtrace.diff	                        (rev 0)
+++ glibc-package/branches/glibc-2.22/debian/patches/kfreebsd/local-tst-malloc-backtrace.diff	2015-12-03 13:52:17 UTC (rev 6749)
@@ -0,0 +1,13 @@
+--- a/malloc/Makefile
++++ b/malloc/Makefile
+@@ -45,8 +45,8 @@ extra-libs-others = $(extra-libs)
+ libmemusage-routines = memusage
+ libmemusage-inhibit-o = $(filter-out .os,$(object-suffixes))
+ 
+-$(objpfx)tst-malloc-backtrace: $(common-objpfx)nptl/libpthread.so \
+-			       $(common-objpfx)nptl/libpthread_nonshared.a
++$(objpfx)tst-malloc-backtrace: $(common-objpfx)fbtl/libpthread.so \
++			       $(common-objpfx)fbtl/libpthread_nonshared.a
+ 
+ # These should be removed by `make clean'.
+ extra-objs = mcheck-init.o libmcheck.a

Modified: glibc-package/branches/glibc-2.22/debian/patches/series.kfreebsd-amd64
===================================================================
--- glibc-package/branches/glibc-2.22/debian/patches/series.kfreebsd-amd64	2015-12-03 13:20:22 UTC (rev 6748)
+++ glibc-package/branches/glibc-2.22/debian/patches/series.kfreebsd-amd64	2015-12-03 13:52:17 UTC (rev 6749)
@@ -3,3 +3,4 @@
 kfreebsd/local-undef-glibc.diff
 kfreebsd/local-initgroups-order.diff
 kfreebsd/local-tst-auxv.diff
+kfreebsd/local-tst-malloc-backtrace.diff

Modified: glibc-package/branches/glibc-2.22/debian/patches/series.kfreebsd-i386
===================================================================
--- glibc-package/branches/glibc-2.22/debian/patches/series.kfreebsd-i386	2015-12-03 13:20:22 UTC (rev 6748)
+++ glibc-package/branches/glibc-2.22/debian/patches/series.kfreebsd-i386	2015-12-03 13:52:17 UTC (rev 6749)
@@ -3,3 +3,4 @@
 kfreebsd/local-undef-glibc.diff
 kfreebsd/local-initgroups-order.diff
 kfreebsd/local-tst-auxv.diff
+kfreebsd/local-tst-malloc-backtrace.diff


Reply to: