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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
This is intentional since copy relocation doesn't work with protected data
in shared libraries. The executable uses the copy and the shared library uses
the original. They can be out of sync. You can avoid it by compiling
protected1a.c with -mno-direct-extern-access.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to