aboutsummaryrefslogtreecommitdiff
path: root/gdb/xcoffread.c
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-05-04 23:16:27 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-05-04 23:16:27 +0000
commit67240bb8bd6340a4482b8591523c9fdaea11e2ce (patch)
tree57508ddae9a4f4a29b2ffacbaefe7309f1336118 /gdb/xcoffread.c
parent25d9cf039172049ce7cee3264e4439f2a988f328 (diff)
downloadgdb-67240bb8bd6340a4482b8591523c9fdaea11e2ce.zip
gdb-67240bb8bd6340a4482b8591523c9fdaea11e2ce.tar.gz
gdb-67240bb8bd6340a4482b8591523c9fdaea11e2ce.tar.bz2
Doc fix
Diffstat (limited to 'gdb/xcoffread.c')
-rw-r--r--gdb/xcoffread.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c
index 6fdf10c..d765f03 100644
--- a/gdb/xcoffread.c
+++ b/gdb/xcoffread.c
@@ -413,9 +413,9 @@ struct coff_symbol *cs;
/* In xcoff, we assume include files cannot be nested (not in .c files
of course, but in corresponding .s files.). */
- /* 14 Apr 93: A user said he got this message, but said he'd deleted
- the test case. I changed it from a fatal() to a complain()
- and changed the wording. */
+ /* This can happen with old versions of GCC.
+ GCC 2.3.3-930426 does not exhibit this on a test case which
+ a user said produced the message for him. */
struct complaint msg = {"Nested C_BINCL symbols", 0, 0};
complain (&msg);
}