mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
sim: fully merge sim_state_base into sim_state
Now that all ports have migrated to the new framework, drop support for the old sim_state_base layout.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2021-05-17 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* sim-main.h (SIM_HAVE_COMMON_SIM_STATE): Delete.
|
||||
|
||||
2021-05-17 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* sim-main.h (SIM_HAVE_COMMON_SIM_STATE): Define.
|
||||
|
@ -19,8 +19,6 @@
|
||||
#ifndef PRU_SIM_MAIN
|
||||
#define PRU_SIM_MAIN
|
||||
|
||||
#define SIM_HAVE_COMMON_SIM_STATE
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include "pru.h"
|
||||
|
Reference in New Issue
Block a user