aboutsummaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-09-29 15:25:30 +0000
committerAndrew Cagney <cagney@redhat.com>2002-09-29 15:25:30 +0000
commit89396210455da37ec37c86d27bd3979bfb031713 (patch)
tree53267af4552a2d8ad6038e6643f93e12bca09f49 /gdb/gnu-nat.c
parent0aee02e4183ab12dad124c6ceb63c9eea93d206a (diff)
downloadfsf-binutils-gdb-89396210455da37ec37c86d27bd3979bfb031713.zip
fsf-binutils-gdb-89396210455da37ec37c86d27bd3979bfb031713.tar.gz
fsf-binutils-gdb-89396210455da37ec37c86d27bd3979bfb031713.tar.bz2
Zap __FUNCTION__.
Diffstat (limited to 'gdb/gnu-nat.c')
-rw-r--r--gdb/gnu-nat.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c
index 59aad5d..e332dba 100644
--- a/gdb/gnu-nat.c
+++ b/gdb/gnu-nat.c
@@ -1759,31 +1759,31 @@ ill_rpc (char *fun)
error_t
do_mach_notify_no_senders (mach_port_t notify, mach_port_mscount_t count)
{
- return ill_rpc (__FUNCTION__);
+ return ill_rpc ("do_mach_notify_no_senders");
}
error_t
do_mach_notify_port_deleted (mach_port_t notify, mach_port_t name)
{
- return ill_rpc (__FUNCTION__);
+ return ill_rpc ("do_mach_notify_port_deleted");
}
error_t
do_mach_notify_msg_accepted (mach_port_t notify, mach_port_t name)
{
- return ill_rpc (__FUNCTION__);
+ return ill_rpc ("do_mach_notify_msg_accepted");
}
error_t
do_mach_notify_port_destroyed (mach_port_t notify, mach_port_t name)
{
- return ill_rpc (__FUNCTION__);
+ return ill_rpc ("do_mach_notify_port_destroyed");
}
error_t
do_mach_notify_send_once (mach_port_t notify)
{
- return ill_rpc (__FUNCTION__);
+ return ill_rpc ("do_mach_notify_send_once");
}
@@ -1845,13 +1845,13 @@ error_t
S_proc_setmsgport_reply (mach_port_t reply, error_t err,
mach_port_t old_msg_port)
{
- return ill_rpc (__FUNCTION__);
+ return ill_rpc ("S_proc_setmsgport_reply");
}
error_t
S_proc_getmsgport_reply (mach_port_t reply, error_t err, mach_port_t msg_port)
{
- return ill_rpc (__FUNCTION__);
+ return ill_rpc ("S_proc_getmsgport_reply");
}
@@ -1890,7 +1890,7 @@ S_msg_sig_post_untraced_reply (mach_port_t reply, error_t err)
error_t
S_msg_sig_post_reply (mach_port_t reply, error_t err)
{
- return ill_rpc (__FUNCTION__);
+ return ill_rpc ("S_msg_sig_post_reply");
}