projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4d2dce
)
Change FIXME comment - should replace bubble sort by merge sort, not qsort.
author
Per Bothner
<per@bothner.com>
Thu, 17 Apr 1997 21:32:25 +0000
(21:32 +0000)
committer
Per Bothner
<per@bothner.com>
Thu, 17 Apr 1997 21:32:25 +0000
(21:32 +0000)
gdb/buildsym.c
patch
|
blob
|
history
diff --git
a/gdb/buildsym.c
b/gdb/buildsym.c
index be8f787b47119a416f550fbef393be2ec3633c8c..b9c70b75ec2c36f7e0bfce1d623f9bb8637f4a23 100644
(file)
--- 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
{