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

Paul Pluzhnikov <ppluzhnikov at google dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at sourceware dot org   |ccoutant at google dot 
com

--- Comment #3 from Paul Pluzhnikov <ppluzhnikov at google dot com> ---
Just hit this one too, using
GNU gold (GNU Binutils 2.24.51.20131021) 1.11

The test case doesn't need any assembly:

extern void undefined () __attribute__((visibility("hidden")))
  __attribute__((weak));

int main ()
{
  if (&undefined != 0) return 1;
  return 0;
}

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