From b9eead841d08c769b08fa42a7e9b68c023374dc2 Mon Sep 17 00:00:00 2001 From: Yufeng Zhang Date: Thu, 20 Jun 2013 16:01:35 +0000 Subject: 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. --- opcodes/ChangeLog | 6 ++++++ opcodes/aarch64-dis.c | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'opcodes') diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index d1b106e..002bd89 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2013-06-20 Yufeng Zhang + + * aarch64-dis.c (EMBEDDED_ENV): Remove the check on it. + (SYMTAB_AVAILABLE): Removed. + (#include "elf/aarch64.h): Ditto. + 2013-06-17 Catherine Moore Maciej W. Rozycki Chao-Ying Fu 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 -- cgit v1.1