]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add ARM dependency of libmemusage.so on libc_nonshared.a.
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 6 Jan 2012 20:14:44 +0000 (20:14 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 6 Jan 2012 20:14:44 +0000 (20:14 +0000)
ChangeLog.arm
sysdeps/arm/Makefile

index 36027d56a17e630d9f0343750b0fced3feb5e1cd..0d0b6ff58483da2f4078cd2ab88e097b84cb70eb 100644 (file)
@@ -1,3 +1,9 @@
+2012-01-05  Nathan Sidwell  <nathan@codesourcery.com>
+           Tom de Vries  <tom@codesourcery.com>
+
+       * sysdeps/arm/Makefile (libmemusage.so): Add libc_nonshared.a
+       dependency.
+
 2012-01-03  Mike Frysinger  <vapier@gentoo.org>
 
        [BZ #12354]
index 5651161516a7b4be956a7947c35ab3d5ad64f488..1a88430a2c2df7fd7197cc43da5f46ed6e96549b 100644 (file)
@@ -7,3 +7,8 @@ endif
 ifeq ($(subdir),csu)
 gen-as-const-headers += tlsdesc.sym
 endif
+
+# to pull in __aeabi_read_tp, needed for tls
+ifeq ($(subdir),malloc)
+$(objpfx)libmemusage.so: $(common-objpfx)libc_nonshared.a
+endif