Modernize configure.ac's
[deliverable/binutils-gdb.git] / gdb / solib-frv.c
index 922ee36a88a26919224b2bb1e56f49d251f36f28..30662ba3b33e93bdf7ccab0780a1dc0f67367a58 100644 (file)
@@ -1,5 +1,5 @@
 /* Handle FR-V (FDPIC) shared libraries for GDB, the GNU Debugger.
-   Copyright (C) 2004-2015 Free Software Foundation, Inc.
+   Copyright (C) 2004-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -484,7 +484,7 @@ enable_break_failure_warning (void)
 /* Helper function for gdb_bfd_lookup_symbol.  */
 
 static int
-cmp_name (asymbol *sym, void *data)
+cmp_name (const asymbol *sym, const void *data)
 {
   return (strcmp (sym->name, (const char *) data) == 0);
 }
This page took 0.027092 seconds and 4 git commands to generate.