diff options
-rw-r--r-- | gdb/buildsym.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c index be8f787..b9c70b7 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -835,8 +835,7 @@ end_symtab (end_addr, objfile, section) OBJF_REORDERED is true, then sort the pending blocks. */ if ((objfile->flags & OBJF_REORDERED) && pending_blocks) { - /* FIXME! Remove this horrid bubble sort and use qsort!!! - It'd be a whole lot easier if they weren't in a linked list!!! */ + /* FIXME! Remove this horrid bubble sort and use merge sort!!! */ int swapped; do { |