| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into dwarf | Mark Wielaard | 2012-06-06 | 1 | -0/+102 |
| |\ | | | | | | | | | Signed-off-by: Richard Fontana <[email protected]> Signed-off-by: Mark Wielaard <[email protected]> | ||||
| | * | TESTS_ENVIRONMENT set LC_ALL and LANG to C. | Mark Wielaard | 2012-05-11 | 1 | -0/+4 |
| | | | | | | | | | | | | | Some tests rely on sort order and output of tools that might be localized. Reported-by: Paweł Sikora <[email protected]> | ||||
| | * | tests/low_high_pc.c: Allow highpc == lowpc for CU DIEs for buggy GCC. | Mark Wielaard | 2012-05-07 | 1 | -0/+4 |
| | | | | | | | | | | | GCC < 4.7 had a bug where no code CUs got a highpc == lowpc. Allow that, because it is not the main purpose of this test. | ||||
| | * | dwarf_highpc: Handle DW_AT_high_pc being a constant offset from DW_AT_low_pc. | Mark Wielaard | 2012-04-28 | 1 | -0/+8 |
| | | | |||||
| | * | Removed old libdwarf test show-ciefde. | Mark Wielaard | 2012-04-26 | 1 | -0/+6 |
| | | | |||||
| | * | Add new run-unstrip-n.sh test for RHBZ#805447 fixed in commit 210c2f. | Mark Wielaard | 2012-04-03 | 1 | -0/+7 |
| | | | |||||
| | * | elf32_offscn.c: Do not match SHT_NOBITS sections at OFFSET. | Mark Wielaard | 2012-04-02 | 1 | -0/+7 |
| | | | | | | | | | | | | | readelf -d doesn't work if a SHT_NOBITS section is right before the actual .dynamic section at the same offset. elflint also fails on such binaries. So skip SHT_NOBITS sections at the same offset in [g]elf[32|64]_offscn(). | ||||
| | * | Fix bug using dwarf_next_unit to iterate over .debug_types | Tom Tromey | 2012-03-21 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * libdw_findcu.c (findcu_cb): Move earlier. (__libdw_intern_next_unit): Add new CU to search tree here... (__libdw_findcu): ... not here. * typeiter.c: New file. * run-typeiter.sh: New file. * testfile59.bz2: New file. * Makefile.am (noinst_PROGRAMS): Add typeiter. (TESTS): Add run-typeiter.sh. (EXTRA_DIST): Add run-typeiter.sh, testfile59.bz2. (typeiter_LDADD): New variable. If you call dwarf_next_unit to iterate over .debug_types, then call dwarf_offdie_types, you can see a failure if some earlier call happened to call __libdw_intern_next_unit via dwarf_formref_die. What happens is that __libdw_intern_next_unit updates the Dwarf's next_tu_offset, but does not add the TU to the TU search tree. So, the call to dwarf_offdie_types does not find the TU in the tree, and will not search any more, causing a failure. This fix changes __libdw_intern_next_unit to add the TU to the search tree, rather than relying on __libdw_findcu to do it. | ||||
| | * | run-alldts.sh: testrun ./alldts. | Kurt Roeckx | 2012-02-24 | 1 | -0/+4 |
| | | | |||||
| | * | test-subr.sh: Add ${libdir}/elfutils to LD_LIBRARY_PATH. | Roland McGrath | 2012-02-21 | 1 | -0/+1 |
| | | | |||||
| | * | test-wrapper.sh: Add ${libdir}/elfutils to LD_LIBRARY_PATH. | Roland McGrath | 2012-02-21 | 1 | -0/+4 |
| | | | |||||
| | * | Don't set LD_LIBRARY_PATH explicitly for command run inside test case. | Roland McGrath | 2012-01-18 | 1 | -0/+8 |
| | | | |||||
| | * | Clean up byte order handling in md5 and sha1 code. | Roland McGrath | 2011-07-09 | 1 | -0/+10 |
| | | | |||||
| | * | Add missing test wrappers to Makefile.am (EXTRA_DIST). | Mark Wielaard | 2011-05-30 | 1 | -0/+5 |
| | | | |||||
| | * | Add hello_s390.ko testcase to run-strip-reloc.sh. | Mark Wielaard | 2011-05-24 | 1 | -0/+6 |
| | | | | | | | | | | | This new test PASSes, but looking at the size results will show --reloc-debug-sections isn't making a huge difference for this case. | ||||
| | * | strip: Add --reloc-debug-sections option. | Mark Wielaard | 2011-05-23 | 1 | -0/+10 |
| | | | |||||
| | * | strip: Handle SHT_GROUP sections better. | Mark Wielaard | 2011-05-19 | 1 | -0/+8 |
| | | | |||||
| * | | Merge branch 'master' into dwarf | Mark Wielaard | 2011-05-03 | 1 | -1/+8 |
| |\| | | | | | | | | | Conflicts: tests/Makefile.am: New tests merged. | ||||
| | * | New test for ebl_dynamic_tag_name. | Marek Polacek | 2011-03-30 | 1 | -1/+8 |
| | | | |||||
| * | | Merge branch 'master' into dwarf | Mark Wielaard | 2011-03-23 | 1 | -0/+15 |
| |\| | | | | | | | | | | | | | | | Conflicts: libdw/ChangeLog src/readelf.c tests/ChangeLog tests/Makefile.am | ||||
| | * | New test for dwarf_getstring. | Marek Polacek | 2011-03-07 | 1 | -0/+6 |
| | | | |||||
| | * | Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils | Roland McGrath | 2011-03-03 | 1 | -0/+4 |
| | |\ | |||||
| | | * | BUILT_RPATH vs BUILD_RPATH fixup. | Mark Wielaard | 2011-02-25 | 1 | -0/+4 |
| | | | | | | | | | | | | | * tests/Makefile.am (BUILD_RPATH): Be consistent in naming. | ||||
| | * | | Fix readelf --debug-dump=loc crash on multiple input files. | Jan Kratochvil | 2011-02-27 | 1 | -0/+5 |
| | |/ | |||||
| * | | Put the slow dwarfcmp tests last. | Roland McGrath | 2011-02-24 | 1 | -0/+4 |
| | | | |||||
| * | | Merge commit 'elfutils-0.152' into dwarf | Roland McGrath | 2011-02-15 | 1 | -0/+8 |
| |\| | |||||
| | * | run-prelink-addr-test.sh: Add a .dynbss+.bss prelink split | Josh Stone | 2011-02-02 | 1 | -0/+8 |
| | | | |||||
| * | | Merge commit 'elfutils-0.151' into dwarf | Roland McGrath | 2011-01-12 | 1 | -0/+43 |
| |\| | | | | | | | | | Conflicts: tests/Makefile.am | ||||
| | * | Undo last change for data-only tests, so we test PT_DYNAMIC digging too. | Roland McGrath | 2011-01-12 | 1 | -1/+1 |
| | | | |||||
| | * | run-prelink-addr-test.sh: Make symlinks to find .debug files corresponding ↵ | Roland McGrath | 2011-01-12 | 1 | -1/+6 |
| | | | | | | | | | to noshdrs files. | ||||
| | * | Add data-only prelink tests | Josh Stone | 2011-01-12 | 1 | -0/+7 |
| | | | |||||
| | * | Expand testfile53 for 32/64-bit | Josh Stone | 2011-01-12 | 1 | -0/+9 |
| | | | |||||
| | * | Expand testfile52 for 32/64-bit and stripped headers | Josh Stone | 2011-01-12 | 1 | -0/+12 |
| | | | |||||
| | * | Test cases for libdwfl vs prelink. | Josh Stone | 2011-01-10 | 1 | -0/+10 |
| | | | |||||
| * | | Run run-dwarflint-self.sh with new dwarflint/dwarflint location. | Mark Wielaard | 2010-08-19 | 1 | -0/+4 |
| | | | |||||
| * | | Merge commit 'elfutils-0.148' into dwarf | Roland McGrath | 2010-07-01 | 1 | -0/+4 |
| |\| | | | | | | | | | | | | | Conflicts: libdw/Makefile.am libdw/libdwP.h src/readelf.c | ||||
| | * | Fix unstrip for modifying file in place. | Roland McGrath | 2010-06-14 | 1 | -0/+4 |
| | | | |||||
| * | | Merge commit 'elfutils-0.147' into dwarf | Roland McGrath | 2010-06-17 | 1 | -0/+5 |
| |\| | |||||
| | * | Fix tests/addrcfi error reporting. | Roland McGrath | 2010-04-22 | 1 | -0/+5 |
| | | | |||||
| * | | Merge commit 'elfutils-0.146' into dwarf | Roland McGrath | 2010-04-21 | 1 | -0/+15 |
| |\| | | | | | | | | | Conflicts: tests/Makefile.am | ||||
| | * | Add missing file for dist. | Roland McGrath | 2010-04-14 | 1 | -0/+4 |
| | | | |||||
| | * | Adjust expected error message text from libelf. | Ulrich Drepper | 2010-04-10 | 1 | -0/+4 |
| | | | |||||
| | * | Testcase for elf_getdata/elf_flagdata on NOBITS section | Petr Machata | 2010-04-06 | 1 | -0/+7 |
| | | | |||||
| * | | Merge commit 'origin/master' into dwarf | Roland McGrath | 2010-02-23 | 1 | -0/+6 |
| |\| | | | | | | | | | Conflicts: libdw/Makefile.am | ||||
| | * | Clean up and consolidate automake magic to reduce duplication and to work ↵ | Roland McGrath | 2010-02-15 | 1 | -0/+2 |
| | | | | | | | | | with --disable-dependency-tracking. | ||||
| | * | Fix -Wshadow warning in asm-tst9. | Roland McGrath | 2010-02-15 | 1 | -0/+4 |
| | | | |||||
| * | | run-dwarfcmp-self.sh: Move the hairiest/largest cases to last. | Roland McGrath | 2009-12-13 | 1 | -0/+4 |
| | | | |||||
| * | | print-die.cc: Grok --refs-shared-cu, --refs-shared-file options to share the ↵ | Roland McGrath | 2009-09-16 | 1 | -0/+5 |
| | | | | | | | | | refs_map across CUs or across files. | ||||
| * | | Fiddle stats output. | Roland McGrath | 2009-08-28 | 1 | -0/+6 |
| | | | |||||
| * | | Split out dwarfcmp -T tests into dwarfcmp-test binary. | Roland McGrath | 2009-08-27 | 1 | -0/+6 |
| | | | |||||
