bfd/
[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.031049 seconds and 5 git commands to generate.