https://sourceware.org/bugzilla/show_bug.cgi?id=16477
H.J. Lu <hjl.tools at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |WAITING --- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> --- It works for me: [hjl@gnu-6 pr16477]$ make gcc -B./ -O -g -c -o test1.o test1.c gcc -B./ -O -g -fPIC -c -o libb.o libb.c gcc -B./ -O -g -fPIC -c -o liba.o liba.c gcc -B./ -o liba.so -shared liba.o -Wl,--version-script=liba.sym gcc -B./ -o libb.so -shared libb.o liba.so -Wl,--version-script=libb.sym gcc -B./ -o test1 test1.o libb.so -Wl,-rpath,. -L. test1.o: In function `main': /export/home/hjl/bugs/binutils/pr16477/test1.c:5: warning: sd_get_seats is obsolete ./test1 bla bla [hjl@gnu-6 pr16477]$ Please verify it with the current master branch. There should be no additional changes needed since PR 16467 has been fixed. -- 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