bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/20276] LD fails to handle common symbol with LTO


From: hjl.tools at gmail dot com
Subject: [Bug ld/20276] LD fails to handle common symbol with LTO
Date: Sun, 19 Jun 2016 00:16:08 +0000

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

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
It happens on x86 since it scans relocations after opening all input
files.  get_symbols in plugin.c is called before non_ir_ref is set
during relocation scan. non_ir_ref must be set when setting a symbol
definition in IR if relocation is scanned after opening all input
files.

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