bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/22064] New: x86_64-linux fails pr19579 test


From: amodra at gmail dot com
Subject: [Bug ld/22064] New: x86_64-linux fails pr19579 test
Date: Fri, 01 Sep 2017 23:47:29 +0000

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

            Bug ID: 22064
           Summary: x86_64-linux fails pr19579 test
           Product: binutils
           Version: 2.30 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ld
          Assignee: unassigned at sourceware dot org
          Reporter: amodra at gmail dot com
  Target Milestone: ---

Seen when configuring binutils with CFLAGS="-g -Og" using gcc (Ubuntu
4.9.4-2ubuntu1~16.04) 4.9.4 on x86_64-linux.

FAIL: Run pr19579
FAIL: Run pr19579 (-z now)

This code in elf_x86_64_finish_dynamic_symbol

      else if (bfd_link_pic (info)
               && SYMBOL_REFERENCES_LOCAL (info, h))
        {
          if (!h->def_regular)
            return FALSE;

is returning false when processing "foo".

-- 
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]