summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add dwarf_endianity_string and dwarf_decimal_sign_string.upstream/mjw/dwarfstringsMark Wielaard2012-08-168-1/+164
* tests: Add C++ self test binary.Mark Wielaard2012-08-169-0/+213
* tests: Add run-readelf-unknown-self.sh test to check for unknown DWARF codes.Mark Wielaard2012-08-164-1/+58
* libdw: Add dwarfstrings functions.Mark Wielaard2012-08-1625-284/+988
* Rewrite DWARF string functions using known-dwarf macros.Mark Wielaard2012-08-169-1034/+435
* Update elf.h from glibc.Roland McGrath2012-08-162-23/+257
* elf32_checksum.c: Removed unused ebl_debugscn_p define and confusing comment.Mark Wielaard2012-08-142-5/+5
* Update main bugzilla URLJan Pokorný2012-08-141-1/+1
* libdw: Add support for DWZ multifile forms DW_FORM_GNU_ref_alt/strp_alt.Mark Wielaard2012-08-0921-14/+403
* Fix formatting string in readelfPetr Machata2012-08-071-1/+1
* Test case for handling archives with 64-bit symbol tablePetr Machata2012-08-074-2/+54
* Implement support for archives with 64-bit symbol tablePetr Machata2012-08-075-45/+105
* tests: Add run-nm-self.sh and run-readelf-self.sh tests.Mark Wielaard2012-08-035-2/+73
* tests: Introduce testrun_on_self, use it in run-elflint-self.shMark Wielaard2012-08-033-32/+26
* 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
* config: known-dwarf.awk Fix "Generated by" header.Mark Wielaard2012-07-262-1/+6
* Add DW_OP_GNU_parameter_ref to dwarf.h and handle it in readelf.Mark Wielaard2012-07-264-0/+21
* Correct spelling of DW_LANG_ObjC in dwarf.h.Mark Wielaard2012-07-264-2/+13
* libdw: Add DWARF4 DW_ATE_UTF.Mark Wielaard2012-07-262-0/+5
* elf_getshdr should work for elf->flags & ELF_F_MALLOCED.Mark Wielaard2012-07-248-7/+169
* test: run-elflint-self.sh ebl shared libraries are under backends now.Mark Wielaard2012-07-192-12/+14
* test_cleanup run-unstrip-n.sh and add testcore-rtlib-ppc.bz2 to EXTRA_DIST.Mark Wielaard2012-07-193-1/+8
* Merge branch 'debug_macro'Mark Wielaard2012-07-196-2/+776
|\
| * readelf: Add .debug_macro parsing support.Mark Wielaard2012-07-116-2/+776
* | Merge branch 'gdb_index7'Mark Wielaard2012-07-197-18/+197
|\ \
| * | readelf: Add .gdb_index version 7 support.Mark Wielaard2012-07-107-18/+197
| |/
* | Add ppc testcase for elf32_xlatetom.c fix.Mark Wielaard2012-07-173-1/+15
* | elf*_xlatetom: do not check ELF_T_NHDR has integer number of recordsPetr Machata2012-07-172-2/+11
* | tests: only compile test programs when running testMike Frysinger2012-07-172-3/+7
|/
* dwarf.h: Add DW_MACRO_GNU .debug_macro type encodings.Mark Wielaard2012-06-272-0/+19
* Add low-level support for .debug_macro.Mark Wielaard2012-06-2714-3/+96
* Add a rule to make build failure w/o --enable-maintainer-mode clearer.Roland McGrath2012-06-262-1/+12
* tests/low_high_pc.c: Use proper inttypes in printf formats.elfutils-0.154Mark Wielaard2012-06-222-2/+6
* readelf.c: Cast printf PRIu/x64 arguments to uint64_t for gcc 4.7 -Wformat.Mark Wielaard2012-06-222-2/+7
* Prepare 0.153 release.Mark Wielaard2012-06-2211-5926/+5954
* Update name, license and contributor policy.Mark Wielaard2012-06-05650-19554/+12134
* Remove .mtn-ignore and .cvsignore files.Mark Wielaard2012-06-0515-33/+0
* Remove unused (generated) src/ylwrap file.Mark Wielaard2012-06-051-154/+0
* TESTS_ENVIRONMENT set LC_ALL and LANG to C.Mark Wielaard2012-05-112-1/+6
* elflint: Allow zero sized sections at (filesz) end of segment.Mark Wielaard2012-05-092-2/+9
* tests/low_high_pc.c: Allow highpc == lowpc for CU DIEs for buggy GCC.Mark Wielaard2012-05-072-1/+8
* dwarf_highpc: Handle DW_AT_high_pc being a constant offset from DW_AT_low_pc.Mark Wielaard2012-04-288-8/+202
* Removed old libdwarf test show-ciefde.Mark Wielaard2012-04-264-556/+7
* readelf.c (print_ops): Add missing DW_OP_GNU operands.Mark Wielaard2012-04-242-0/+8
* 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-027-3/+100
* 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
* RHBZ#805447: Fix core file grokking for case of truncated .dynstrRoland McGrath2012-03-282-2/+13