bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/29512] ld non-canon ref to canon protected function check breaks


From: hjl.tools at gmail dot com
Subject: [Bug ld/29512] ld non-canon ref to canon protected function check breaks Solaris/x86
Date: Mon, 22 Aug 2022 17:18:46 +0000

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

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
The code in question is

              struct tm *tb = (kind == CPP_time_kind::FIXED
                               ? gmtime : localtime) (&tt);

There is no pointer comparison here.  We can ignore protected visibility in
shared libraries on Solaris.

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