[MIPS] Map 'move' to 'or'.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-pe / image_size.s
CommitLineData
50572669
L
1 .text
2 .global _start
3_start:
4 .byte 1
5 .global data
6 .data
7data:
8 .byte 2
This page took 0.615853 seconds and 4 git commands to generate.