]> git.ipfire.org Git - thirdparty/elfutils.git/commit
propagate from branch 'com.redhat.elfutils.disasm' (head d15b4eb794e81e477f9896fe82a7...
authorUlrich Drepper <drepper@redhat.com>
Wed, 2 Jan 2008 17:44:39 +0000 (17:44 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 2 Jan 2008 17:44:39 +0000 (17:44 +0000)
commit3cbdd387c752999255aea91600b5cfdefbeac7d0
tree50c18bd26f8cd31f4c1aa3ce1d78bb98548659ba
parentad024afc93dcd0f4797b3e80bfb6b80c34da5c12
propagate from branch 'com.redhat.elfutils.disasm' (head d15b4eb794e81e477f9896fe82a74cb5ecf4514c)
            to branch 'com.redhat.elfutils' (head eaacbf01f8cc89d043ec6eca9b5e35cb5c4cde06)
62 files changed:
ChangeLog
backends/ChangeLog
backends/Makefile.am
backends/i386_init.c
backends/x86_64_init.c
configure.ac
libasm/ChangeLog
libasm/Makefile.am
libasm/asm_error.c
libasm/disasm_begin.c [new file with mode: 0644]
libasm/disasm_cb.c [new file with mode: 0644]
libasm/disasm_end.c [new file with mode: 0644]
libasm/disasm_str.c [new file with mode: 0644]
libasm/libasm.h
libasm/libasm.map
libasm/libasmP.h
libcpu/ChangeLog
libcpu/Makefile.am
libcpu/defs/i386 [new file with mode: 0644]
libcpu/defs/i386.doc [new file with mode: 0644]
libcpu/defs/x86_64 [new file with mode: 0644]
libcpu/i386_data.h [new file with mode: 0644]
libcpu/i386_disasm.c [new file with mode: 0644]
libcpu/i386_gendis.c [new file with mode: 0644]
libcpu/i386_lex.l [new file with mode: 0644]
libcpu/i386_parse.y [new file with mode: 0644]
libcpu/memory-access.h [new file with mode: 0644]
libcpu/x86_64_disasm.c [new file with mode: 0644]
libebl/Makefile.am
libebl/ebl-hooks.h
libebl/eblopenbackend.c
libebl/libeblP.h
libelf/ChangeLog
libelf/Makefile.am
libelf/elf32_getshdr.c
libelf/elf_begin.c
libelf/elf_scnshndx.c [new file with mode: 0644]
libelf/libelf.h
libelf/libelf.map
libelf/libelfP.h
src/ChangeLog
src/Makefile.am
src/addr2line.c
src/ar.c
src/debugpred.h [new file with mode: 0644]
src/elfcmp.c
src/elflint.c
src/findtextrel.c
src/ld.c
src/nm.c
src/objdump.c
src/ranlib.c
src/readelf.c
src/size.c
src/strings.c
src/strip.c
src/unstrip.c
tests/ChangeLog
tests/Makefile.am
tests/run-disasm.sh [new file with mode: 0755]
tests/testfile44.S.bz2 [new file with mode: 0644]
tests/testfile44.expect.bz2 [new file with mode: 0644]