diff options
author | Francois H. Theron <francois.theron@netronome.com> | 2018-05-15 13:28:06 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-05-15 13:28:06 +0100 |
commit | 1678bd35a35a3bace2d4aee39b64d96c638651f0 (patch) | |
tree | 020a655f6d696b6d97015042aa513839af577fa1 /bfd/ChangeLog | |
parent | 293b4d4fe9f8a9624531fdd37f365d1b683d4623 (diff) | |
download | gdb-1678bd35a35a3bace2d4aee39b64d96c638651f0.zip gdb-1678bd35a35a3bace2d4aee39b64d96c638651f0.tar.gz gdb-1678bd35a35a3bace2d4aee39b64d96c638651f0.tar.bz2 |
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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ce23044..6e97ff2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2018-05-15 Francois H. Theron <francois.theron@netronome.com> + + * targets.c: Wrap nfp_elf64_vec in BFD64 ifdef. + 2018-05-15 Nick Clifton <nickc@redhat.com> * po/pt.po: New Portuguese translation. |