src/ld ChangeLog ldlang.c
nickc@sourceware.org
nickc@sourceware.org
Sun Jul 23 15:32:00 GMT 2006
CVSROOT: /cvs/src
Module name: src
Changes by: nickc@sourceware.org 2006-07-23 15:32:08
Modified files:
ld : ChangeLog ldlang.c
Log message:
* ldlang.c (lang_section_bst): New structure for sorting sections by name.
(wild_sort_fast): New function: Insert a section into a binary search tree.
(output_section_callback_fast): New function: Store a section in BST.
(output_section_callback_tree_to_list): New function: Convert a BST into a list.
(analyze_walk_wild_section_handler): Initialize handler_data elements.
(wild): If the data is sorted by name use the BST method to sort the names.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.1550&r2=1.1551
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ldlang.c.diff?cvsroot=src&r1=1.226&r2=1.227
More information about the Binutils-cvs
mailing list