ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-pe / image_size.s
1 .text
2 .global _start
3 _start:
4 .byte 1
5 .global data
6 .data
7 data:
8 .byte 2
This page took 0.031772 seconds and 4 git commands to generate.