[committed, PATCH] PR ld/18808: aborting at bfd/elf64-x86-64.c:3791 in elf_x86_64_relocate_section

H.J. Lu hjl.tools@gmail.com
Wed Aug 12 02:07:00 GMT 2015


On Tue, Aug 11, 2015 at 5:58 PM, Alan Modra <amodra@gmail.com> wrote:
> On Tue, Aug 11, 2015 at 01:00:42PM -0700, H.J. Lu wrote:
>> +       if ((input_section->flags & SEC_ALLOC) == 0)
>> +         {
>> +           /* Dynamic relocs are not propagated for SEC_DEBUGGING
>> +              sections because such sections are not SEC_ALLOC and
>> +              thus ld.so will not process them.  */
>> +           if ((input_section->flags & SEC_DEBUGGING) != 0)
>> +             break;
>
> Shouldn't this be "continue"?
>

You are right.  I checked in this to fix it.

Thanks.

-- 
H.J.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Properly-skip-IFUNC-relocations-in-debug-sections.patch
Type: text/x-patch
Size: 1947 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20150812/784f503e/attachment.bin>


More information about the Binutils mailing list