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)
commitce7c5635ab980f8f3491002dba08a4ae8b8f7af1
tree17a533c377c8629018f54a06737567bfa597aad9
parent47088a979e54a309902362a628d95cc1832040fb
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