diff options
Diffstat (limited to 'ld/testsuite/ld-scripts/cross3.t')
-rw-r--r-- | ld/testsuite/ld-scripts/cross3.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-scripts/cross3.t b/ld/testsuite/ld-scripts/cross3.t index 5411b9b68048..5e32bb2fca69 100644 --- a/ld/testsuite/ld-scripts/cross3.t +++ b/ld/testsuite/ld-scripts/cross3.t @@ -4,7 +4,7 @@ SECTIONS { .text : { *(.text) } .nocrossrefs : { *(.nocrossrefs) } - .data : { *(.data) } + .data : { *(.data) *(.opd) } .bss : { *(.bss) *(COMMON) } /DISCARD/ : { *(*) } } |