summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2016-02-11 17:17:38 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2016-02-11 17:27:20 +0000
commite535ce250143b9c1600b306911710c0de73e2a5e (patch)
tree96bdcd49b9ac3e080c52f7d4bd6b70e409e5d6aa /ChangeLog
parentd2bb040b2a2f58b1ef80f01292bd722fce01d36a (diff)
downloadglibc-e535ce250143b9c1600b306911710c0de73e2a5e.tar.gz
glibc-e535ce250143b9c1600b306911710c0de73e2a5e.tar.xz
glibc-e535ce250143b9c1600b306911710c0de73e2a5e.zip
[ARM] add missing -funwind-tables to test case (bug 19529)
stdlib/tst-makecontext test failed on arm because it used backtrace
without -funwind-tables.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11c315607e..d45f715a55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-02-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+	[BZ #19529]
+	* stdlib/Makefile (CFLAGS-tst-makecontext.c): Add -funwind-tables.
+
 2016-02-04  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
 
 	* sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.