Make sure we don't resume the stepped thread by accident.
[deliverable/binutils-gdb.git] / gdb / alpha-osf1-tdep.c
index bb88f5982c1cd904df938182eb43ee37d6e4c1d1..43bae959c6ad5d6621bd06cb1775efb7410dd291 100644 (file)
@@ -1,5 +1,5 @@
 /* Target-dependent code for OSF/1 on Alpha.
-   Copyright (C) 2002-2003, 2007-2012 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 <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.029977 seconds and 4 git commands to generate.