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

--- Comment #8 from H.J. Lu <hjl.tools at gmail dot com> ---
[hjl@gnu-efi-2 pr22220]$ cat lib.v
BAR {
global:
        *;
};
[hjl@gnu-efi-2 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
[hjl@gnu-efi-2 pr22220]$

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