2.41 Release sources
[binutils-gdb.git] / ld / testsuite / ld-mips-elf / dyn-sec64.s
blob7d634eef6f6ee2acdbc0159740e904aa7d8d9073
1 .section .init,"ax",@progbits
2 .globl _init
3 .ent _init
4 .type _init, @function
5 _init:
6 ld $2,%call16(bar)
7 .end _init
9 .section .fini,"ax",@progbits
10 .globl _fini
11 .ent _fini
12 .type _fini, @function
13 _fini:
14 .end _fini
16 .data
17 foo:
18 .dword bar