summaryrefslogtreecommitdiff
path: root/opcodes/ppc-dis.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2012-05-17 02:24:48 +0000
committerAlan Modra <amodra@bigpond.net.au>2012-05-17 02:24:48 +0000
commit4b231a0445ad528a73e1da3b45ba480875f2f2c7 (patch)
treeeee958d386ec10f5e3323c19511e55e56ced4784 /opcodes/ppc-dis.c
parent6ab2b417a88ff59d0b4687a8ea6c8863a718481a (diff)
downloadbinutils-redhat-4b231a0445ad528a73e1da3b45ba480875f2f2c7.tar.gz
bfd/
* elf32-ppc.c (has_tls_reloc, has_tls_get_addr_call, has_vle_insns, is_ppc_vle): Move to.. * elf32-ppc.h: ..here, making is_ppc_vle a macro. opcodes/ * ppc_dis.c: Don't include elf/ppc.h.
Diffstat (limited to 'opcodes/ppc-dis.c')
-rw-r--r--opcodes/ppc-dis.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/opcodes/ppc-dis.c b/opcodes/ppc-dis.c
index 331a3a17b7..4792059a52 100644
--- a/opcodes/ppc-dis.c
+++ b/opcodes/ppc-dis.c
@@ -25,7 +25,6 @@
#include "dis-asm.h"
#include "elf-bfd.h"
#include "elf32-ppc.h"
-#include "elf/ppc.h"
#include "opintl.h"
#include "opcode/ppc.h"