aboutsummaryrefslogtreecommitdiff
path: root/gdb/coffread.c
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1991-04-20 00:41:55 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1991-04-20 00:41:55 +0000
commitab8f22a975deb90b2b369f18c21b0b00d9d4eff5 (patch)
treeec22c8ef448817434c0dd8ed86d3b9d91925302f /gdb/coffread.c
parent696d660be015e9bb4630e09c6b02ddd7ed088e86 (diff)
downloadfsf-binutils-gdb-ab8f22a975deb90b2b369f18c21b0b00d9d4eff5.zip
fsf-binutils-gdb-ab8f22a975deb90b2b369f18c21b0b00d9d4eff5.tar.gz
fsf-binutils-gdb-ab8f22a975deb90b2b369f18c21b0b00d9d4eff5.tar.bz2
Fix comment (coff-encap -> dbx-in-coff).
Diffstat (limited to 'gdb/coffread.c')
-rw-r--r--gdb/coffread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/coffread.c b/gdb/coffread.c
index 50fbc54..68eed37 100644
--- a/gdb/coffread.c
+++ b/gdb/coffread.c
@@ -58,8 +58,8 @@ extern void free_all_psymtabs ();
/* To be an sdb debug type, type must have at least a basic or primary
derived type. Using this rather than checking against T_NULL is
- said to prevent core dumps if we try to operate on a coff-encap file.
- (I'm not sure that can happen with BFD...). */
+ said to prevent core dumps if we try to operate on Michael Bloom
+ dbx-in-coff file. */
#define SDB_TYPE(type) (BTYPE(type) | (type & N_TMASK))