diff options
Diffstat (limited to 'ld/testsuite/ld-mips-elf/got-page-7e.s')
-rw-r--r-- | ld/testsuite/ld-mips-elf/got-page-7e.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mips-elf/got-page-7e.s b/ld/testsuite/ld-mips-elf/got-page-7e.s new file mode 100644 index 0000000..c23382e --- /dev/null +++ b/ld/testsuite/ld-mips-elf/got-page-7e.s @@ -0,0 +1,6 @@ + # Make sure the loadable size of the library is large. + .section .bss + .globl g + .hidden g +g: + .space 0x800000 |