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:
Mike Frysinger
2021-05-12 00:35:54 -04:00
parent 183aaaf72a
commit df68e12b3b
76 changed files with 211 additions and 81 deletions

View File

@@ -35,7 +35,7 @@
#include <time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "gdb/callback.h"
#include "sim/callback.h"
#include "targ-vals.h"
/* For xmalloc. */
#include "libiberty.h"