aboutsummaryrefslogtreecommitdiff
path: root/opcodes
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
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')
-rw-r--r--opcodes/ChangeLog6
-rw-r--r--opcodes/aarch64-dis.c5
2 files changed, 6 insertions, 5 deletions
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 <yufeng.zhang@arm.com>
+
+ * aarch64-dis.c (EMBEDDED_ENV): Remove the check on it.
+ (SYMTAB_AVAILABLE): Removed.
+ (#include "elf/aarch64.h): Ditto.
+
2013-06-17 Catherine Moore <clm@codesourcery.com>
Maciej W. Rozycki <macro@codesourcery.com>
Chao-Ying Fu <fu@mips.com>
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