mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 19:46:09 +08:00
Change FIXME comment - should replace bubble sort by merge sort, not qsort.
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user