tic4x: sign extension using shifts
[deliverable/binutils-gdb.git] / gdb / nbsd-tdep.c
index 54cdda0dfa109fa9935b4717a05a35d161fd693d..49bb2b706bdac522941cb862962f0e0bd48b6734 100644 (file)
@@ -1,6 +1,6 @@
 /* Common target-dependent code for NetBSD systems.
 
-   Copyright (C) 2002-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002-2020 Free Software Foundation, Inc.
 
    Contributed by Wasabi Systems, Inc.
   
@@ -20,7 +20,6 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-#include "gdb_string.h"
 #include "solib-svr4.h"
 #include "nbsd-tdep.h"
 
@@ -46,5 +45,5 @@ nbsd_pc_in_sigtramp (CORE_ADDR pc, const char *func_name)
      have function names which begin with "__sigtramp".  */
 
   return (func_name != NULL
-         && strncmp (func_name, "__sigtramp", 10) == 0);
+         && startswith (func_name, "__sigtramp"));
 }
This page took 0.026143 seconds and 4 git commands to generate.