]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - include/opcode/nfp.h
Fix error messages in the NFP sources when building for 32-bit targets.
authorFrancois H. Theron <francois.theron@netronome.com>
Tue, 15 May 2018 12:28:06 +0000 (13:28 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 15 May 2018 12:28:06 +0000 (13:28 +0100)
commit1678bd35a35a3bace2d4aee39b64d96c638651f0
tree020a655f6d696b6d97015042aa513839af577fa1
parent293b4d4fe9f8a9624531fdd37f365d1b683d4623
Fix error messages in the NFP sources when building for 32-bit targets.

bfd * targets.c: Wrap nfp_elf64_vec in BFD64 ifdef.

include * opcode/nfp.h: Use uint64_t instead of bfd_vma.

opcodes * nfp-dis.c: Use uint64_t for instruction variables, not bfd_vma.
bfd/ChangeLog
bfd/targets.c
include/ChangeLog
include/opcode/nfp.h
opcodes/ChangeLog
opcodes/nfp-dis.c