Avoid exponential behavior in rust_evaluate_subexp
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / empty-address-3b.t
1 SECTIONS
2 {
3 .text 0x00000000: { *(.text) }
4 .data ALIGN(0x1000) + (. & (0x1000 - 1)):
5 {
6 PROVIDE (__data_start = .);
7 *(.data)
8 }
9 __data_end = .;
10 /DISCARD/ : { *(.*) }
11 }
This page took 0.030878 seconds and 4 git commands to generate.