Skip to content

Commit 37f3ab9

Browse files
committed
mips XPASS pr26936
git commit 994b251 "Ignore section symbols when matching linkonce with comdat" cured the reason why this test used to fail on mips. * testsuite/ld-elf/pr26936.d: No longer xfail mips. (cherry picked from commit c78eec4)
1 parent 760c937 commit 37f3ab9

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

ld/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2021-01-21 Alan Modra <amodra@gmail.com>
2+
3+
* testsuite/ld-elf/pr26936.d: No longer xfail mips.
4+
15
2021-01-19 Nelson Chu <nelson.chu@sifive.com>
26

37
* testsuite/ld-elf/elf.exp (riscv_little_endian): Added. Return true

ld/testsuite/ld-elf/pr26936.d

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
#target: [check_shared_lib_support]
88
# Assembly source file for the HPPA assembler is renamed and modifed by
99
# sed. mn10300 and riscv put different numbers of local symbols in
10-
# linkonce section and comdat sections. Some MIPS targets put section
11-
# names in symbol table. xtensa has more than one member in comdat
12-
# groups.
13-
#xfail: am33_2.0-*-* hppa*-*-hpux* mips*-*-elf mips*-*-irix*
14-
#xfail: mn10300-*-* tx39*-*-* riscv*-*-* xtensa*-*-*
10+
# linkonce section and comdat sections. xtensa has more than one member
11+
# in comdat groups.
12+
#xfail: am33_2.0-*-* hppa*-*-hpux* mn10300-*-* riscv*-*-* xtensa*-*-*
1513

1614
#...
1715
CU: .*/pr26936c.s:

0 commit comments

Comments
 (0)