X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fcommon%2Fsim-signal.c;h=7ddf694c4976b78f0738543815040c9073289f60;hb=1ce22eebea40573551c2db2e7c83951154d14c81;hp=a34180db9c5a4b09a9169384bb3c7a80c5cbe8bd;hpb=a493e3e2e429e4832b8620bd920ad07d0c2892d7;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/common/sim-signal.c b/sim/common/sim-signal.c index a34180db9c..7ddf694c49 100644 --- a/sim/common/sim-signal.c +++ b/sim/common/sim-signal.c @@ -1,5 +1,5 @@ /* Simulator signal support - Copyright (C) 1997, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 1997-2020 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) {