summaryrefslogtreecommitdiff
path: root/include/dis-asm.h
diff options
context:
space:
mode:
authorStan Shebs <shebs@apple.com>2008-07-07 18:40:13 +0000
committerStan Shebs <shebs@apple.com>2008-07-07 18:40:13 +0000
commit752af90ae05b9a871f142cd22f0825400ea0dd18 (patch)
treef1bc29ad390731d99505229e3a3ab14a25993c4d /include/dis-asm.h
parentd33d54a87016b226ee4b9dc2030909281219b359 (diff)
downloadbinutils-redhat-752af90ae05b9a871f142cd22f0825400ea0dd18.tar.gz
2008-07-07 Stan Shebs <stan@codesourcery.com>
* dis-asm.h (struct disassemble_info): Add endian_code field.
Diffstat (limited to 'include/dis-asm.h')
-rw-r--r--include/dis-asm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dis-asm.h b/include/dis-asm.h
index 999d6eaf20..db74d85ace 100644
--- a/include/dis-asm.h
+++ b/include/dis-asm.h
@@ -76,6 +76,8 @@ typedef struct disassemble_info
unsigned long mach;
/* Endianness (for bi-endian cpus). Mono-endian cpus can ignore this. */
enum bfd_endian endian;
+ /* Endianness of code, for mixed-endian situations such as ARM BE8. */
+ enum bfd_endian endian_code;
/* An arch/mach-specific bitmask of selected instruction subsets, mainly
for processors with run-time-switchable instruction sets. The default,
zero, means that there is no constraint. CGEN-based opcodes ports