]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-nios2/emit-relocs-1a.s
2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-nios2 / emit-relocs-1a.s
1 .text
2 .align 4
3 .globl _start
4 _start:
5 nop
6
7 .section .merge1,"aMS",@progbits,1
8 A: .string "utter"
9
10 .section .merge2,"aMS",@progbits,1
11 B: .string "tasting"
12
13 .section .merge3,"aM",@progbits,4
14 C: .4byte 0x100
15 D: .4byte 0x200
16
17 .data
18 .align 4
19 E: .4byte E
20 .4byte E + 0x1000
21 .4byte A
22 .4byte B
23 .4byte C
24 .4byte D