bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/15435] Gold rejects undefined weak hidden symbol


From: ppluzhnikov at google dot com
Subject: [Bug binutils/15435] Gold rejects undefined weak hidden symbol
Date: Thu, 23 Jan 2014 23:43:31 +0000

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.



reply via email to

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