Skip to content

Commit 4249a53

Browse files
committed
Fix some ldscripts/pr24008 fails
These targets were all failing due to extra symbols. pdp11-dec-aout +FAIL: ld-scripts/pr24008 powerpc-aix5.1 +FAIL: ld-scripts/pr24008 powerpc-aix5.2 +FAIL: ld-scripts/pr24008 rs6000-aix4.3.3 +FAIL: ld-scripts/pr24008 rs6000-aix5.1 +FAIL: ld-scripts/pr24008 rs6000-aix5.2 +FAIL: ld-scripts/pr24008 Some fails remain, those I saw were segfaults or assertion fails that indicate target bugs. PR ld/24008 * testsuite/ld-scripts/pr24008.d: Pass with extra target defined symbols.
1 parent 83924b3 commit 4249a53

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

ld/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2019-02-06 Alan Modra <[email protected]>
2+
3+
PR ld/24008
4+
* testsuite/ld-scripts/pr24008.d: Pass with extra target
5+
defined symbols.
6+
17
2019-02-05 H.J. Lu <[email protected]>
28

39
PR ld/24151

ld/testsuite/ld-scripts/pr24008.d

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44

55
#...
66
0+42 A defined
7+
#...
78
0+42 A sym1
9+
#...
810
0+43 A sym2
11+
#pass

0 commit comments

Comments
 (0)