sim: cgen: inline cgen_init logic
[deliverable/binutils-gdb.git] / sim / common / sim-signal.h
index e9c242b8fe68fa9b04d42cc28603a70be7bf03b5..2820b0ace29843c73165f69cd711a5f58fb714bf 100644 (file)
@@ -1,5 +1,5 @@
 /* Simulator signal support
-   Copyright (C) 1997, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1997-2021 Free Software Foundation, Inc.
    Contributed by Cygnus Support
 
 This file is part of the GNU Simulators.
@@ -46,6 +46,6 @@ typedef enum {
 } SIM_SIGNAL;
 
 int sim_signal_to_host (SIM_DESC sd, SIM_SIGNAL);
-enum target_signal sim_signal_to_target (SIM_DESC sd, SIM_SIGNAL);
+enum gdb_signal sim_signal_to_gdb_signal (SIM_DESC sd, SIM_SIGNAL);
 
 #endif /* SIM_SIGNAL_H */
This page took 0.022723 seconds and 4 git commands to generate.