Avoid exponential behavior in rust_evaluate_subexp
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / expr1.t
CommitLineData
cc3e2771
NS
1ENTRY(RAM)
2
3MEMORY
4{
5 ram (rwx) : ORIGIN = 0, LENGTH = 0x1000000
6}
7
8SECTIONS
9{
10.text : { } >ram
11}
12RAM = ADDR(ram);
This page took 0.453062 seconds and 4 git commands to generate.