diff options
Diffstat (limited to 'ld/testsuite/ld-mips-elf/got-page-1.ld')
-rw-r--r-- | ld/testsuite/ld-mips-elf/got-page-1.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-mips-elf/got-page-1.ld b/ld/testsuite/ld-mips-elf/got-page-1.ld index fe2afe68d49..3197c9b599b 100644 --- a/ld/testsuite/ld-mips-elf/got-page-1.ld +++ b/ld/testsuite/ld-mips-elf/got-page-1.ld @@ -16,7 +16,7 @@ SECTIONS .text : { *(.text) } . = ALIGN (0x10000); - _gp = . + 0x7ff0; + HIDDEN (_gp = . + 0x7ff0); .got : { *(.got) } . = ALIGN (0x400); |