X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=ld%2Ftestsuite%2Fld-mips-elf%2Fdyn-sec64.s;fp=ld%2Ftestsuite%2Fld-mips-elf%2Fdyn-sec64.s;h=7d634eef6f6ee2acdbc0159740e904aa7d8d9073;hp=0000000000000000000000000000000000000000;hb=88750007d7869f178f0ba528f41efd3b74c424cf;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b diff --git a/ld/testsuite/ld-mips-elf/dyn-sec64.s b/ld/testsuite/ld-mips-elf/dyn-sec64.s new file mode 100644 index 0000000..7d634ee --- /dev/null +++ b/ld/testsuite/ld-mips-elf/dyn-sec64.s @@ -0,0 +1,19 @@ + .section .init,"ax",@progbits + .globl _init + .ent _init + .type _init, @function +_init: + ld $2,%call16(bar) + .end _init + + .section .fini,"ax",@progbits + .globl _fini + .ent _fini + .type _fini, @function +_fini: + .end _fini + + .data +foo: + .dword bar +