diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-01-24 00:23:13 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-01-24 00:23:13 +0000 |
commit | 8c53a12c8625f618d6ce8202861dc6f4f70940d3 (patch) | |
tree | c1bcecdd12b9b3411c563a9f6147b7a0b9ccff5d /ChangeLog | |
parent | 4858fa2af6b597859ec418e7b37cc672d8d05707 (diff) | |
download | glibc-8c53a12c8625f618d6ce8202861dc6f4f70940d3.tar.gz glibc-8c53a12c8625f618d6ce8202861dc6f4f70940d3.tar.xz glibc-8c53a12c8625f618d6ce8202861dc6f4f70940d3.zip |
Avoid backtrace tests matching filenames when searching for function names.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e6f929035a..1c1011eeb5 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. |