mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
1f02b94b93
* ld-cris/dsov32-1.s, ld-cris/dsov32-2.s, ld-cris/dsov32-3.s, ld-cris/dsov32-4.s, ld-cris/libdso-10.d, ld-cris/libdso-11.d, ld-cris/libdso-12.d, ld-cris/libdso-13.d, ld-cris/libdso-14.d, ld-cris/move-1.s, ld-cris/pv32-1.d, ld-cris/pv32.s, ld-cris/start1.s, ld-cris/v10-v32.d, ld-cris/v10-va.d, ld-cris/v32-ba-1.d, ld-cris/v32-ba-1.s, ld-cris/v32-bin-1.d, ld-cris/v32-bin-1.s, ld-cris/v32-v10.d, ld-cris/v32-va.d, ld-cris/va-v10.d, ld-cris/va-v32.d: New tests. * ld-cris/ldsym1.d: Adjust for change in linker script.
21 lines
519 B
Makefile
21 lines
519 B
Makefile
# source: expdyn1.s
|
|
# target: cris-*-*elf* cris-*-*aout*
|
|
# as: --em=criself
|
|
# ld: -mcriself
|
|
# objdump: -d
|
|
|
|
# Note that the linker script symbol __start is set to the same
|
|
# value as _start, and will collate before _start and be chosen
|
|
# as the presentation symbol at disassembly. Anyway, __start
|
|
# shouldn't hinder disassembly by posing as an object symbol.
|
|
|
|
.*: file format elf32-us-cris
|
|
|
|
Disassembly of section \.text:
|
|
|
|
0+ <__start>:
|
|
0: 0f05 nop
|
|
|
|
0+2 <expfn>:
|
|
2: 0f05 nop
|