MSP430: Fix relocation overflow when using #lo(EXP) macro
[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.030968 seconds and 4 git commands to generate.