bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/17731] ld: internal error in set_section_addresses, at script-


From: ccoutant at google dot com
Subject: [Bug gold/17731] ld: internal error in set_section_addresses, at script-sections.cc:2491
Date: Fri, 19 Dec 2014 17:27:12 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=17731

Cary Coutant <ccoutant at google dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #1 from Cary Coutant <ccoutant at google dot com> ---
Possibly due to this limitation in Output_section::get_input_sections():

// Get the input sections for linker script processing.  We leave
// behind the Output_section_data entries.  Note that this may be
// slightly incorrect for merge sections.  We will leave them behind,
// but it is possible that the script says that they should follow
// some other input sections, as in:
//    .rodata { *(.rodata) *(.rodata.cst*) }
// For that matter, we don't handle this correctly:
//    .rodata { foo.o(.rodata.cst*) *(.rodata.cst*) }
// With luck this will never matter.

Can you attach a tarball with the script and input files?

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]