AArch64: Fix -Werror on build
authorTamar Christina <tamar.christina@arm.com>
Tue, 21 May 2019 16:15:36 +0000 (17:15 +0100)
committerTamar Christina <tamar.christina@arm.com>
Tue, 21 May 2019 16:16:09 +0000 (17:16 +0100)
commit6467207116c66ff2c58f8bc35cb15b2596f5c457
tree30159f459b3662bbcb6296f25d0ee896568633f5
parentfb7806c7a49d6eb75cdbff183d10d00f75968c0f
AArch64: Fix -Werror on build

This patch fixes a hardcoded `l` specifier on a `bfd_signed_vma`.
Instead this now uses BFD_VMA_FMT which fixes the build on 32 bit
hosts.

Committed under the obvious rule.

bfd/ChangeLog:

PR ld/24373
* elfnn-aarch64.c (_bfd_aarch64_erratum_843419_branch_to_stub):
Fix print formatter.
bfd/ChangeLog
bfd/elfnn-aarch64.c
This page took 0.024089 seconds and 4 git commands to generate.