aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-01-24 00:23:13 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-01-24 00:23:13 +0000
commit8c53a12c8625f618d6ce8202861dc6f4f70940d3 (patch)
treec1bcecdd12b9b3411c563a9f6147b7a0b9ccff5d /ChangeLog
parent4858fa2af6b597859ec418e7b37cc672d8d05707 (diff)
downloadglibc-8c53a12c8625f618d6ce8202861dc6f4f70940d3.zip
glibc-8c53a12c8625f618d6ce8202861dc6f4f70940d3.tar.gz
glibc-8c53a12c8625f618d6ce8202861dc6f4f70940d3.tar.bz2
Avoid backtrace tests matching filenames when searching for function names.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6f9290..1c1011e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2013-01-23 Joseph Myers <joseph@codesourcery.com>
+
+ * debug/tst-backtrace.h: New file.
+ * debug/tst-backtrace2.c: Include tst-backtrace.h.
+ (ret): Remove variable.
+ (x): Likewise.
+ (FAIL): Remove macro.
+ (NO_INLINE): Likewise.
+ (fn1): Use match function instead of strstr.
+ * debug/tst-backtrace3.c: Include tst-backtrace.h.
+ (ret): Remove variable.
+ (x): Likewise.
+ (FAIL): Remove macro.
+ (NO_INLINE): Likewise.
+ (fn): Use match function instead of strstr.
+ * debug/tst-backtrace4.c: Include tst-backtrace.h.
+ (ret): Remove variable.
+ (x): Likewise.
+ (FAIL): Remove macro.
+ (NO_INLINE): Likewise.
+ (handle_signal): Use match function instead of strstr.
+ * debug/tst-backtrace5.c: Include tst-backtrace.h.
+ (ret): Remove variable.
+ (x): Likewise.
+ (FAIL): Remove macro.
+ (NO_INLINE): Likewise.
+ (handle_signal): Use match function instead of strstr.
+
2013-01-23 Roland McGrath <roland@hack.frob.com>
* misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.