2012-02-21 Pedro Alves <palves@redhat.com>
[deliverable/binutils-gdb.git] / gdb / alphanbsd-tdep.c
index d0d85ac907bdf066ce8e0b2f4f9287d7a9b236a8..bc1738595a671aebb5ac6405b636c58ed676013c 100644 (file)
@@ -1,7 +1,6 @@
 /* Target-dependent code for NetBSD/alpha.
 
-   Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 2002-2004, 2006-2012 Free Software Foundation, Inc.
 
    Contributed by Wasabi Systems, Inc.
 
@@ -242,7 +241,7 @@ alphanbsd_sigtramp_offset (struct gdbarch *gdbarch, CORE_ADDR pc)
 
 static int
 alphanbsd_pc_in_sigtramp (struct gdbarch *gdbarch,
-                         CORE_ADDR pc, char *func_name)
+                         CORE_ADDR pc, const char *func_name)
 {
   return (nbsd_pc_in_sigtramp (pc, func_name)
          || alphanbsd_sigtramp_offset (gdbarch, pc) >= 0);
This page took 0.030405 seconds and 4 git commands to generate.