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