summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* backends/Jan Kratochvil2012-10-142-16/+23
* src/Jan Kratochvil2012-10-122-58/+74
* Missing ChangeLog entry from last commit.Roland McGrath2012-10-111-0/+5
* src/Jan Kratochvil2012-10-111-4/+4
* In mixed core notes, don't let handle_core_item repeat.Petr Machata2012-09-251-1/+5
* readelf.c (print_debug_macro_section): Print offset as PRIx64.Mark Wielaard2012-08-272-2/+6
* readelf.c (register_info): Handle loc == NULL.Mark Wielaard2012-08-272-3/+10
* Add support for Tilera TILE-Gx processor.Jeff Kenton2012-08-242-1/+6
* Rewrite DWARF string functions using known-dwarf macros.Mark Wielaard2012-08-172-811/+332
* libdw: Add support for DWZ multifile forms DW_FORM_GNU_ref_alt/strp_alt.Mark Wielaard2012-08-092-1/+23
* Fix formatting string in readelfPetr Machata2012-08-071-1/+1
* Reorder formatting string arguments so that there are no gaps in referencesPetr Machata2012-07-302-8/+14
* readelf: Use DW_LANG_ObjC and known[op].Mark Wielaard2012-07-292-2/+7
* Add DW_OP_GNU_parameter_ref to dwarf.h and handle it in readelf.Mark Wielaard2012-07-262-0/+16
* Merge branch 'debug_macro'Mark Wielaard2012-07-192-2/+422
|\
| * readelf: Add .debug_macro parsing support.Mark Wielaard2012-07-112-2/+422
* | readelf: Add .gdb_index version 7 support.Mark Wielaard2012-07-102-16/+54
|/
* Add low-level support for .debug_macro.Mark Wielaard2012-06-272-0/+8
* readelf.c: Cast printf PRIu/x64 arguments to uint64_t for gcc 4.7 -Wformat.Mark Wielaard2012-06-222-2/+7
* Update name, license and contributor policy.Mark Wielaard2012-06-0533-617/+358
* Remove .mtn-ignore and .cvsignore files.Mark Wielaard2012-06-051-1/+0
* Remove unused (generated) src/ylwrap file.Mark Wielaard2012-06-051-154/+0
* elflint: Allow zero sized sections at (filesz) end of segment.Mark Wielaard2012-05-092-2/+9
* readelf.c (print_ops): Add missing DW_OP_GNU operands.Mark Wielaard2012-04-242-0/+8
* elflint: Accept SHF_INFO_LINK for reloc sections.Roland McGrath2012-03-282-2/+6
* readelf.c: Check debug section data before trying to print abbrev or str.Mark Wielaard2012-03-282-2/+12
* readelf.c (print_gdb_index_section): Accept version 6.Mark Wielaard2012-03-212-2/+7
* Handle DW_FORM_sec_offset in dwarf_formudata.Mark Wielaard2012-01-312-3/+4
* Update copyright yearUlrich Drepper2012-01-2115-35/+50
* Color code output of nm and objdumpUlrich Drepper2012-01-213-41/+142
* Fix warning nit.Roland McGrath2012-01-201-1/+1
* Handle --enable-deterministic-archives to make -D behavior default for ar and...Roland McGrath2012-01-202-2/+35
* ar: Don't crash when given files but no command.Roland McGrath2012-01-202-0/+9
* Grok -U as inverse of -D in ar and ranlib.Roland McGrath2012-01-202-0/+8
* Support -D in ranlib as in ar.Roland McGrath2012-01-207-20/+105
* Fix .eh_frame decoding in the absence of any DWARF.Roland McGrath2011-12-202-1/+10
* ar: Implement -D.Roland McGrath2011-11-052-3/+14
* ar: Fix a return value check.Roland McGrath2011-11-052-1/+6
* readelf.c: Assume the right size of an arrayMarek Polacek2011-10-042-1/+5
* More CLUlrich Drepper2011-10-031-2/+2
* Fix nm output for sysv formatUlrich Drepper2011-10-032-9/+27
* Improve nm output for BSD and POSIX formatUlrich Drepper2011-10-032-26/+76
* Add demangling support to nmUlrich Drepper2011-10-023-8/+126
* readelf: Grok -W/--wide for binutils compatibility.Roland McGrath2011-07-092-2/+7
* Wire up -u option handling in ar.Roland McGrath2011-07-092-2/+10
* strip.c (relocate): Make offset check overflow-proof.Mark Wielaard2011-05-302-1/+6
* strip: --reloc-debug-sections, relocate against any debug section symbol.Mark Wielaard2011-05-242-65/+91
* strip: Add --reloc-debug-sections option.Mark Wielaard2011-05-232-2/+222
* strip: Handle SHT_GROUP sections better.Mark Wielaard2011-05-192-4/+35
* Add DW_OP_GNU_const_type/regval_type/deref_type/convert/reinterpret.Jakub Jelinek2011-05-172-0/+60