ld/x86: Update -z report-relative-reloc
[binutils-gdb.git] / ld / testsuite / ld-scripts / include-sections.t
1 SECTIONS {
2 .text : { *(.text .pr) } >rom
3 INCLUDE include-data.t
4 .bss : { *(.bss) }
5 /DISCARD/ : { *(*) }
6 }