diff options
Diffstat (limited to 'ld/testsuite/ld-elf/group.ld')
-rw-r--r-- | ld/testsuite/ld-elf/group.ld | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/testsuite/ld-elf/group.ld b/ld/testsuite/ld-elf/group.ld index d6b27d04946e..58d78dab942a 100644 --- a/ld/testsuite/ld-elf/group.ld +++ b/ld/testsuite/ld-elf/group.ld @@ -1,5 +1,6 @@ SECTIONS { . = 0x1000; - .text : { *(.text) } + .text : { *(.text) *(.rodata.brlt) } + /DISCARD/ : { *(.reginfo) } } |