sim: ppc: sync WITH_TARGET_{ADDRESS,CELL}_BITSIZE with common/
This will make it easier to share common/ code that rely on these additional defines.
This commit is contained in:
parent
50399b3d9d
commit
34cacf7d97
@ -90,6 +90,14 @@ extern enum bfd_endian current_target_byte_order;
|
||||
#define WITH_TARGET_WORD_BITSIZE 32 /* compiled only */
|
||||
#endif
|
||||
|
||||
#ifndef WITH_TARGET_ADDRESS_BITSIZE
|
||||
#define WITH_TARGET_ADDRESS_BITSIZE WITH_TARGET_WORD_BITSIZE
|
||||
#endif
|
||||
|
||||
#ifndef WITH_TARGET_CELL_BITSIZE
|
||||
#define WITH_TARGET_CELL_BITSIZE WITH_TARGET_WORD_BITSIZE
|
||||
#endif
|
||||
|
||||
|
||||
/* Program environment:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user