summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils into ↵Roland McGrath2009-05-275-4/+373
|\ | | | | | | | | | | | | | | | | roland/unwind Conflicts: libdw/ChangeLog tests/ChangeLog tests/Makefile.am
| * Cosmetic fixup and missed EXTRA_DIST file.Roland McGrath2009-05-072-4/+5
| |
| * Add a test for dwarf_getmacrosPetr Machata2009-05-075-3/+372
| |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils into ↵Roland McGrath2009-04-244-7/+22
|\| | | | | | | | | | | | | roland/unwind Conflicts: tests/ChangeLog
| * 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
| |
* | CFI interface fixes.Roland McGrath2009-04-191-11/+25
| |
* | unwind branch cleanup, closer to merge-ready.Roland McGrath2009-04-192-2/+1
| |
* | dwarf_frame_return_address_register -> dwarf_frame_info: return address ↵Roland McGrath2009-03-281-4/+7
| | | | | | | | range too
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils into ↵Roland McGrath2009-03-255-0/+11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | roland/unwind Conflicts: backends/ChangeLog libdw/dwarf.h libdw/dwarf_error.c libdw/memory-access.h libdwfl/ChangeLog libdwfl/Makefile.am libebl/ChangeLog src/ChangeLog src/readelf.c
| * Add Intel SSE4 support to disassembler.Ulrich Drepper2009-01-015-0/+11
| |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils into ↵Roland McGrath2008-12-315-0/+21
|\| | | | | | | | | | | | | | | | | roland/unwind Conflicts: libdw/libdw.map libdwfl/ChangeLog tests/ChangeLog
| * 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
| |
* | Unwind branch migrated from Monotone.Roland McGrath2008-12-103-1/+183
|/
* 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
|
* src/Roland McGrath2008-04-119-5/+29
| | | | | | | | | | | | | * strip.c (handle_elf): Don't keep sections that kept symbol tables refer to. Instead, just be sure to preserve the original symbol table in the debug file so those symbols go with their sections and can be elided from the stripped version of the symbol table. tests/ * testfile48.bz2, testfile48.bz2.debug: New data files. * Makefile.am (EXTRA_DIST): Add them. * run-strip-test8.sh: Use them.
* backends/Roland McGrath2008-04-014-3/+104
| | | | | | | | | | | * sparc_symbol.c (sparc_symbol_type_name): New function. (sparc_dynamic_tag_name): New function. (sparc_dynamic_tag_check): New function. * sparc_init.c (sparc_init): Initialize those hooks. libebl/ * ebldynamictagname.c (ebl_dynamic_tag_name): Use hex for unknown tag.
* libdwfl/Roland McGrath2008-03-262-1/+27
| | | | | * dwfl_module_getdwarf.c (load_symtab): Don't return success for SHT_DYNSYM, just set *SYMSCN like the comment says.
* Add missing fileUlrich Drepper2008-02-231-0/+79
| | | | Add more TLS support for x86 linker.
* tests/Roland McGrath2008-02-224-5/+15
| | | | | | 2008-02-22 Roland McGrath <[email protected]> * run-elflint-test.sh: Typo fix.
* Finish elflint .gnu.attributes checkingRoland McGrath2008-02-214-2/+12
|
* Implement SHA1 build-id handling in ld.Ulrich Drepper2008-02-012-2/+9
|
* propagate from branch 'com.redhat.elfutils.roland.pending' (head ↵Ulrich Drepper2008-01-223-0/+5
| | | | | | 6b4ecd4bacd23aaea4922adc10aab7908c45d23e) to branch 'com.redhat.elfutils' (head 80a9de86977a1031c60888fe4072688434a961be)
* Fix a couple of x86-64 disassembler cases.Ulrich Drepper2008-01-143-0/+5
|
* Add comment with absolute address to %rip based address modes.Ulrich Drepper2008-01-122-0/+5
|
* Yet more disasm tests.Ulrich Drepper2008-01-112-0/+0
|
* More tests.Ulrich Drepper2008-01-112-0/+0
|
* More immediate operand fixes for x86 disassembler.Ulrich Drepper2008-01-112-0/+0
|
* Fix a few instructions with immediate arguments.Ulrich Drepper2008-01-113-0/+5
|
* propagate from branch 'com.redhat.elfutils.roland.pending' (head ↵Ulrich Drepper2008-01-092-2/+6
| | | | | | 26cc2ce45739af072e7ff4fdab5e8eb7cd756d50) to branch 'com.redhat.elfutils' (head bb519012dee7013b2cab5c2f5ed465cb3821b063)
* Add x86-64 disassembler support.Ulrich Drepper2008-01-098-3/+51
|
* Add remaining Intel x86 opcodes.Ulrich Drepper2008-01-043-0/+5
|
* Yet more x86 disassembler changes.Ulrich Drepper2008-01-042-0/+0
|
* Add more SSE instructions for x86 disassembler.Ulrich Drepper2008-01-033-4/+9
|
* Cleanup after .disasm branch merge.Ulrich Drepper2008-01-022-1/+5
|
* propagate from branch 'com.redhat.elfutils.disasm' (head ↵Ulrich Drepper2008-01-025-2/+89
| | | | | | d15b4eb794e81e477f9896fe82a74cb5ecf4514c) to branch 'com.redhat.elfutils' (head eaacbf01f8cc89d043ec6eca9b5e35cb5c4cde06)
* backends/Roland McGrath2007-12-152-2/+6
| | | | | | | | | | | | 2007-12-15 Roland McGrath <[email protected]> * ppc_regs.c (ppc_register_info): Return "spefscr", not "spr512". tests/ 2007-12-15 Roland McGrath <[email protected]> * run-allregs.sh: Change expected output for powerpc spefscr.
* 2007-10-23 Roland McGrath <[email protected]>Roland McGrath2007-10-237-11/+75
| | | | | | * linux-kernel-modules.c (report_kernel_archive): Reorder the kernel module to appear first.
* merge of '92c36bfdbc6468d1711c043b530e0dfe5abb6dec'Ulrich Drepper2007-10-166-4/+18
| | | | and 'c22c8c43f8f68b0bffd4d5ccdb2282c958268742'
* src/Roland McGrath2007-10-044-2/+94
| | | | | | | | | | | | | | | | | | | | 2007-10-04 Roland McGrath <[email protected]> * readelf.c (print_archive_index): New variable. (options, parse_opt): Accept -c/--archive-index to set it. (dump_archive_index): New function. (process_file): Take new arg WILL_PRINT_ARCHIVE_INDEX. Call dump_archive_index on archives if set. (main): Update caller. (any_control_option): Give it file scope, moved out of ... (parse_opt): ... here. tests/ 2007-10-04 Roland McGrath <[email protected]> * run-readelf-test4.sh: New file. * Makefile.am (TESTS, EXTRA_DIST): Add it.
* 2007-10-01 Roland McGrath <[email protected]>Roland McGrath2007-10-023-2/+45
| | | | | | * run-readelf-test2.sh: New file. * Makefile.am (TESTS, EXTRA_DIST): Add it.
* 2007-09-27 Roland McGrath <[email protected]>Roland McGrath2007-09-274-2/+16
| | | | | | | | | | | | * alpha_retval.c: Use dwarf_attr_integrate and dwarf_hasattr_integrate. * i386_retval.c: Likewise. * ia64_retval.c: Likewise. * ppc64_retval.c: Likewise. * ppc_retval.c: Likewise. * s390_retval.c: Likewise. * sparc_retval.c: Likewise. * x86_64_retval.c: Likewise.
* readelf register printing sort order tweakRoland McGrath2007-08-232-1/+5
|
* missed testdata filesRoland McGrath2007-08-136-3/+17
|
* 2007-08-09 Roland McGrath <[email protected]>Roland McGrath2007-08-095-3/+24
| | | | | * dwfl-bug-report.c: Fix header inclusion.