diff options
Diffstat (limited to 'ld/testsuite/ld-mips-elf/pic-and-nonpic-1.ld')
-rw-r--r-- | ld/testsuite/ld-mips-elf/pic-and-nonpic-1.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-mips-elf/pic-and-nonpic-1.ld b/ld/testsuite/ld-mips-elf/pic-and-nonpic-1.ld index 3aa140e..d1a9c50 100644 --- a/ld/testsuite/ld-mips-elf/pic-and-nonpic-1.ld +++ b/ld/testsuite/ld-mips-elf/pic-and-nonpic-1.ld @@ -5,5 +5,5 @@ SECTIONS .pdr : { *(.pdr) } . = 0x41000; .text : { *(.text) } - _gp = 0x68000; + HIDDEN (_gp = 0x68000); } |