diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2016-05-03 11:48:56 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-05-03 11:48:56 +0100 |
commit | 20f55f3866ab70778d08fec2c09626cff9ed781d (patch) | |
tree | 0741bf79478e29a9a4626de821f4d138f26ae198 /opcodes/aarch64-opc.h | |
parent | Assume that the GAS testsuite for the AVR is being run without -mlink-relax s... (diff) | |
download | binutils-gdb-20f55f3866ab70778d08fec2c09626cff9ed781d.tar.gz binutils-gdb-20f55f3866ab70778d08fec2c09626cff9ed781d.tar.bz2 binutils-gdb-20f55f3866ab70778d08fec2c09626cff9ed781d.zip |
Fix generation of AArhc64 instruction table.
* aarch64-gen.c (VERIFIER): Define.
* aarch64-opc.c (VERIFIER): Define.
(verify_ldpsw): Use static linkage.
* aarch64-opc.h (verify_ldpsw): Remove.
* aarch64-tbl.h: Use VERIFIER for verifiers.
Diffstat (limited to 'opcodes/aarch64-opc.h')
-rw-r--r-- | opcodes/aarch64-opc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/opcodes/aarch64-opc.h b/opcodes/aarch64-opc.h index c5bcbb82df4..08494c678a5 100644 --- a/opcodes/aarch64-opc.h +++ b/opcodes/aarch64-opc.h @@ -390,7 +390,4 @@ get_logsz (unsigned int size) return ls[size - 1]; } -/* Instruction Verifiers. */ -extern bfd_boolean verify_ldpsw (const struct aarch64_opcode *, const aarch64_insn); - #endif /* OPCODES_AARCH64_OPC_H */ |