Remove now obsolete signame.c and signame.h; functionality is handled by
[deliverable/binutils-gdb.git] / gdb / convex-xdep.c
index c078d9e298f0e6e3fc573552a0f12eeda5c7aac1..6bd57ab80791a904cf4791df68312a636405fcca 100644 (file)
@@ -212,7 +212,6 @@ static void psw_info ();
 static sig_noop ();
 static ptr_cmp ();
 
-extern char *sys_siglist[];
 \f
 /* Execute ptrace.  Convex V7 replaced ptrace with pattach.
    Allow ptrace (0) as a no-op.  */
@@ -950,9 +949,7 @@ core_file_command (filename, from_tty)
 
          printf_filtered ("thread %d received signal %d, %s\n",
                           n, thread_signal[n],
-                          thread_signal[n] < NSIG
-                          ? sys_siglist[thread_signal[n]]
-                          : "(undocumented)");
+                          safe_strsignal (thread_signal[n]));
        }
 
       /* Select an interesting thread -- also-rans died with SIGKILL,
This page took 0.042209 seconds and 4 git commands to generate.