aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-tic6x/dsbt.ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-tic6x/dsbt.ld')
-rw-r--r--ld/testsuite/ld-tic6x/dsbt.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-tic6x/dsbt.ld b/ld/testsuite/ld-tic6x/dsbt.ld
index ff162f3..fdde8ba 100644
--- a/ld/testsuite/ld-tic6x/dsbt.ld
+++ b/ld/testsuite/ld-tic6x/dsbt.ld
@@ -56,7 +56,7 @@ SECTIONS
.rela.plt : { *(.rela.plt) }
.plt : { *(.plt) }
.text : { *(.text*) }
- PROVIDE_HIDDEN (__c6xabi_DSBT_BASE = .);
+ . = .; PROVIDE_HIDDEN (__c6xabi_DSBT_BASE = .);
.got : { *(.dsbt) *(.got.plt) *(.igot.plt) *(.got) *(.igot) }
.neardata : { *(.neardata .neardata.* .gnu.linkonce.s.*) }
.rodata : { *(.rodata .rodata.*) }