summaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authoryufeng <yufeng>2013-06-20 16:01:34 +0000
committeryufeng <yufeng>2013-06-20 16:01:34 +0000
commit27ef916ae7ad89e01eb4ef7b24fd7be452b96e72 (patch)
treeb73ffdacd5073028cd69252e8197033bab934e0e /opcodes
parent51f2383cef7d1b3dc06836200ee56af7cd4efa01 (diff)
downloadgdb-27ef916ae7ad89e01eb4ef7b24fd7be452b96e72.tar.gz
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 d1b106eb4f2..002bd89b71a 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 d8bd29010bd..c757316dfb6 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