]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/rx/syscalls.c
Update years in copyright notice for the GDB files.
[thirdparty/binutils-gdb.git] / sim / rx / syscalls.c
index 6d2f16317df95260590702edf0de510a3729aabf..6cb408839996cb6f4c277226092cb1eee7a9666b 100644 (file)
@@ -1,6 +1,6 @@
 /* syscalls.c --- implement system calls for the RX simulator.
 
-Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc.
+Copyright (C) 2005-2013 Free Software Foundation, Inc.
 Contributed by Red Hat, Inc.
 
 This file is part of the GNU simulators.
@@ -43,6 +43,12 @@ set_callbacks (struct host_callback_struct *cb)
   callbacks = cb;
 }
 
+struct host_callback_struct *
+get_callbacks (void)
+{
+  return callbacks;
+}
+
 
 /* Arguments 1..4 are in R1..R4, remainder on stack.