mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
sim: avr: move arch-specific settings to internal header
There's no need for these settings to be in sim-main.h which is shared with common/ sim code, so move it all out to a new header which only this port will include.
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include "sim-base.h"
|
||||
#include "sim-options.h"
|
||||
#include "sim-signal.h"
|
||||
#include "avr-sim.h"
|
||||
|
||||
/* As AVR is a 8/16 bits processor, define handy types. */
|
||||
typedef unsigned short int word;
|
||||
|
||||
Reference in New Issue
Block a user