]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/cris/devices.c
Update years in copyright notice for the GDB files.
[thirdparty/binutils-gdb.git] / sim / cris / devices.c
index d45bb4a709be00b99e2202242adfc4076cd24f8f..b092ccc7cde96513263b4882aa91b446d45212ff 100644 (file)
@@ -1,5 +1,5 @@
 /* CRIS device support
-   Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2004-2013 Free Software Foundation, Inc.
    Contributed by Axis Communications.
 
 This file is part of the GNU simulators.
@@ -33,7 +33,7 @@ struct _device { char dummy; } cris_devices;
 
 void
 device_error (device *me ATTRIBUTE_UNUSED,
-             char *message ATTRIBUTE_UNUSED,
+             const char *message ATTRIBUTE_UNUSED,
              ...)
 {
   abort ();