Avoid exponential behavior in rust_evaluate_subexp
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / region-alias-4.t
CommitLineData
4a93e180
NC
1MEMORY
2{
3 MY_REGION (ARX) : ORIGIN = 0, LENGTH = 32K
4}
5
6REGION_ALIAS ("*default*", MY_REGION);
This page took 0.37022 seconds and 4 git commands to generate.