M68K Linux: Define regset structures.
[deliverable/binutils-gdb.git] / gdb / alpha-osf1-tdep.c
index 6c813981ac272d40ebbc227fc47ffff29c4b56d8..c88be62dd80e6cdaf8c2dba9b8d1306d25ec1ba1 100644 (file)
@@ -1,6 +1,5 @@
 /* Target-dependent code for OSF/1 on Alpha.
-   Copyright (C) 2002, 2003, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2002-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 #include "gdbcore.h"
 #include "value.h"
 #include "osabi.h"
-#include "gdb_string.h"
 #include "objfiles.h"
 
 #include "alpha-tdep.h"
 
 static int
 alpha_osf1_pc_in_sigtramp (struct gdbarch *gdbarch,
-                          CORE_ADDR pc, char *func_name)
+                          CORE_ADDR pc, const char *func_name)
 {
   return (func_name != NULL && strcmp ("__sigtramp", func_name) == 0);
 }
This page took 0.033399 seconds and 4 git commands to generate.