]> 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 14b32f65d1a85efe0abd87f9de151ea3ea251e6b..6cb408839996cb6f4c277226092cb1eee7a9666b 100644 (file)
@@ -1,7 +1,6 @@
 /* syscalls.c --- implement system calls for the RX simulator.
 
-Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
-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.
@@ -44,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.