sim: create header namespace
The gdb/callback.h & gdb/remote-sim.h headers have nothing to do with gdb and are really definitions for the libsim API under the sim/ tree. While gdb uses those headers as a client, it's not specific to it. So create a new sim/ namespace and move the headers there.
This commit is contained in:
parent
183aaaf72a
commit
df68e12b3b
76 changed files with 211 additions and 81 deletions
|
@ -28,8 +28,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
|||
|
||||
#include "ansidecl.h"
|
||||
#include "libiberty.h"
|
||||
#include "gdb/callback.h"
|
||||
#include "gdb/remote-sim.h"
|
||||
#include "sim/callback.h"
|
||||
#include "sim/sim.h"
|
||||
#include "gdb/signals.h"
|
||||
#include "gdb/sim-m32c.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue