diff options
Diffstat (limited to 'gdb/xcoffread.c')
-rw-r--r-- | gdb/xcoffread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c index 28948d5..4abaee9 100644 --- a/gdb/xcoffread.c +++ b/gdb/xcoffread.c @@ -295,6 +295,8 @@ compare_lte (lte1, lte2) /* 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 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. */ static struct linetable * arrange_linetable (oldLineTb) |