summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* elf_clone vs ELF_K_ARupstream/roland/elf_cloneRoland McGrath2010-06-152-1/+13
* l10n: Updates to Ukrainian (uk) translationyurchor2010-06-151-165/+175
* Fix unstrip for modifying file in place.Roland McGrath2010-06-144-3/+31
* Implicitly set dirty bitUlrich Drepper2010-06-144-3/+18
* libdwfl: Ignore debuginfo-path hits that find the main file again.Roland McGrath2010-06-142-2/+31
* unstrip: Factor common code for shdr changes.Roland McGrath2010-06-142-15/+19
* unstrip: Bail early on bogus invocation with reversed arguments.Roland McGrath2010-06-142-0/+9
* Clean up IDX_debug_* list.Roland McGrath2010-06-143-9/+6
* l10n: Updates to Spanish (Castilian) (es) translationelsupergomez2010-06-141-129/+131
* Remove unused CIE_VERSION macro.Roland McGrath2010-06-012-4/+2
* Remove meaningless DWARF_VERSION macro.Roland McGrath2010-06-013-5/+5
* readelf: Handle DW_FORK_ref_sig8.Roland McGrath2010-06-012-1/+8
* Fix DW_FORM_sec_offset handling.Roland McGrath2010-06-012-16/+18
* More DWARF 4 handling, some in readelf.Roland McGrath2010-06-015-7/+36
* Handle DWARF version 4 CUs.Roland McGrath2010-06-013-3/+9
* Move dwarf_cfi_cie_p definition from cfi.h to libdw.h.Mark Wielaard2010-06-013-2/+7
* readelf: Print .eh_frame even with no other DWARF.Roland McGrath2010-06-012-2/+10
* whitespaceRoland McGrath2010-06-011-0/+1
* dwarf.h: Fix DW_LANG_Python constant.Mark Wielaard2010-05-312-1/+5
* l10n: Updates to Ukrainian (uk) translationyurchor2010-05-291-112/+112
* Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutilsUlrich Drepper2010-05-282-491/+512
|\
| * l10n: Updates to Polish (pl) translationraven2010-05-281-488/+509
| * Fix dwarf_getlocation crash on NULL argument.Eduardo Santiago2010-05-282-3/+7
* | dwarf_getlocation crash on NULL attribute.Ulrich Drepper2010-05-282-4/+9
|/
* More details attribute output.Ulrich Drepper2010-05-282-28/+34
* Add more DWARF4 constants.Roland McGrath2010-05-272-0/+13
* l10n: Updates to Polish (pl) translationraven2010-05-271-1364/+1408
* Fix some libdwfl bias calculations.Roland McGrath2010-05-203-9/+38
* Fix /proc/kallsyms grovelling.Roland McGrath2010-05-192-34/+37
* addr2line: Handle SYMBOL without +OFFSET.Roland McGrath2010-05-192-8/+22
* l10n: Updates to Spanish (Castilian) (es) translationlogan2010-05-181-2150/+1890
* Fix DW_OP_call_ref operand handling.Roland McGrath2010-05-087-30/+80
* l10n: Updates to Ukrainian (uk) translationyurchor2010-05-061-1265/+1298
* NEWS itemsRoland McGrath2010-05-061-0/+5
* libdwfl: Another segment lookup table nit.Roland McGrath2010-05-062-0/+6
* libdwfl: Refuse to fall back to an ELF file opened by name when that mismatch...Roland McGrath2010-05-065-4/+70
* Use [pie] rather than [dso] for unnamed modules that are PIEs.Roland McGrath2010-05-042-3/+11
* dwfl_segment_report_module: Fix jump-start of NDX-finding loop.Roland McGrath2010-05-042-1/+6
* Fix libdwfl segment table management.Roland McGrath2010-05-042-11/+39
* dwfl_link_map_report: Handle PIE-generated core.Roland McGrath2010-05-042-12/+41
* Fix dwfl_core_file_report return value when link_map failed after sniffing su...Roland McGrath2010-05-042-3/+22
* Prepare 0.147 release.elfutils-0.147Ulrich Drepper2010-05-036-5/+11
* NEWS items for 0.147Roland McGrath2010-05-032-2/+8
* libdw: Record ill-specified CFA rule and diagnose in dwarf_frame_cfa, not imm...Roland McGrath2010-04-264-5/+24
* libdwfl: Treat R_*_NONE reloc as no reloc.Roland McGrath2010-04-262-1/+16
* Revert "Handle partial-reset DW_CFA_def_cfa_* operations after DW_CFA_def_cfa...Roland McGrath2010-04-262-30/+12
* Translate DW_CFA_expression/DW_CFA_val_expression properly to imply pushing C...Roland McGrath2010-04-265-8/+32
* Fix tests/addrcfi error reporting.Roland McGrath2010-04-222-2/+7
* Handle partial-reset DW_CFA_def_cfa_* operations after DW_CFA_def_cfa_express...Roland McGrath2010-04-222-12/+30
* Fix double-free in libdw CFI handling error paths.Roland McGrath2010-04-222-19/+25