* symtab.h (struct linetable), xcoffread.c (arrange_linetable):
[deliverable/binutils-gdb.git] / gdb / xcoffread.c
index 28948d536624a7f51414bd051a3c4dc9587d0fe0..4abaee9a35dd4897d0324ca5bc5589016f532863 100644 (file)
@@ -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)
This page took 0.025066 seconds and 4 git commands to generate.