[LD][Testsuite] Add --no-dynamic-linker option to dynamic-1 rdynamic-1 test case.
authorRenlin Li <renlin.li@arm.com>
Tue, 13 Jun 2017 13:03:47 +0000 (14:03 +0100)
committerRenlin Li <renlin.li@arm.com>
Tue, 13 Jun 2017 13:35:01 +0000 (14:35 +0100)
commit8569cfa78c2cc8b5ef66b0bebddcc0e63231fb51
treee82d6b3911bd48b65bb323891e3c960434cbbfa7
parent55acdf2242372ae52abb25c80db8e75df5578b23
[LD][Testsuite] Add --no-dynamic-linker option to dynamic-1 rdynamic-1 test case.

arm-none-eabi-ld supports shared libraries. However, the toolchain may be
configured to generate statically linked executable by default.

It is required to have --no-dynamic-linker option before adding dynamic symbol
to static executable.
For dynamically linked executable, the behavior won't change.

ld/ChangeLog
2017-06-13  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.
ld/ChangeLog
ld/testsuite/ld-elf/shared.exp