[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/16477] ld fails with internal error in elf_x86_64_relocate
From: |
hjl.tools at gmail dot com |
Subject: |
[Bug binutils/16477] ld fails with internal error in elf_x86_64_relocate_section with .gnu.warning.<symbol> section |
Date: |
Tue, 21 Jan 2014 23:52:41 +0000 |
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:
address@hidden 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
address@hidden 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.