diff options
Diffstat (limited to 'ld/testsuite/ld-scripts/pr14962-2.t')
-rw-r--r-- | ld/testsuite/ld-scripts/pr14962-2.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-scripts/pr14962-2.t b/ld/testsuite/ld-scripts/pr14962-2.t index f2c603b..5b42fc0 100644 --- a/ld/testsuite/ld-scripts/pr14962-2.t +++ b/ld/testsuite/ld-scripts/pr14962-2.t @@ -6,6 +6,6 @@ SECTIONS .text TOTO : { x = ABSOLUTE(TOTO); - *(*.text) + *(.text) } } |