summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Removed old libdwarf test show-ciefde.Mark Wielaard2012-04-264-556/+7
|
* Add new run-unstrip-n.sh test for RHBZ#805447 fixed in commit 210c2f.Mark Wielaard2012-04-034-3/+64
|
* elf32_offscn.c: Do not match SHT_NOBITS sections at OFFSET.Mark Wielaard2012-04-025-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_typesTom Tromey2012-03-215-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 Roeckx2012-02-241-0/+4
|
* run-alldts.sh: testrun ./alldts.Kurt Roeckx2012-02-241-1/+1
|
* test-subr.sh: Add ${libdir}/elfutils to LD_LIBRARY_PATH.Roland McGrath2012-02-212-2/+4
|
* test-wrapper.sh: Add ${libdir}/elfutils to LD_LIBRARY_PATH.Roland McGrath2012-02-212-5/+10
|
* Don't set LD_LIBRARY_PATH explicitly for command run inside test case.Roland McGrath2012-01-184-9/+14
|
* Clean up byte order handling in md5 and sha1 code.Roland McGrath2011-07-094-83/+123
|
* Add missing test wrappers to Makefile.am (EXTRA_DIST).Mark Wielaard2011-05-302-2/+7
|
* Add hello_s390.ko testcase to run-strip-reloc.sh.Mark Wielaard2011-05-244-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 Wielaard2011-05-236-1/+128
|
* strip: Handle SHT_GROUP sections better.Mark Wielaard2011-05-194-3/+74
|
* New test for ebl_dynamic_tag_name.Marek Polacek2011-03-304-4/+394
|
* Handle repeated requests for invalid abbreviationPetr Machata2011-03-163-2/+3
|
* Cosmetic cleanup for new test.Roland McGrath2011-03-092-5/+5
|
* Reject requests for abbreviation with code 0Petr Machata2011-03-104-4/+92
|
* New test for dwarf_getstring.Marek Polacek2011-03-074-2/+229
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutilsRoland McGrath2011-03-032-2/+6
|\
| * BUILT_RPATH vs BUILD_RPATH fixup.Mark Wielaard2011-02-252-2/+6
| | | | | | | | * tests/Makefile.am (BUILD_RPATH): Be consistent in naming.
* | Fix readelf --debug-dump=loc crash on multiple input files.Jan Kratochvil2011-02-273-1/+38
|/
* run-prelink-addr-test.sh: Add a .dynbss+.bss prelink splitJosh Stone2011-02-029-1/+56
|
* Undo last change for data-only tests, so we test PT_DYNAMIC digging too.Roland McGrath2011-01-122-5/+9
|
* run-prelink-addr-test.sh: Make symlinks to find .debug files corresponding ↵Roland McGrath2011-01-122-7/+16
| | | | to noshdrs files.
* Add data-only prelink testsJosh Stone2011-01-1211-1/+83
|
* Expand testfile53 for 32/64-bitJosh Stone2011-01-1212-13/+42
|
* Expand testfile52 for 32/64-bit and stripped headersJosh Stone2011-01-1214-22/+69
|
* Test cases for libdwfl vs prelink.Josh Stone2011-01-109-2/+102
|
* Fix unstrip for modifying file in place.Roland McGrath2010-06-142-2/+15
|
* Fix tests/addrcfi error reporting.Roland McGrath2010-04-222-2/+7
|
* Add missing file for dist.Roland McGrath2010-04-142-1/+5
|
* Adjust expected error message text from libelf.Ulrich Drepper2010-04-102-1/+5
|
* Testcase for elf_getdata/elf_flagdata on NOBITS sectionPetr Machata2010-04-064-2/+85
|
* Clean up and consolidate automake magic to reduce duplication and to work ↵Roland McGrath2010-02-152-15/+10
| | | | with --disable-dependency-tracking.
* Fix -Wshadow warning in asm-tst9.Roland McGrath2010-02-152-6/+10
|
* Rejigger calling conventions for dwarf_frame_{cfa,register}.Roland McGrath2009-07-222-2/+7
|
* CFI support: lookup by PC and translate into DWARF location per registerRoland McGrath2009-07-083-2/+214
|
* Cosmetic fixup and missed EXTRA_DIST file.Roland McGrath2009-05-072-4/+5
|
* Add a test for dwarf_getmacrosPetr Machata2009-05-075-3/+372
|
* Fix building tests with mudflap.Ulrich Drepper2009-04-232-3/+8
|
* Revert leaked bogon.Roland McGrath2009-04-221-1/+0
|
* Fix derelocate crash for non-ET_REL file with some sh_addr at 0.Roland McGrath2009-04-215-4/+15
|
* Add Intel SSE4 support to disassembler.Ulrich Drepper2009-01-015-0/+11
|
* Implement blendvpd and blendvps opcodes in x86/x86-64 disassembler.Ulrich Drepper2008-12-315-0/+7
|
* Implement blendps opcode for x86/x86-64.Ulrich Drepper2008-12-305-1/+1
|
* Implement disassembly of blendpd instruction for x86/x86-64.Ulrich Drepper2008-12-305-0/+7
|
* Implement AMD 3DNOW disassembly.Ulrich Drepper2008-12-195-0/+7
|
* src/Roland McGrath2008-12-036-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 McGrath2008-08-254-2/+144
|