forked from Imagelibrary/binutils-gdb
sim: cgen: move symcat.h include to where it's used
Move this out of the global sim-main.h and to the few files that actually use functions from it. Only the cgen ports were pulling this, so this makes cgen & non-cgen behave more the same.
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
#ifndef M32R_SIM_H
|
||||
#define M32R_SIM_H
|
||||
|
||||
#include "symcat.h"
|
||||
|
||||
/* GDB register numbers. */
|
||||
#define PSW_REGNUM 16
|
||||
#define CBR_REGNUM 17
|
||||
|
||||
Reference in New Issue
Block a user