Revert "Fix the test for PR 18963 so that it will work on 16-bit targets."
[deliverable/binutils-gdb.git] / ld / testsuite / ld-msp430-elf / attr-gnu-main.s
1 .text
2 .balign 2
3 .global main
4 .type main, @function
5 main:
6 .L2:
7 BRA #.L2
8 .size main, .-main
This page took 0.029882 seconds and 4 git commands to generate.