Do top level sim-hw module for device tree.

Add to aclocal.m4, update all configure files.
This commit is contained in:
Andrew Cagney
1998-03-27 11:42:16 +00:00
parent bd85beb90c
commit d8f5304972
12 changed files with 234 additions and 40 deletions

View File

@ -230,6 +230,13 @@ typedef struct {
struct sim_breakpoint *breakpoints;
#define STATE_BREAKPOINTS(sd) ((sd)->base.breakpoints)
/* start-sanitize-am30 */
#if WITH_HW
struct sim_hw *hw;
#define STATE_HW(sd) ((sd)->base.hw)
#endif
/* end-sanitize-am30 */
/* Marker for those wanting to do sanity checks.
This should remain the last member of this struct to help catch
miscompilation errors. */