[Bug ld/3006] --sort-section name is brorken

2006-08-08 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-08-08 14:04 --- Created an attachment (id=1213) -- (http://sourceware.org/bugzilla/attachment.cgi?id=1213action=view) Check for a tree node with no section specified -- http://sourceware.org/bugzilla/show_bug.cgi?id=3006

[Bug ld/3006] --sort-section name is brorken

2006-08-08 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-08-08 14:05 --- Hi H.J. I am probably wrong, but this looks like a simple case of a missing check for a NULL pointer. The uploaded patch for example allows your test case to link successfully. What do you think ? Cheers

[Bug ld/3006] --sort-section name is brorken

2006-08-08 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-08-08 15:14 --- I think it is wrong. The problem is handler_data [1] is used for 2 things, wildcard first. And then it was treated as tree later. I added 2 new tests today. I think one of them may fail with your patch. I posted a

[Bug ld/3006] --sort-section name is brorken

2006-08-08 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-08-08 15:59 --- Subject: Re: --sort-section name is brorken Hi H.J. I think it is wrong. The problem is handler_data [1] is used for 2 things, wildcard first. And then it was treated as tree later. I added 2 new tests

[Bug ld/3006] --sort-section name is brorken

2006-08-08 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-08-08 16:09 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED