Support tcl procedure calls in run_dump_test xfail
[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.030503 seconds and 4 git commands to generate.