asan: score: global-buffer-overflow
[deliverable/binutils-gdb.git] / sim / common / sim-signal.c
index a34180db9c5a4b09a9169384bb3c7a80c5cbe8bd..258766ff00b6b55095f32ac81c72858a72bcec70 100644 (file)
@@ -1,5 +1,5 @@
 /* Simulator signal support
-   Copyright (C) 1997, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 1997-2019 Free Software Foundation, Inc.
    Contributed by Cygnus Support
 
 This file is part of the GNU Simulators.
@@ -95,7 +95,7 @@ sim_signal_to_host (SIM_DESC sd, SIM_SIGNAL sig)
 }
 
 enum gdb_signal
-sim_signal_to_target (SIM_DESC sd, SIM_SIGNAL sig)
+sim_signal_to_gdb_signal (SIM_DESC sd, SIM_SIGNAL sig)
 {
   switch (sig)
     {
This page took 0.033026 seconds and 4 git commands to generate.