diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/gdb/ChangeLog | 4 | ||||
-rw-r--r-- | include/gdb/remote-sim.h | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/include/gdb/ChangeLog b/include/gdb/ChangeLog index 694cd5d..88bd15c 100644 --- a/include/gdb/ChangeLog +++ b/include/gdb/ChangeLog @@ -1,3 +1,7 @@ +2015-05-15 Mike Frysinger <vapier@gentoo.org> + + * remote-sim.h (struct host_callback_struct): Define. + 2015-01-31 Doug Evans <xdje42@gmail.com> * section-scripts.h: Remove "future extension" comment. diff --git a/include/gdb/remote-sim.h b/include/gdb/remote-sim.h index 3dca380..bd8ddc0 100644 --- a/include/gdb/remote-sim.h +++ b/include/gdb/remote-sim.h @@ -60,9 +60,10 @@ typedef enum { } SIM_RC; -/* The bfd struct, as an opaque type. */ +/* Some structs, as opaque types. */ struct bfd; +struct host_callback_struct; /* Main simulator entry points. */ |