]> git.proxmox.com Git - qemu.git/commit
Use correct byteswap routine for elf_note
authormalc <av1474@comtv.ru>
Sat, 18 Jul 2009 09:12:20 +0000 (13:12 +0400)
committermalc <av1474@comtv.ru>
Sat, 18 Jul 2009 09:17:01 +0000 (13:17 +0400)
commit9fdca5aa5d966b0f66daeba91de59ce560fbc3a0
tree17a533c377c8629018f54a06737567bfa597aad9
parent3efa9a672e4a5f7b2d35cf457ea277e997a0f8c6
Use correct byteswap routine for elf_note

All elf64_note structure members are Elf64_Word (which is 32bit value)
hence using bswaptls to byteswap it on 64bit platforms is incorrect.

Signed-off-by: malc <av1474@comtv.ru>
linux-user/elfload.c