mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
f5e263426f
ld/ 2018-07-23 Max Filippov <jcmvbkbc@gmail.com> * testsuite/ld-xtensa/relax-static-defs.s: New file. * testsuite/ld-xtensa/relax-static-local-pie.d: New file. * testsuite/ld-xtensa/relax-static-local-shared.d: New file. * testsuite/ld-xtensa/relax-static-local.s: New file. * testsuite/ld-xtensa/relax-static-pie.d: New file. * testsuite/ld-xtensa/relax-static-shared.d: New file. * testsuite/ld-xtensa/relax-static.s: New file. * testsuite/ld-xtensa/relax-undef-weak-local-pie.d: New file. * testsuite/ld-xtensa/relax-undef-weak-local-shared.d: New file. * testsuite/ld-xtensa/relax-undef-weak-local.s: New file. * testsuite/ld-xtensa/relax-undef-weak-pie.d: New file. * testsuite/ld-xtensa/relax-undef-weak-shared.d: New file. * testsuite/ld-xtensa/relax-undef-weak.s: New file. * testsuite/ld-xtensa/xtensa.exp: New file.
34 lines
301 B
ArmAsm
34 lines
301 B
ArmAsm
.type fd,@function
|
|
.globl fd
|
|
|
|
.type fh,@function
|
|
.globl fh
|
|
.hidden fh
|
|
|
|
.type fp,@function
|
|
.globl fp
|
|
.protected fp
|
|
|
|
.type fi,@function
|
|
.globl fi
|
|
.internal fi
|
|
|
|
.text
|
|
.globl _start
|
|
_start:
|
|
nop
|
|
|
|
.section ".text.f"
|
|
.align 4
|
|
fd:
|
|
nop
|
|
.align 4
|
|
fh:
|
|
nop
|
|
.align 4
|
|
fp:
|
|
nop
|
|
.align 4
|
|
fi:
|
|
nop
|