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.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to