Fix --diable-shared --enable-plugins build breakage
[deliverable/binutils-gdb.git] / sim / cris / devices.c
index e2fb7ec327e3a15dfaea8fbca63a179d04c9bd92..1335909c7d02cd84f9721157fdeb782551bb9a0b 100644 (file)
@@ -1,6 +1,5 @@
 /* CRIS device support
-   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 2004-2014 Free Software Foundation, Inc.
    Contributed by Axis Communications.
 
 This file is part of the GNU simulators.
@@ -34,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 ();
This page took 0.023633 seconds and 4 git commands to generate.