bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/22220] BFD linker plugin wrongly marks symbols as PREVAILING_DEF


From: hjl.tools at gmail dot com
Subject: [Bug ld/22220] BFD linker plugin wrongly marks symbols as PREVAILING_DEF_IRONLY
Date: Wed, 27 Sep 2017 20:55:02 +0000

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

--- Comment #8 from H.J. Lu <hjl.tools at gmail dot com> ---
address@hidden pr22220]$ cat lib.v
BAR {
global:
        *;
};
address@hidden pr22220]$ make
g++ -B./ -flto   -c -o main.o main.cc
g++ -B./ -shared -o libtest.so -fPIC lib.c -Wl,--version-script,lib.v
g++ -B./ -o x main.o libtest.so -Wl,-R,. # --save-temps -Wl,-plugin-save-temps
./x
address@hidden pr22220]$

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