Correct script input section pattern
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / empty-orphan.t
index efed7617df0faf11f56ed610462a4eaf325cf3e6..b57e164aa7c7c9c3eb2a2068cc7b784ceddb688a 100644 (file)
@@ -17,5 +17,6 @@ SECTIONS
    .text : { *(.text) } > text_mem : text_phdr
    .data : { *(.data) } > data_mem : data_phdr
    .bss : { *(.bss) } > data_mem : data_phdr
+   /DISCARD/ : { *(.reginfo) *(.glue*) }
    /* .orphan_data is an orphan */
 }
This page took 0.022873 seconds and 4 git commands to generate.