Delete temporary string within demangler even in failure cases.
[deliverable/binutils-gdb.git] / sim / rx / load.h
index c4f10ab9714677f579e2848c2f7810d13438722d..53c85ac855929659327b6b235ba3db001e1989f3 100644 (file)
@@ -1,6 +1,6 @@
 /* load.h --- interface to loading object files into the RX simulator.
 
-Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
+Copyright (C) 2008-2014 Free Software Foundation, Inc.
 Contributed by Red Hat, Inc.
 
 This file is part of the GNU simulators.
@@ -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);
This page took 0.026117 seconds and 4 git commands to generate.