]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix comment (coff-encap -> dbx-in-coff).
authorJim Kingdon <jkingdon@engr.sgi.com>
Sat, 20 Apr 1991 00:41:55 +0000 (00:41 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sat, 20 Apr 1991 00:41:55 +0000 (00:41 +0000)
gdb/coffread.c

index 50fbc540267376f79965abbbb22e5cbff08df822..68eed3761cdb7627b80b4e3d626b950c4a584a6b 100644 (file)
@@ -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))