summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Better spacing in objdump output for relocation sections.Ulrich Drepper2009-02-012-3/+4
* Reduce common code in objdump.Ulrich Drepper2009-02-014-124/+72
* Print symbol offsets in relation list output from objdump as signed values.Ulrich Drepper2009-02-012-2/+12
* Document possible elf_strptr problem.Ulrich Drepper2009-02-012-1/+9
* Fix argument handling in ar.Ulrich Drepper2009-02-011-9/+14
* Document possible optimization in libelf.Ulrich Drepper2009-02-011-1/+8
* Fix error handling in a few programs.Ulrich Drepper2009-02-015-8/+16
* Fix commit in updatenull_wrlock wrt to layout resulting from section headerUlrich Drepper2009-01-262-3/+9
* Fix typo in last change.Ulrich Drepper2009-01-251-1/+1
* Fix typo in comment.Ulrich Drepper2009-01-241-1/+1
* Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutilsUlrich Drepper2009-01-249-11/+51
|\
| * Add multiple inclusion protection to eu-config.hRoland McGrath2009-01-232-0/+10
| * Use quotes around command substitution that can produce leading whitespace.Roland McGrath2009-01-232-2/+7
| * Put known-dwarf.h in the dist so every build need not have a recent gawk.Roland McGrath2009-01-233-3/+11
| * configure.ac (zlib check): Check for gzdirect, need zlib >= 1.2.2.3.Roland McGrath2009-01-232-1/+3
| * Make the __thread check more precisely representative to catch bad tools with...Roland McGrath2009-01-231-3/+10
| * Test with local-dynamic TLS model as libelf will use.Roland McGrath2009-01-231-1/+3
| * (__thread check): Use AC_LINK_IFELSE, in case of building with compiler suppo...Roland McGrath2009-01-232-5/+11
* | Explain EBL ABI policy.Ulrich Drepper2009-01-241-0/+6
* | 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
* | Handled adding argp_error to special functions for xgettext to take care of.Ulrich Drepper2009-01-232-11/+3
* | (XGETTEXT_OPTIONS): Add --flag option for argp_error.Ulrich Drepper2009-01-231-1/+1
* | Update list of files with translatable strings.Ulrich Drepper2009-01-232-1/+23
* | Explain problem with po/Makefile.in.in.Ulrich Drepper2009-01-231-1/+11
* | Print .strtab, .dynstr, and .comment for -a option of readelf.Ulrich Drepper2009-01-232-9/+22
|/
* Update ChangeLog in spec file.elfutils-0.139Ulrich Drepper2009-01-221-0/+7
* Distribute <elfutils/version.h> in elfutils-libelf-devel rpm file.Ulrich Drepper2009-01-222-0/+6
* Fix creation of rpm file.Ulrich Drepper2009-01-222-2/+6
* Bump version to 0.139.Ulrich Drepper2009-01-221-3/+3
* 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
* Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutilsUlrich Drepper2009-01-2214-38/+77
|\
| * Tiny build nits.Roland McGrath2009-01-223-6/+8
| * Use t instead of j formats for ptrdiff_tRoland McGrath2009-01-222-3/+8
| * Fix build when missing -lz and -lbz2.Roland McGrath2009-01-222-8/+17
| * Fix libdwfl segment bugs breaking core-file support.Roland McGrath2009-01-223-10/+10
| * known-dwarf.awk: Handle DW_FOO_BAR_* sets better.Roland McGrath2009-01-222-5/+19
| * dwarf.h: Add DW_OP_GNU_encoded_addr.Roland McGrath2009-01-222-0/+5
| * Fix 'make clean' in libdw.Roland McGrath2009-01-212-1/+8
| * Revert "Dummy commit, testing Transifex at"Roland McGrath2009-01-212-5/+1
| * whitespaceRoland McGrath2009-01-211-0/+1
* | When writing ELF files in libelf, fill the gap between sections even if onlyUlrich Drepper2009-01-222-46/+104
* | Cleanup of loop to write out section content.Ulrich Drepper2009-01-212-5/+14
|/
* Remove duplicate commits.Ulrich Drepper2009-01-212-10/+0
* Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutilsUlrich Drepper2009-01-212-0/+10
|\
| * Make elfcmp exit 2 for trouble and 1 only for mismatch, like all its cousins.Roland McGrath2009-01-212-17/+22
| * Fix possible crash in note conversion.Roland McGrath2009-01-212-2/+7
* | Fix possible crash in note conversion.Roland McGrath2009-01-212-2/+7
* | Make elfcmp exit 2 for trouble and 1 only for mismatch, like all its cousins.Roland McGrath2009-01-212-17/+21
|/