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 36027d5..0d0b6ff 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 5651161..1a88430 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