summaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.h
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
commite9c063b84684ea2d56088a4f776ab36ae112093b (patch)
tree02ca1b95541f92f0057bcecfab60d9e373b315cb /gdb/gnu-nat.h
parent7d5b33c2d159b8b9cd6cf6b5b470f717ecfd4837 (diff)
downloadgdb-e9c063b84684ea2d56088a4f776ab36ae112093b.tar.gz
Zap __FUNCTION__.
Diffstat (limited to 'gdb/gnu-nat.h')
-rw-r--r--gdb/gnu-nat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gnu-nat.h b/gdb/gnu-nat.h
index cc430835f2c..bcdfe6e7779 100644
--- a/gdb/gnu-nat.h
+++ b/gdb/gnu-nat.h
@@ -96,6 +96,6 @@ extern int gnu_debug_flag;
#define debug(msg, args...) \
do { if (gnu_debug_flag) \
- fprintf_unfiltered (gdb_stdlog, "%s: " msg "\r\n", __FUNCTION__ , ##args); } while (0)
+ fprintf_unfiltered (gdb_stdlog, "%s:%d: " msg "\r\n", __FILE__ , __LINE__ , ##args); } while (0)
#endif /* __GNU_NAT_H__ */