noov.s 348 B

123456789101112131415
  1. .text
  2. ; Test that this works both with a symbol defined in a section...
  3. .dword __Edata+0x40000000
  4. ; ...as well as absolute symbol (defined outside sections in the
  5. ; linker script).
  6. .dword __Sdata+0x40000000
  7. .data
  8. ; Make sure we get the same section alignment for *-elf as for *-linux*.
  9. .balign 0x2000
  10. ; Make .data non-empty.
  11. .dword 0