GDB copyright headers update after running GDB's copyright.py script.
[deliverable/binutils-gdb.git] / gdb / symfile.c
index 55a9f5c516cc2ed67d14db67c5a606a38f532797..e11c2802267acb8b3a6c3ba26a573e7c6e7b16eb 100644 (file)
@@ -1,6 +1,6 @@
 /* Generic symbol file reading for the GNU debugger, GDB.
 
-   Copyright (C) 1990-2015 Free Software Foundation, Inc.
+   Copyright (C) 1990-2016 Free Software Foundation, Inc.
 
    Contributed by Cygnus Support, using pieces from other GDB modules.
 
@@ -1738,7 +1738,7 @@ symfile_bfd_open (const char *name)
 #if defined(__GO32__) || defined(_WIN32) || defined (__CYGWIN__)
       if (desc < 0)
        {
-         char *exename = alloca (strlen (expanded_name) + 5);
+         char *exename = (char *) alloca (strlen (expanded_name) + 5);
 
          strcat (strcpy (exename, expanded_name), ".exe");
          desc = openp (getenv ("PATH"),
This page took 0.026582 seconds and 4 git commands to generate.