diff options
Diffstat (limited to 'ld/testsuite/ld-mips-elf/got-dump-2.ld')
-rw-r--r-- | ld/testsuite/ld-mips-elf/got-dump-2.ld | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mips-elf/got-dump-2.ld b/ld/testsuite/ld-mips-elf/got-dump-2.ld index 0e237de..d7ba691 100644 --- a/ld/testsuite/ld-mips-elf/got-dump-2.ld +++ b/ld/testsuite/ld-mips-elf/got-dump-2.ld @@ -15,4 +15,6 @@ SECTIONS .data : { *(.data) } HIDDEN (_gp = ALIGN (16) + 0x7ff0); .got : { *(.got) } + + /DISCARD/ : { *(.MIPS.abiflags) *(.gnu.attributes) } } |