diff options
author | Fred Fish <fnf@specifix.com> | 1996-05-08 23:34:34 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-05-08 23:34:34 +0000 |
commit | 3f37b6961216048f92b5fa82d8f33d395e27c05b (patch) | |
tree | 150668eaa46d574171ec49d8ccc57fd047924e61 /gdb/xcoffread.c | |
parent | db1e2aa7e44fea30f7a7c8c0308fedb5c763790b (diff) | |
download | ppe42-binutils-3f37b6961216048f92b5fa82d8f33d395e27c05b.tar.gz ppe42-binutils-3f37b6961216048f92b5fa82d8f33d395e27c05b.zip |
* breakpoint.c (clear_momentary_breakpoints): Remove dead code
that is referenced nowhere else.
(set_breakpoint): Ditto.
(do_enable_breakpoint): Created from enable_once_breakpoint
with a couple of changes.
(enable_breakpoint): Call do_enable_breakpoint with an appropriate
bpdisp enum value to set disposition of breakpoint.
(enable_once_breakpoint): Ditto.
(enable_delete_breakpoint): Ditto.
* breakpoint.h (clear_momentary_breakpoints): Remove prototype.
* symtab.c (find_pc_line): Improve comments.
* gdbtk.c: Fix a couple of misspellings.
* xcoffread.c: Ditto.
Diffstat (limited to 'gdb/xcoffread.c')
-rw-r--r-- | gdb/xcoffread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c index b0b96121b6..c2e790575e 100644 --- a/gdb/xcoffread.c +++ b/gdb/xcoffread.c @@ -370,8 +370,8 @@ compare_lte (lte1, lte2) return lte1->pc - lte2->pc; } -/* Give a line table with function entries are marked, arrange its functions - in assending order and strip off function entry markers and return it in +/* Given a line table with function entries are marked, arrange its functions + in ascending order and strip off function entry markers and return it in a newly created table. If the old one is good enough, return the old one. */ /* FIXME: I think all this stuff can be replaced by just passing sort_linevec = 1 to end_symtab. */ |