projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8205c9
)
Oops, forgot the parens.
author
Stan Shebs
<shebs@codesourcery.com>
Tue, 25 Jul 1995 23:35:55 +0000
(23:35 +0000)
committer
Stan Shebs
<shebs@codesourcery.com>
Tue, 25 Jul 1995 23:35:55 +0000
(23:35 +0000)
gdb/mdebugread.c
patch
|
blob
|
history
diff --git
a/gdb/mdebugread.c
b/gdb/mdebugread.c
index
e5b3df0
..
54d4b6a
100644
(file)
--- a/
gdb/mdebugread.c
+++ b/
gdb/mdebugread.c
@@
-3190,9
+3190,11
@@
psymtab_to_symtab_1 (pst, filename)
;
}
else
- /* Handle encoded stab line number. */
- valu += ANOFFSET (pst->section_offsets, SECT_OFF_TEXT);
- record_line (current_subfile, sh.index, valu);
+ {
+ /* Handle encoded stab line number. */
+ valu += ANOFFSET (pst->section_offsets, SECT_OFF_TEXT);
+ record_line (current_subfile, sh.index, valu);
+ }
}
else if (sh.st == stProc || sh.st == stStaticProc
|| sh.st == stStatic || sh.st == stEnd)