diff options
Diffstat (limited to 'ld/testsuite/ld-scripts/cross6.t')
-rw-r--r-- | ld/testsuite/ld-scripts/cross6.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-scripts/cross6.t b/ld/testsuite/ld-scripts/cross6.t index 4664221..0f23ca0 100644 --- a/ld/testsuite/ld-scripts/cross6.t +++ b/ld/testsuite/ld-scripts/cross6.t @@ -2,8 +2,8 @@ NOCROSSREFS_TO(.text .data) SECTIONS { - .text : { *(.text) } - .data : { *(.data) *(.opd) } + .text : { *(.text) *(.text.*) } + .data : { *(.data) *(.data.*) *(.sdata) *(.opd) } .bss : { *(.bss) *(COMMON) } /DISCARD/ : { *(*) } } |