Trivial patch to remove dependency on host unsigned long type
[deliverable/binutils-gdb.git] / gdb / amd64nbsd-tdep.c
index 5775326569abae2c97d654b3fed3ea2d7b27b195..d785a900e0da4786914792bebd839b9e3d0684f0 100644 (file)
@@ -1,7 +1,6 @@
 /* Target-dependent code for NetBSD/amd64.
 
-   Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2003-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -40,7 +39,7 @@ static int
 amd64nbsd_sigtramp_p (struct frame_info *this_frame)
 {
   CORE_ADDR pc = get_frame_pc (this_frame);
-  char *name;
+  const char *name;
 
   find_pc_partial_function (pc, &name, NULL, NULL);
   return nbsd_pc_in_sigtramp (pc, name);
This page took 0.024012 seconds and 4 git commands to generate.