mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
f9a3a01aef
* ld-discard/extern.d: Remove $srcdir/$subdir/. * ld-discard/start.d: Likewise. * ld-discard/static.d: Likewise. * ld-linkonce/zeroehl32.d: Likewise. * ld-selective/keepdot.d: Likewise. * ld-selective/keepdot0.d: Likewise.
19 lines
533 B
Makefile
19 lines
533 B
Makefile
#source: x.s
|
|
#source: y.s
|
|
#ld: -Ttext 0xa00 -T zeroeh.ld
|
|
#objdump: -s
|
|
#target: cris-*-elf cris-*-linux* i?86-*-elf i?86-*-linux*
|
|
|
|
# The word at address 201c, for the linkonce-excluded section, must be zero.
|
|
|
|
.*: file format elf32.*
|
|
|
|
Contents of section \.text:
|
|
0a00 080a0000 100a0000 01000000 02000000 .*
|
|
0a10 03000000 .*
|
|
Contents of section \.eh_frame:
|
|
2000 02000000 080a0000 08000000 07000000 .*
|
|
2010 100a0000 04000000 66600000 00000000 .*
|
|
2020 04000000 .*
|
|
#pass
|