source:
binutils/trunk/ld/testsuite/ld-mips-elf/unaligned-data.s@
1973
Last change on this file since 1973 was 1973, checked in by , 8 years ago | |
---|---|
File size: 167 bytes |
Line | |
---|---|
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 | .data |
13 | .align 4 |
14 | .space 32 |
15 | sym 16 |
Note:
See TracBrowser
for help on using the repository browser.