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:
d1307e4
)
* xcoffread.c (process_linenos): Fix typo in last change.
author
Jeff Law
<law@redhat.com>
Fri, 4 Aug 1995 20:40:44 +0000
(20:40 +0000)
committer
Jeff Law
<law@redhat.com>
Fri, 4 Aug 1995 20:40:44 +0000
(20:40 +0000)
gdb/xcoffread.c
patch
|
blob
|
history
diff --git
a/gdb/xcoffread.c
b/gdb/xcoffread.c
index b2f0ec17512fec06bdcfaf64ffeccac16da217f5..fda43e2ddeb6b67a42988781d95865a15b6c7e5f 100644
(file)
--- a/
gdb/xcoffread.c
+++ b/
gdb/xcoffread.c
@@
-606,7
+606,7
@@
process_linenos (start, end)
enter_line_range (tmpSubfile, inclTable[ii].begin,
inclTable[ii].end, start, 0, firstLine);
- if (offset <
= inclTable[ii].end)
+ if (offset <= inclTable[ii].end)
offset = inclTable[ii].end + LINESZ;
}