Modernize configure.ac's
[deliverable/binutils-gdb.git] / gdb / i386-cygwin-tdep.c
index cb702587827dc8ac44f1431041c9c2255b1aac5e..e3091a031c08c7aadbff498efea13b6d168d2c4b 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for Cygwin running on i386's, for GDB.
 
-   Copyright (C) 2003-2015 Free Software Foundation, Inc.
+   Copyright (C) 2003-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -98,7 +98,7 @@ struct cpms_data
 static void
 core_process_module_section (bfd *abfd, asection *sect, void *obj)
 {
-  struct cpms_data *data = obj;
+  struct cpms_data *data = (struct cpms_data *) obj;
   enum bfd_endian byte_order = gdbarch_byte_order (data->gdbarch);
 
   char *module_name;
This page took 0.023701 seconds and 4 git commands to generate.