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