diff options
author | Pedro Alves <palves@redhat.com> | 2012-03-01 21:11:23 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-03-01 21:11:23 +0000 |
commit | ed01b82c02dfcd2b9650505045bac2ca8b3122fb (patch) | |
tree | 8c05ee36fc16d3bd1019095c88cec052ea2ed4c0 /gdb/target.h | |
parent | c9b873354a17fb8e065e86cb32117524ea796375 (diff) | |
download | binutils-gdb-ed01b82c02dfcd2b9650505045bac2ca8b3122fb.tar.gz |
2012-03-01 Pedro Alves <palves@redhat.com>
* common/signals.c (default_target_signal_to_host)
(default_target_signal_from_host): Move ...
* arch-utils.c: ... here.
* arch-utils.h (default_target_signal_to_host)
(default_target_signal_from_host): Declare.
* common/signals.c (target_signal_from_command): Move ...
* infrun.c: ... here.
* inferior.h (target_signal_from_command): Declare.
* target.h (target_signal_from_command)
(default_target_signal_from_host, default_target_signal_to_host):
Delete declarations.
* common/signals.c (_initialize_signals): Delete.
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/target.h b/gdb/target.h index e786817b330..e5679b11880 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -1827,16 +1827,6 @@ extern int remote_timeout; /* This is for native targets which use a unix/POSIX-style waitstatus. */ extern void store_waitstatus (struct target_waitstatus *, int); -/* These are in common/signals.c, but they're only used by gdb. */ -extern enum target_signal default_target_signal_from_host (struct gdbarch *, - int); -extern int default_target_signal_to_host (struct gdbarch *, - enum target_signal); - -/* Convert from a number used in a GDB command to an enum target_signal. */ -extern enum target_signal target_signal_from_command (int); -/* End of files in common/signals.c. */ - /* Set the show memory breakpoints mode to show, and installs a cleanup to restore it back to the current value. */ extern struct cleanup *make_show_memory_breakpoints_cleanup (int show); |