Fix i686-nacl and x86_64-nacl pr21884 failures
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr21884.t
1 SECTIONS {
2 . = 0x10000;
3 _start = . ;
4 .data : {
5 *(.data)
6 }
7 }
This page took 0.032031 seconds and 5 git commands to generate.