PR ld/12001
[binutils.git] / ld / testsuite / ld-cris / noov.s
blob88e803fdc8d71ed5d3f48d104e9b6a7c905f133b
1 .text
2 ; Test that this works both with a symbol defined in a section...
3 .dword __Edata+0x40000000
5 ; ...as well as absolute symbol (defined outside sections in the
6 ; linker script).
7 .dword __Sdata+0x40000000
9 .data
10 ; Make sure we get the same section alignment for *-elf as for *-linux*.
11 .balign 0x2000
13 ; Make .data non-empty.
14 .dword 0