mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
sim: move default model to the runtime sim state
This kills off another compile-time option by moving the setting to the individual arch runtimes. This will allow dynamic selection by the arch when doing a single build with multiple arches. The sim_model_init rework is a little funky. In the past it was disabled entirely if no default model was set. We maintain the spirit of the logic by gating the fallback logic on whether the port has defined any models.
This commit is contained in:
@ -95,6 +95,7 @@ sim_open (SIM_OPEN_KIND kind, host_callback *callback, struct bfd *abfd,
|
||||
|
||||
/* Set default options before parsing user options. */
|
||||
STATE_MACHS (sd) = lm32_sim_machs;
|
||||
STATE_MODEL_NAME (sd) = "lm32";
|
||||
current_alignment = STRICT_ALIGNMENT;
|
||||
current_target_byte_order = BFD_ENDIAN_BIG;
|
||||
|
||||
|
Reference in New Issue
Block a user