[Bug gold/5990] running out of file descriptors when linking >1024 files

2008-07-25 Thread shausman at trolltech dot com
--- Additional Comments From shausman at trolltech dot com 2008-07-25 10:35 --- I still see the problem, the error message is different though: ld: out of file descriptors and couldn't close any -- What|Removed |Added ---

Re: [Bug ld/6766] New: Should "--entry foo" imply "-u foo"?

2008-07-25 Thread Nick Clifton
Hi H.J. Should "--entry foo" imply "-u foo"? If we are creating an executable then yes. Cheers Nick ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils

[Bug ld/6766] Should "--entry foo" imply "-u foo"?

2008-07-25 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-07-25 15:48 --- Subject: Re: New: Should "--entry foo" imply "-u foo"? Hi H.J. > Should "--entry foo" imply "-u foo"? If we are creating an executable then yes. Cheers Nick -- http://sourceware.org/bugzilla/show_bug

[Bug ld/6761] abbrev_offset in DWARF2 info is set incorrectly (zero) by ld

2008-07-25 Thread drow at false dot org
--- Additional Comments From drow at false dot org 2008-07-25 16:00 --- Subject: Re: abbrev_offset in DWARF2 info is set incorrectly (zero) by ld On Thu, Jul 24, 2008 at 03:12:17PM -, nickc at redhat dot com wrote: > The problem with GDB has two parts. Firstly the code in

Re: [Bug ld/6761] abbrev_offset in DWARF2 info is set incorrectly (zero) by ld

2008-07-25 Thread Nick Clifton
Hi Daniel, Current versions do this and have for a long time; search for symfile_relocate_debug_section. Interesting. Would you care to try running a recent gdb on Bjarne's test file org.o (found in the dwarf_bug.zip archive that was uploaded to this PR) ? I tried it and gdb did segfault a

[Bug ld/6761] abbrev_offset in DWARF2 info is set incorrectly (zero) by ld

2008-07-25 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-07-25 16:41 --- Subject: Re: abbrev_offset in DWARF2 info is set incorrectly (zero) by ld Hi Daniel, > Current versions do this and have for a long time; search for > symfile_relocate_debug_section. Interesting. Would you ca