mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
Add ABFD argument to sim_open call. Pass through to sim_config so
that image properties such as endianness can be checked. More strongly document the expected behavour of each of the sim_* interfaces. Add default endian argument to simulator config macro SIM_AC_OPTION_ENDIAN. Use in sim_config.
This commit is contained in:
@ -3927,9 +3927,6 @@ build_instruction (doisa, features, mips16, insn)
|
||||
printf(" signed64 t = ((unsigned64)HI_UW(0) << 32) | (unsigned64)LO_UW(0);\n");
|
||||
printf(" signed64 u = ((unsigned64)HI_UW(2) << 32) | (unsigned64)LO_UW(2);\n");
|
||||
printf(" signed64 x000000007FFFFFFF = LSMASK64 (31);\n");
|
||||
printf(" signed64 xFFFFFFFF80000000 = MSMASK64 (33);\n");
|
||||
printf(" signed64 x7FFFFFFFFFFFFFFF = LSMASK64 (63);\n");
|
||||
printf(" signed64 x8000000000000000 = MSMASK64 (1);\n");
|
||||
printf(" signed64 x0000000080000000 = x000000007FFFFFFF + 1;\n");
|
||||
printf(" signed64 minus0000000080000000 = -x0000000080000000;\n");
|
||||
printf(" if ( t > x000000007FFFFFFF )\n");
|
||||
|
Reference in New Issue
Block a user