ubsan: spu: left shift of negative value
[deliverable/binutils-gdb.git] / gdb / nbsd-tdep.c
index 93da2c694cd4ba5a4514883c17ee5249e93c7f79..49bb2b706bdac522941cb862962f0e0bd48b6734 100644 (file)
@@ -1,6 +1,6 @@
 /* Common target-dependent code for NetBSD systems.
 
-   Copyright (C) 2002-2014 Free Software Foundation, Inc.
+   Copyright (C) 2002-2020 Free Software Foundation, Inc.
 
    Contributed by Wasabi Systems, Inc.
   
@@ -45,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.024641 seconds and 4 git commands to generate.