summaryrefslogtreecommitdiff
path: root/sim/rx/load.h
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2012-03-03 01:23:45 +0000
committerKevin Buettner <kevinb@redhat.com>2012-03-03 01:23:45 +0000
commitec43c7943ae35dc7f1a69ee0be0bfe0d1a9bb92e (patch)
tree5fd1110dd3d4008c38d327db3a69df17763dedb4 /sim/rx/load.h
parent44fc9128422d18f3111134dd0a9aa1639f28963e (diff)
downloadgdb-ec43c7943ae35dc7f1a69ee0be0bfe0d1a9bb92e.tar.gz
Update rx sim so that it'll print load statistics.
Diffstat (limited to 'sim/rx/load.h')
-rw-r--r--sim/rx/load.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/rx/load.h b/sim/rx/load.h
index b9c63d31f0a..ef78814e4b2 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);