[AArch64] Cortex-A53 erratum 835769 linker workaround
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / cross1.t
1 NOCROSSREFS ( .text .data )
2 SECTIONS
3 {
4 .dynsym : { *(.dynsym) }
5 .dynstr : { *(.dynstr) }
6 .hash : { *(.hash) }
7 .toc : { *(.toc) }
8 .text : { tmpdir/cross1.o }
9 .data : { tmpdir/cross2.o }
10 }
This page took 0.030315 seconds and 4 git commands to generate.