summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2011-01-16 21:32:07 -0500
committerUlrich Drepper <drepper@gmail.com>2011-01-16 21:32:07 -0500
commit1f20b93a6c695ba97a6a334f91b9369185e4e859 (patch)
treebee81ff68f9e48f7c3dd48a746a1bdab55ff1813 /ChangeLog
parent77e8bddff3fe1395d73515edfbfaa4441f8aa1cb (diff)
Fix missing dependencies and ensure correct CPPFLAGS.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad143eb0a5..834e16449f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2011-01-16 Andreas Schwab <schwab@linux-m68k.org>
+ * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
+ (modules-names): Use them.
+ (ifunc-test-modules, ifunc-pie-tests): Define.
+ (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
+ tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
+ (test-extras): Likewise.
+ ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
+ $(compile-command.c).
+ ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
+ (all-built-dso): Define.
+ (check-textrel.out, check-execstack.out): Depend on it.
+
* configure.in: Don't override --enable-multi-arch.
2011-01-15 Ulrich Drepper <drepper@gmail.com>