m68k: tag floating-point ABI used
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / unaligned-text.s
1 .macro sym n:req
2 .if \n
3 .globl bar\@
4 .type bar\@, @object
5 bar\@ :
6 .byte 0
7 .size bar\@, . - bar\@
8 sym \n - 1
9 .endif
10 .endm
11
12 .text
13 .align 4
14 .space 32
15 sym 16
This page took 0.03406 seconds and 4 git commands to generate.