summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Unpdate copyright in messages.Ulrich Drepper2009-01-0115-28/+45
|
* Add Intel SSE4 support to disassembler.Ulrich Drepper2009-01-0110-4/+94
|
* Update .spec file 0.138 date line.elfutils-0.138Roland McGrath2008-12-311-1/+1
| | | | Signed-off-by: Roland McGrath <[email protected]>
* Replay output operations correctly when internal buffer in x86/x86-64Ulrich Drepper2008-12-312-24/+40
| | | | disasembler code is full.
* Slightly better formatting in generating disassembly data.Ulrich Drepper2008-12-311-1/+1
|
* Optimize x86/x86-64 disassembler some more. Avoid relocations for stringUlrich Drepper2008-12-313-7/+41
| | | | table.
* Fix printing of rex prefix in x86-64 disassembler.Ulrich Drepper2008-12-312-0/+20
|
* Optimize x86/x86-64 disassembler a bit.Ulrich Drepper2008-12-313-16/+18
|
* Mark constant array as const.Ulrich Drepper2008-12-312-1/+3
|
* Implement blendvpd and blendvps opcodes in x86/x86-64 disassembler.Ulrich Drepper2008-12-317-0/+13
|
* Implement blendps opcode for x86/x86-64.Ulrich Drepper2008-12-307-2/+3
|
* Implement disassembly of blendpd instruction for x86/x86-64.Ulrich Drepper2008-12-307-0/+12
|
* We now need automake 1.8 for no-dist-gzip.Ulrich Drepper2008-12-302-1/+5
|
* 0.138 spec updatesRoland McGrath2008-12-241-2/+12
|
* Distribute .tar.bz2 file, not .tar.gz file.Roland McGrath2008-12-242-1/+6
|
* Rewrite awk magic to generate spec file changelog.Roland McGrath2008-12-242-10/+16
|
* 0.138 itemsRoland McGrath2008-12-242-1/+16
|
* Merge branch 'master' into roland/bug-compatRoland McGrath2008-12-198-3/+104
|\
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutilsUlrich Drepper2008-12-192-5/+21
| |\
| * | Implement AMD 3DNOW disassembly.Ulrich Drepper2008-12-198-0/+98
| | |
| * | .Ulrich Drepper2008-12-171-0/+5
| | |
| * | (i386_disasm): If instruction matches prefix, undoing the prefix matchUlrich Drepper2008-12-171-3/+1
| | | | | | | | | | | | finishes the instruction.
* | | Merge branch 'master' into roland/bug-compatRoland McGrath2008-12-182-5/+21
|\ \ \ | | |/ | |/| | | | | | | Conflicts: libdwfl/ChangeLog
| * | Fix last fix: ET_DYN addresses are taken as relative to MOD->low_addr.Roland McGrath2008-12-182-5/+21
| |/
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils into ↵Roland McGrath2008-12-172-27/+46
|\| | | | | | | roland/bug-compat
| * Merge branch 'master' into roland/pendingRoland McGrath2008-12-150-0/+0
| |\
| * \ Merge branch 'master' into roland/pendingRoland McGrath2008-12-152-1/+6
| |\ \
| * | | Comment fix in last change.Roland McGrath2008-12-111-8/+9
| | | |
| * | | Don't crash in fill code when sh_offset layout is out of order.Roland McGrath2008-12-112-26/+44
| | | |
* | | | Install elfutils/version.h header for library compatibility checking.Roland McGrath2008-12-165-1/+82
| | | |
* | | | Bug compatibility wrapper for ELFUTILS_0.130 dwfl_module_build_id behavior.Roland McGrath2008-12-163-3/+34
| |_|/ |/| |
* | | Merge commit '970a1663'Roland McGrath2008-12-152-1/+5
|\| | | |/ |/|
| * libelf.h (Elf_Data): Whitespace fix.Roland McGrath2008-12-112-1/+5
| |
* | (dwfl_module_relocate_address): Apply main.bias, not debug.bias.Roland McGrath2008-12-152-1/+6
|/
* Fix crashes on bad sh_name/st_name offsets.Roland McGrath2008-12-112-10/+46
|
* Fixes RHBZ#465878: eu-readelf crash on empty archiveRoland McGrath2008-12-112-5/+19
|
* * elf_getarhdr.c (elf_getarhdr): Fix missing rename in last change.Roland McGrath2008-12-102-1/+5
|
* Add .gitignore file.Roland McGrath2008-12-101-0/+27
|
* merge of '4c5dbb5e116d9a9c7f9014a3dcbabba8e7d89327'Roland McGrath2008-12-042-1/+10
| | | | and 'fddaff07d3c095a3d26f41fe7a7da147c024bd96'
* propagate from branch 'com.redhat.elfutils.roland.pending.libelf-threads' ↵Ulrich Drepper2008-12-0415-57/+171
| | | | | | (head fc97c9c202b5d7d7699a3b1d5c53007a2ef37bb1) to branch 'com.redhat.elfutils' (head 67cccb9bfffc1a7fe3d8d355a2d9b6d0e489ff81)
* [USE_TLS] Link libasm.so with libpthread.Ulrich Drepper2008-12-042-1/+10
|
* src/Roland McGrath2008-12-0321-52/+249
| | | | | | | 2008-12-02 Roland McGrath <[email protected]> * readelf.c (count_dwflmod, process_file): Don't presume encoding of nonzero OFFSET argument to dwfl_getmodules.
* Fix some entries in i386_reloc.def.Ulrich Drepper2008-10-042-0/+8
|
* libdwfl/Roland McGrath2008-09-306-15/+70
| | | | | | | 2008-09-29 Roland McGrath <[email protected]> * segment.c (insert): Must realloc DWFL->lookup_module here too. (dwfl_report_segment): Clear DWFL->lookup_module before insert calls.
* 0.137 release.elfutils-0.137Ulrich Drepper2008-08-273-1/+8
|
* propagate from branch 'com.redhat.elfutils.pmachata.threads' (head ↵Roland McGrath2008-08-265-4/+41
| | | | | | 6db56f08d1ba946c22c9bcfaec0ddeb6532e1dcc) to branch 'com.redhat.elfutils.roland.pending' (head d0bf16e5588ef191b1541ac0d07d841c1cf52fc9)
* 0.136 release.elfutils-0.136Ulrich Drepper2008-08-262-1/+5
|
* Fix up bogon and missing log entries from .pmachata.threads branch.Roland McGrath2008-08-2592-827/+3450
|
* Fix build problem after merge of pmachata.threads branch when compiled withoutUlrich Drepper2008-08-162-1/+6
| | | | thread support.
* propagate from branch 'com.redhat.elfutils.pmachata.threads' (head ↵Ulrich Drepper2008-08-1667-179/+459
| | | | | | 8bd3bc10eb015c96f7bafcc6a22c973620b57dd8) to branch 'com.redhat.elfutils' (head c5a11b6b3329382f1b5ffd0020f0d93c64176f20)