| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed old libdwarf test show-ciefde. | Mark Wielaard | 2012-04-26 | 4 | -556/+7 |
| | | |||||
| * | Add new run-unstrip-n.sh test for RHBZ#805447 fixed in commit 210c2f. | Mark Wielaard | 2012-04-03 | 4 | -3/+64 |
| | | |||||
| * | elf32_offscn.c: Do not match SHT_NOBITS sections at OFFSET. | Mark Wielaard | 2012-04-02 | 5 | -2/+93 |
| | | | | | | | 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 | 5 | -3/+171 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 |
| | | |||||
| * | run-alldts.sh: testrun ./alldts. | Kurt Roeckx | 2012-02-24 | 1 | -1/+1 |
| | | |||||
| * | test-subr.sh: Add ${libdir}/elfutils to LD_LIBRARY_PATH. | Roland McGrath | 2012-02-21 | 2 | -2/+4 |
| | | |||||
| * | test-wrapper.sh: Add ${libdir}/elfutils to LD_LIBRARY_PATH. | Roland McGrath | 2012-02-21 | 2 | -5/+10 |
| | | |||||
| * | Don't set LD_LIBRARY_PATH explicitly for command run inside test case. | Roland McGrath | 2012-01-18 | 4 | -9/+14 |
| | | |||||
| * | Clean up byte order handling in md5 and sha1 code. | Roland McGrath | 2011-07-09 | 4 | -83/+123 |
| | | |||||
| * | Add missing test wrappers to Makefile.am (EXTRA_DIST). | Mark Wielaard | 2011-05-30 | 2 | -2/+7 |
| | | |||||
| * | Add hello_s390.ko testcase to run-strip-reloc.sh. | Mark Wielaard | 2011-05-24 | 4 | -2/+9 |
| | | | | | | 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 | 6 | -1/+128 |
| | | |||||
| * | strip: Handle SHT_GROUP sections better. | Mark Wielaard | 2011-05-19 | 4 | -3/+74 |
| | | |||||
| * | New test for ebl_dynamic_tag_name. | Marek Polacek | 2011-03-30 | 4 | -4/+394 |
| | | |||||
| * | Handle repeated requests for invalid abbreviation | Petr Machata | 2011-03-16 | 3 | -2/+3 |
| | | |||||
| * | Cosmetic cleanup for new test. | Roland McGrath | 2011-03-09 | 2 | -5/+5 |
| | | |||||
| * | Reject requests for abbreviation with code 0 | Petr Machata | 2011-03-10 | 4 | -4/+92 |
| | | |||||
| * | New test for dwarf_getstring. | Marek Polacek | 2011-03-07 | 4 | -2/+229 |
| | | |||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils | Roland McGrath | 2011-03-03 | 2 | -2/+6 |
| |\ | |||||
| | * | BUILT_RPATH vs BUILD_RPATH fixup. | Mark Wielaard | 2011-02-25 | 2 | -2/+6 |
| | | | | | | | | | * tests/Makefile.am (BUILD_RPATH): Be consistent in naming. | ||||
| * | | Fix readelf --debug-dump=loc crash on multiple input files. | Jan Kratochvil | 2011-02-27 | 3 | -1/+38 |
| |/ | |||||
| * | run-prelink-addr-test.sh: Add a .dynbss+.bss prelink split | Josh Stone | 2011-02-02 | 9 | -1/+56 |
| | | |||||
| * | Undo last change for data-only tests, so we test PT_DYNAMIC digging too. | Roland McGrath | 2011-01-12 | 2 | -5/+9 |
| | | |||||
| * | run-prelink-addr-test.sh: Make symlinks to find .debug files corresponding ↵ | Roland McGrath | 2011-01-12 | 2 | -7/+16 |
| | | | | | to noshdrs files. | ||||
| * | Add data-only prelink tests | Josh Stone | 2011-01-12 | 11 | -1/+83 |
| | | |||||
| * | Expand testfile53 for 32/64-bit | Josh Stone | 2011-01-12 | 12 | -13/+42 |
| | | |||||
| * | Expand testfile52 for 32/64-bit and stripped headers | Josh Stone | 2011-01-12 | 14 | -22/+69 |
| | | |||||
| * | Test cases for libdwfl vs prelink. | Josh Stone | 2011-01-10 | 9 | -2/+102 |
| | | |||||
| * | Fix unstrip for modifying file in place. | Roland McGrath | 2010-06-14 | 2 | -2/+15 |
| | | |||||
| * | Fix tests/addrcfi error reporting. | Roland McGrath | 2010-04-22 | 2 | -2/+7 |
| | | |||||
| * | Add missing file for dist. | Roland McGrath | 2010-04-14 | 2 | -1/+5 |
| | | |||||
| * | Adjust expected error message text from libelf. | Ulrich Drepper | 2010-04-10 | 2 | -1/+5 |
| | | |||||
| * | Testcase for elf_getdata/elf_flagdata on NOBITS section | Petr Machata | 2010-04-06 | 4 | -2/+85 |
| | | |||||
| * | Clean up and consolidate automake magic to reduce duplication and to work ↵ | Roland McGrath | 2010-02-15 | 2 | -15/+10 |
| | | | | | with --disable-dependency-tracking. | ||||
| * | Fix -Wshadow warning in asm-tst9. | Roland McGrath | 2010-02-15 | 2 | -6/+10 |
| | | |||||
| * | Rejigger calling conventions for dwarf_frame_{cfa,register}. | Roland McGrath | 2009-07-22 | 2 | -2/+7 |
| | | |||||
| * | CFI support: lookup by PC and translate into DWARF location per register | Roland McGrath | 2009-07-08 | 3 | -2/+214 |
| | | |||||
| * | Cosmetic fixup and missed EXTRA_DIST file. | Roland McGrath | 2009-05-07 | 2 | -4/+5 |
| | | |||||
| * | Add a test for dwarf_getmacros | Petr Machata | 2009-05-07 | 5 | -3/+372 |
| | | |||||
| * | Fix building tests with mudflap. | Ulrich Drepper | 2009-04-23 | 2 | -3/+8 |
| | | |||||
| * | Revert leaked bogon. | Roland McGrath | 2009-04-22 | 1 | -1/+0 |
| | | |||||
| * | Fix derelocate crash for non-ET_REL file with some sh_addr at 0. | Roland McGrath | 2009-04-21 | 5 | -4/+15 |
| | | |||||
| * | Add Intel SSE4 support to disassembler. | Ulrich Drepper | 2009-01-01 | 5 | -0/+11 |
| | | |||||
| * | Implement blendvpd and blendvps opcodes in x86/x86-64 disassembler. | Ulrich Drepper | 2008-12-31 | 5 | -0/+7 |
| | | |||||
| * | Implement blendps opcode for x86/x86-64. | Ulrich Drepper | 2008-12-30 | 5 | -1/+1 |
| | | |||||
| * | Implement disassembly of blendpd instruction for x86/x86-64. | Ulrich Drepper | 2008-12-30 | 5 | -0/+7 |
| | | |||||
| * | Implement AMD 3DNOW disassembly. | Ulrich Drepper | 2008-12-19 | 5 | -0/+7 |
| | | |||||
| * | src/ | Roland McGrath | 2008-12-03 | 6 | -8/+95 |
| | | | | | | | | 2008-12-02 Roland McGrath <[email protected]> * readelf.c (count_dwflmod, process_file): Don't presume encoding of nonzero OFFSET argument to dwfl_getmodules. | ||||
| * | Fix up bogon and missing log entries from .pmachata.threads branch. | Roland McGrath | 2008-08-25 | 4 | -2/+144 |
| | | |||||
