6a40ad8b7c43d34dfac287ce19925c167a2e84d4
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / empty-address-2a.t
1 SECTIONS
2 {
3 .text : { *(.text) }
4 .data : { *(.data) }
5 __data_end = .;
6 /DISCARD/ : { *(.*) }
7 }
This page took 0.03083 seconds and 3 git commands to generate.