mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
3a4b0e0f96
* testsuite/ld-i386/no-plt-check1a.S (check): Test static function pointer. * testsuite/ld-i386/no-plt-check1b.S (check): Likewise. * testsuite/ld-x86-64/no-plt-check1.S (check): Likewise. * testsuite/ld-i386/no-plt-extern1a.S (func_p): New. Static function pointer. * testsuite/ld-i386/no-plt-extern1b.S (func_p): Likewise. * testsuite/ld-x86-64/no-plt-extern1.S (func_p): Likewise. * testsuite/ld-i386/no-plt-1a.dd: Updated. * testsuite/ld-i386/no-plt-1b.dd: Likewise. * testsuite/ld-i386/no-plt-1c.dd: Likewise. * testsuite/ld-i386/no-plt-1d.dd: Likewise. * testsuite/ld-i386/no-plt-1e.dd: Likewise. * testsuite/ld-i386/no-plt-1f.dd: Likewise. * testsuite/ld-i386/no-plt-1g.dd: Likewise. * testsuite/ld-i386/no-plt-1h.dd: Likewise. * testsuite/ld-i386/no-plt-1i.dd: Likewise. * testsuite/ld-i386/no-plt-1j.dd: Likewise. * testsuite/ld-x86-64/no-plt-1a.dd: Likewise. * testsuite/ld-x86-64/no-plt-1b.dd: Likewise. * testsuite/ld-x86-64/no-plt-1c.dd: Likewise. * testsuite/ld-x86-64/no-plt-1d.dd: Likewise. * testsuite/ld-x86-64/no-plt-1e.dd: Likewise. * testsuite/ld-x86-64/no-plt-1f.dd: Likewise. * testsuite/ld-x86-64/no-plt-1g.dd: Likewise.
31 lines
494 B
ArmAsm
31 lines
494 B
ArmAsm
.section .rodata.str1.1,"aMS",@progbits,1
|
|
.LC0:
|
|
.string "PASS"
|
|
.text
|
|
.p2align 4,,15
|
|
.globl check
|
|
.type check, @function
|
|
check:
|
|
subl $12, %esp
|
|
call *get_func@GOT
|
|
movl func@GOT, %edx
|
|
cmpl %edx, %eax
|
|
jne .L3
|
|
cmpl %edx, func_p
|
|
jne .L3
|
|
call *func@GOT
|
|
cmpl $305419896, %eax
|
|
jne .L3
|
|
call *call_func@GOT
|
|
cmpl $305419896, %eax
|
|
jne .L3
|
|
subl $12, %esp
|
|
pushl $.LC0
|
|
call *puts@GOT
|
|
addl $28, %esp
|
|
ret
|
|
.L3:
|
|
call *abort@GOT
|
|
.size check, .-check
|
|
.section .note.GNU-stack,"",@progbits
|