aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/reloc-estimate-1.ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-mips-elf/reloc-estimate-1.ld')
-rw-r--r--ld/testsuite/ld-mips-elf/reloc-estimate-1.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-mips-elf/reloc-estimate-1.ld b/ld/testsuite/ld-mips-elf/reloc-estimate-1.ld
index 776e503..ec4c345 100644
--- a/ld/testsuite/ld-mips-elf/reloc-estimate-1.ld
+++ b/ld/testsuite/ld-mips-elf/reloc-estimate-1.ld
@@ -20,7 +20,7 @@ SECTIONS
.data : { *(.data) }
. = ALIGN (0x400);
- _gp = . + 0x7ff0;
+ HIDDEN (_gp = . + 0x7ff0);
.got : { *(.got) }
}