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

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> ---
ICF in shared object is disabled for x86-64 on purpose.  But on i386, both
foo_hidden and foo_internal are folded into foo_prot.  Because of

      if (length(act[0]) == 0 || length(act[1]) == 0)
        {
          printf \"Safe Identical Code Folding did not fold $2 and $3\\n\"
          exit 1;
        }

we got the false error.

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