From: Per Bothner Date: Thu, 17 Apr 1997 21:32:25 +0000 (+0000) Subject: Change FIXME comment - should replace bubble sort by merge sort, not qsort. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b57d4d17d64d0402e2b8faa74ae70d540e5e0b9c;p=binutils-gdb.git Change FIXME comment - should replace bubble sort by merge sort, not qsort. --- diff --git a/gdb/buildsym.c b/gdb/buildsym.c index be8f787b471..b9c70b75ec2 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 {