[AArch64] Cortex-A53 erratum 835769 linker workaround
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / extern.t
CommitLineData
8545d1a9
NS
1
2EXTERN(sym1)
3EXTERN(sym2, sym3)
4EXTERN(sym4 sym5)
5
6PROVIDE(sym1 = 1);
7PROVIDE(sym2 = 2);
8PROVIDE(sym3 = 3);
9PROVIDE(sym4 = 4);
10PROVIDE(sym5 = 5);
11
12SECTIONS
13{
14}
This page took 0.321318 seconds and 4 git commands to generate.