summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* something for parisc, unfinishedupstream/roland/parisc_corenoteRoland McGrath2010-06-151-0/+1
* Fix last change.Roland McGrath2009-07-061-1/+9
* Handle unknown register numbers gracefully in readelf -n core reading.Roland McGrath2009-07-062-34/+44
* readelf: Add -N option, speeds up DWARF printing without address->name lookups.Roland McGrath2009-06-282-1/+16
* Add aliases for elf_getshnum and elf_getshstrndx.Ulrich Drepper2009-06-139-40/+51
* Add support for IRELATIVE relocations.Ulrich Drepper2009-06-012-29/+122
* Moved misplaced ChangeLog entry.Roland McGrath2009-05-071-0/+4
* Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutilsUlrich Drepper2009-04-295-55/+128
|\
| * Add missing dependencies on compression libraries for static builds.Ulrich Drepper2009-04-232-1/+5
| * addr2line: Honor -s and -A for file names of inline call sites.Roland McGrath2009-04-202-5/+28
| * Support -j option in addr2line to match binutils.Roland McGrath2009-04-202-41/+64
| * Fix 32/64 CIE header format CIE_id matching.Roland McGrath2009-04-152-3/+12
| * Nominal ARM support.Roland McGrath2009-04-152-3/+9
| * Fix error message.Roland McGrath2009-04-142-1/+3
| * Fix strip -f infinite loop when coping with some extra kooky object sections.Roland McGrath2009-04-142-1/+7
* | Add test of st_other field of symbol table entries.Ulrich Drepper2009-04-291-0/+11
|/
* Also fix output for DW_CFA_val_expression.Ulrich Drepper2009-02-052-2/+4
* Remove commented-out call in readelf.Ulrich Drepper2009-02-051-1/+0
* Fix DW_CFA_expression output in readelf.Ulrich Drepper2009-02-052-2/+4
* Yet more label fixes in readelf output of debug_info.Ulrich Drepper2009-02-051-4/+4
* Minor code cleanups in objdump.Ulrich Drepper2009-02-052-6/+7
* Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutilsUlrich Drepper2009-02-052-6/+55
|\
| * readelf .debug_loc robustness fixes.Roland McGrath2009-01-272-6/+55
* | Minor output problems in readelf debug_info section printing fixed.Ulrich Drepper2009-02-052-2/+6
* | Better spacing in objdump output for relocation sections.Ulrich Drepper2009-02-012-3/+4
* | Reduce common code in objdump.Ulrich Drepper2009-02-012-122/+65
* | Print symbol offsets in relation list output from objdump as signed values.Ulrich Drepper2009-02-012-2/+12
* | Fix argument handling in ar.Ulrich Drepper2009-02-011-9/+14
* | Fix error handling in a few programs.Ulrich Drepper2009-02-015-8/+16
|/
* Fix typo in comment.Ulrich Drepper2009-01-241-1/+1
* Fix compuation of base address for printing stack frame program.Ulrich Drepper2009-01-242-14/+23
* Fix handling of file descriptors for the files size opens.Ulrich Drepper2009-01-232-4/+15
* Print .strtab, .dynstr, and .comment for -a option of readelf.Ulrich Drepper2009-01-232-9/+22
* readelf -l: Don't print section mapping when no sections.Roland McGrath2009-01-222-0/+6
* no_Wformat means -Wno-format.Roland McGrath2009-01-222-1/+3
* Tiny build nits.Roland McGrath2009-01-223-6/+8
* Use t instead of j formats for ptrdiff_tRoland McGrath2009-01-222-3/+8
* whitespaceRoland McGrath2009-01-211-0/+1
* Remove duplicate commits.Ulrich Drepper2009-01-211-5/+0
* Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutilsUlrich Drepper2009-01-211-0/+5
|\
| * Make elfcmp exit 2 for trouble and 1 only for mismatch, like all its cousins.Roland McGrath2009-01-212-17/+22
* | Make elfcmp exit 2 for trouble and 1 only for mismatch, like all its cousins.Roland McGrath2009-01-212-17/+21
|/
* Fix handling of debuginfo files when checking exception handling tables.Ulrich Drepper2009-01-212-22/+41
* Fix elflint test for .eh_frame_hdr allocation.Ulrich Drepper2009-01-212-1/+11
* More improveents to exception handling table printing and checking.Ulrich Drepper2009-01-173-8/+35
* Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutilsUlrich Drepper2009-01-1715-30/+52
|\
| * Move argp_program_version_hook and argp_program_bug_address variablesUlrich Drepper2009-01-1715-30/+52
* | Beginning of exception table testing.Ulrich Drepper2009-01-171-0/+38
|/
* Implement check for PT_GNU_EH_FRAME program header check.Ulrich Drepper2009-01-162-1/+40
* Finish implementation of exception handling table dumping in readelf.Ulrich Drepper2009-01-162-13/+148