projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
696d660
)
Fix comment (coff-encap -> dbx-in-coff).
author
Jim Kingdon
<jkingdon@engr.sgi.com>
Sat, 20 Apr 1991 00:41:55 +0000
(
00:41
+0000)
committer
Jim Kingdon
<jkingdon@engr.sgi.com>
Sat, 20 Apr 1991 00:41:55 +0000
(
00:41
+0000)
gdb/coffread.c
patch
|
blob
|
history
diff --git
a/gdb/coffread.c
b/gdb/coffread.c
index 50fbc540267376f79965abbbb22e5cbff08df822..68eed3761cdb7627b80b4e3d626b950c4a584a6b 100644
(file)
--- 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))