diff options
author | Josh Stone <jistone@redhat.com> | 2014-12-11 17:19:23 -0800 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2014-12-13 13:31:09 -0800 |
commit | 080fa4e368cb8d0e7d06cf5c47ad4efe67e87684 (patch) | |
tree | 409cb8cf21e2a264dd068905218de86cd2105fde /tests/ChangeLog | |
parent | 7d9b5ac63fdca2c632e6fb6ac01f931d7f5ddfb7 (diff) | |
download | elfutils-080fa4e368cb8d0e7d06cf5c47ad4efe67e87684.tar.gz |
tests: Test addr2line -i with lexical blocks present
This test is for the fix in commit aecdf2670c02, but it was hampered by
unlucky sorting of line records. With the new stable sort, the test now
gets the desired line numbers.
Signed-off-by: Josh Stone <jistone@redhat.com>
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 9d229c9d..85826f33 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,11 @@ +2014-12-11 Josh Stone <jistone@redhat.com> + + * run-addr2line-i-lex-test.sh: New test. + * testfile-lex-inlines.bz2: New testfile. + * Makefile.am (EXTRA_DIST): Add run-addr2line-i-lex-test.sh and + testfile-lex-inlines.bz2. + (TESTS): Add run-addr2line-i-lex-test.sh. + 2014-12-10 Josh Stone <jistone@redhat.com> * run-addr2line-i-test.sh: Test 0x5f0 to make sure linkage_name is |