RISC-V: The object without priv spec attributes can be linked with any object.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / align5.t
1 SECTIONS
2 {
3 .text : {
4 SORT_NONE (*) (.text .text.*)
5 }
6
7 .data : {
8 SORT_NONE (*) (.data .data.*)
9 foo = .;
10 }
11 /DISCARD/ : {*(*)}
12 }
This page took 0.030281 seconds and 4 git commands to generate.