Fix typo fsqrt -> sqrtf.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / region-alias-4.t
1 MEMORY
2 {
3 MY_REGION (ARX) : ORIGIN = 0, LENGTH = 32K
4 }
5
6 REGION_ALIAS ("*default*", MY_REGION);
This page took 0.029493 seconds and 4 git commands to generate.