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:
16e4615
)
(coff_symtab_read): Fix a typo in a comment.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 8 Nov 2008 09:38:06 +0000
(09:38 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 8 Nov 2008 09:38:06 +0000
(09:38 +0000)
gdb/coffread.c
patch
|
blob
|
history
diff --git
a/gdb/coffread.c
b/gdb/coffread.c
index add6cddbde589a15acbf9e6d0eef861754feb6c4..86975540d838da5e2ec224fd45c059640832e6ad 100644
(file)
--- a/
gdb/coffread.c
+++ b/
gdb/coffread.c
@@
-1081,7
+1081,7
@@
coff_symtab_read (long symtab_offset, unsigned int nsyms,
if ((nsyms == 0) && (pe_file))
{
- /* We've got no debugging symbols, but it's
is
a portable
+ /* We've got no debugging symbols, but it's a portable
executable, so try to read the export table */
read_pe_exported_syms (objfile);
}