forked from Imagelibrary/binutils-gdb
sim: ft32: 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 drop the ft32-sim.h include and move it to the few files that actually need it.
This commit is contained in:
@@ -37,6 +37,8 @@
|
||||
|
||||
#include "opcode/ft32.h"
|
||||
|
||||
#include "ft32-sim.h"
|
||||
|
||||
/*
|
||||
* FT32 is a Harvard architecture: RAM and code occupy
|
||||
* different address spaces.
|
||||
|
||||
@@ -24,6 +24,4 @@
|
||||
#include "sim-basics.h"
|
||||
#include "sim-base.h"
|
||||
|
||||
#include "ft32-sim.h"
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user