aboutsummaryrefslogtreecommitdiff
path: root/opcodes/aarch64-dis.c
diff options
context:
space:
mode:
authorYufeng Zhang <yufeng.zhang@arm.com>2013-06-20 16:01:35 +0000
committerYufeng Zhang <yufeng.zhang@arm.com>2013-06-20 16:01:35 +0000
commitb9eead841d08c769b08fa42a7e9b68c023374dc2 (patch)
tree1ee15222a121263653bdb348e07bc4334b93b9e6 /opcodes/aarch64-dis.c
parent0878d0fa8e7277461d5c524f7ee689e8f11f7750 (diff)
downloadgdb-b9eead841d08c769b08fa42a7e9b68c023374dc2.zip
gdb-b9eead841d08c769b08fa42a7e9b68c023374dc2.tar.gz
gdb-b9eead841d08c769b08fa42a7e9b68c023374dc2.tar.bz2
bfd/
* bfd-in.h (bfd_elf64_aarch64_set_options): Add 'extern'. * bfd-in2.h: Re-generated. * elf64-aarch64.c (RELOC_SECTION): Removed. (SWAP_RELOC_IN, SWAP_RELOC_OUT): Ditto. (AARCH64_ELF_OS_ABI_VERSION): Ditto. (elf64_aarch64_link_hash_traverse): Ditto. (elf64_aarch64_size_stubs): Change 'Aarch64' to 'AArch64' in the comment. opcodes/ * aarch64-dis.c (EMBEDDED_ENV): Remove the check on it. (SYMTAB_AVAILABLE): Removed. (#include "elf/aarch64.h): Ditto.
Diffstat (limited to 'opcodes/aarch64-dis.c')
-rw-r--r--opcodes/aarch64-dis.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/opcodes/aarch64-dis.c b/opcodes/aarch64-dis.c
index d8bd290..c757316 100644
--- a/opcodes/aarch64-dis.c
+++ b/opcodes/aarch64-dis.c
@@ -24,12 +24,7 @@
#include "libiberty.h"
#include "opintl.h"
#include "aarch64-dis.h"
-
-#if !defined(EMBEDDED_ENV)
-#define SYMTAB_AVAILABLE 1
#include "elf-bfd.h"
-#include "elf/aarch64.h"
-#endif
#define ERR_OK 0
#define ERR_UND -1