diff options
author | Kevin Buettner <kevinb@redhat.com> | 2012-03-03 01:23:45 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2012-03-03 01:23:45 +0000 |
commit | d98bfeb0233c622e936bdda16ff03277077f5ca2 (patch) | |
tree | e0a9fd593d3f088e78995b29fc3a2f33087f9ba1 /sim/rx/load.h | |
parent | 636b802b4e0e0bfa08745d20c468bac0a38e9fa1 (diff) | |
download | gdb-d98bfeb0233c622e936bdda16ff03277077f5ca2.zip gdb-d98bfeb0233c622e936bdda16ff03277077f5ca2.tar.gz gdb-d98bfeb0233c622e936bdda16ff03277077f5ca2.tar.bz2 |
Update rx sim so that it'll print load statistics.
Diffstat (limited to 'sim/rx/load.h')
-rw-r--r-- | sim/rx/load.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/rx/load.h b/sim/rx/load.h index b9c63d3..ef78814 100644 --- a/sim/rx/load.h +++ b/sim/rx/load.h @@ -20,8 +20,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "bfd.h" +#include "gdb/callback.h" extern int default_machine; void rx_set_mach (int mach); -void rx_load (bfd *); +void rx_load (bfd *, host_callback *callback); |