Skip to content

Commit 980a2e4

Browse files
committed
lm32-linux ld testsuite fails
A number of the fails are due to ld supporting the creation of shared libraries but not allowing linking against them without using an option like -Bdynamic. FAIL: Symbol export class test (final shared object) FAIL: PROVIDE_HIDDEN test 4 FAIL: PROVIDE_HIDDEN test 6 FAIL: PROVIDE_HIDDEN test 10 FAIL: PROVIDE_HIDDEN test 12 FAIL: Build pr22471b.so FAIL: Build pr22649-2b.so FAIL: Build pr22649-2d.so FAIL: PR ld/20828 dynamic symbols with section GC (plain) FAIL: PR ld/20828 dynamic symbols with section GC (version script) FAIL: PR ld/20828 dynamic symbols with section GC (versioned) FAIL: PR ld/21233 dynamic symbols with section GC (--undefined) FAIL: PR ld/21233 dynamic symbols with section GC (--require-defined) FAIL: PR ld/21233 dynamic symbols with section GC (EXTERN) FAIL: Build pr22150 FAIL: PR ld/14170 FAIL: Link using broken linker script FAIL: pr17068 link --as-needed lib in group FAIL: ld-gc/pr20022 * emulparams/elf32lm32fd.sh (DYNAMIC_LINK): Undef.
1 parent 86b0c8d commit 980a2e4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ld/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2019-03-21 Alan Modra <amodra@gmail.com>
2+
3+
* emulparams/elf32lm32fd.sh (DYNAMIC_LINK): Undef.
4+
15
2019-03-21 Alan Modra <amodra@gmail.com>
26

37
* ldlang.c (lang_size_sections_1): Set SEC_KEEP on

ld/emulparams/elf32lm32fd.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
. ${srcdir}/emulparams/elf32lm32.sh
22
unset STACK_ADDR
3+
unset DYNAMIC_LINK
34
OUTPUT_FORMAT="elf32-lm32fdpic"
45
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
56
TEMPLATE_NAME=elf32

0 commit comments

Comments
 (0)