[LD][Testsuite] Add --no-dynamic-linker option to dynamic-1 rdynamic-1 test case.
H.J. Lu
hjl.tools@gmail.com
Mon Jun 12 12:33:00 GMT 2017
On Mon, Jun 12, 2017 at 3:13 AM, Renlin Li <renlin.li@foss.arm.com> wrote:
> Hi all,
>
> After the change here:
> https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=3c5fce9bc29b216af7d10f8d6e4d8c3f11a48359
>
> dynamic-1 rdynamic-1 start to fail.
>
> It is required to have --no-dynamic-linker together with -static
> -E/--dynamic-list before adding dynamic symbol table to static executable.
But they aren't static executables:
[hjl@gnu-tools-1 build-x86_64-linux]$ ldd ld/tmpdir/dynamic-1
linux-vdso.so.1 (0x00007ffdbcd6e000)
libc.so.6 => /lib64/libc.so.6 (0x00007f086348a000)
/lib64/ld-linux-x86-64.so.2 (0x0000555e4a89c000)
[hjl@gnu-tools-1 build-x86_64-linux]$ ldd ld/tmpdir/rdynamic-1
linux-vdso.so.1 (0x00007fff041b2000)
libc.so.6 => /lib64/libc.so.6 (0x00007fa502db2000)
/lib64/ld-linux-x86-64.so.2 (0x0000558a968c9000)
[hjl@gnu-tools-1 build-x86_64-linux]$
Why are they static on your machine?
> This patch add "--no-dynamic-linker" to the testes. Okay to commit?
>
> Regards,
> Renlin
>
>
> ld/ChangeLog:
>
> 2017-06-12 Renlin Li <renlin.li@arm.com>
>
> * testsuite/ld-elf/shared.exp (build_tests): Add --no-dynamic-linker
> option to
> rdynamic-1 and dynamic-1 tests.
--
H.J.
More information about the Binutils
mailing list