Change FIXME comment - should replace bubble sort by merge sort, not qsort.
This commit is contained in:
parent
d4d2dce553
commit
b57d4d17d6
1 changed files with 1 additions and 2 deletions
|
@ -835,8 +835,7 @@ end_symtab (end_addr, objfile, section)
|
||||||
OBJF_REORDERED is true, then sort the pending blocks. */
|
OBJF_REORDERED is true, then sort the pending blocks. */
|
||||||
if ((objfile->flags & OBJF_REORDERED) && pending_blocks)
|
if ((objfile->flags & OBJF_REORDERED) && pending_blocks)
|
||||||
{
|
{
|
||||||
/* FIXME! Remove this horrid bubble sort and use qsort!!!
|
/* FIXME! Remove this horrid bubble sort and use merge sort!!! */
|
||||||
It'd be a whole lot easier if they weren't in a linked list!!! */
|
|
||||||
int swapped;
|
int swapped;
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue