mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* ld-cris/ldsym1.d: New test.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
2002-03-19 Hans-Peter Nilsson <hp@axis.com>
|
2002-03-19 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
|
* ld-cris/ldsym1.d: New test.
|
||||||
|
|
||||||
* ld-mmix/bpo-1.d: Tweak for type of linker-script-symbols no
|
* ld-mmix/bpo-1.d: Tweak for type of linker-script-symbols no
|
||||||
longer set to object.
|
longer set to object.
|
||||||
* ld-mmix/undef-3.d, ld-mmix/start-1.d, ld-mmix/locto-1.d,
|
* ld-mmix/undef-3.d, ld-mmix/start-1.d, ld-mmix/locto-1.d,
|
||||||
|
19
ld/testsuite/ld-cris/ldsym1.d
Normal file
19
ld/testsuite/ld-cris/ldsym1.d
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# source: expdyn1.s
|
||||||
|
# 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+6 <__start>:
|
||||||
|
6: 0f05 nop
|
||||||
|
|
||||||
|
0+8 <expfn>:
|
||||||
|
8: 0f05 nop
|
Reference in New Issue
Block a user