2008-07-07 Stan Shebs <stan@codesourcery.com>
* dis-asm.h (struct disassemble_info): Add endian_code field.
This commit is contained in:
parent
d68240794e
commit
dd5e3247eb
@ -1,3 +1,7 @@
|
|||||||
|
2008-07-07 Stan Shebs <stan@codesourcery.com>
|
||||||
|
|
||||||
|
* dis-asm.h (struct disassemble_info): Add endian_code field.
|
||||||
|
|
||||||
2008-07-07 Joel Brobecker <brobecker@adacore.com>
|
2008-07-07 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* safe-ctype.h: Add #include of ctype.h before redefining
|
* safe-ctype.h: Add #include of ctype.h before redefining
|
||||||
|
@ -76,6 +76,8 @@ typedef struct disassemble_info
|
|||||||
unsigned long mach;
|
unsigned long mach;
|
||||||
/* Endianness (for bi-endian cpus). Mono-endian cpus can ignore this. */
|
/* Endianness (for bi-endian cpus). Mono-endian cpus can ignore this. */
|
||||||
enum bfd_endian endian;
|
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
|
/* An arch/mach-specific bitmask of selected instruction subsets, mainly
|
||||||
for processors with run-time-switchable instruction sets. The default,
|
for processors with run-time-switchable instruction sets. The default,
|
||||||
zero, means that there is no constraint. CGEN-based opcodes ports
|
zero, means that there is no constraint. CGEN-based opcodes ports
|
||||||
|
Loading…
x
Reference in New Issue
Block a user