forked from Imagelibrary/binutils-gdb
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:
@@ -1,3 +1,7 @@
|
||||
2021-05-14 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* interp.c: Update include path.
|
||||
|
||||
2021-05-04 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
specific simulator. Normally this file will be kept small and the target
|
||||
details will live in other files.
|
||||
|
||||
For more specific details on these functions, see the gdb/remote-sim.h
|
||||
header file. */
|
||||
For more specific details on these functions, see the sim/sim.h header
|
||||
file. */
|
||||
|
||||
#include "config.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user