2002-10-12 H.J. Lu (hjl@gnu.org)
* 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.
This commit is contained in:
parent
9b691193ef
commit
f9a3a01aef
7 changed files with 15 additions and 6 deletions
|
@ -1,3 +1,12 @@
|
|||
2002-10-12 H.J. Lu (hjl@gnu.org)
|
||||
|
||||
* 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.
|
||||
|
||||
2002-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
||||
|
||||
* ld-sh/rd-sh.exp: If the test matches *-dso.d, copy the output
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#source: extern.s
|
||||
#ld: -T $srcdir/$subdir/discard.ld
|
||||
#ld: -T discard.ld
|
||||
#error: undefined reference to `(data|local symbols in discarded section \.data\.exit)'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#source: start.s
|
||||
#source: exit.s
|
||||
#ld: -T $srcdir/$subdir/discard.ld
|
||||
#ld: -T discard.ld
|
||||
#error: undefined reference to `data'
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#source: static.s
|
||||
#ld: -T $srcdir/$subdir/discard.ld
|
||||
#ld: -T discard.ld
|
||||
#error: undefined reference to `local symbols in discarded section \.data\.exit'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#source: x.s
|
||||
#source: y.s
|
||||
#ld: -Ttext 0xa00 -T $srcdir/$subdir/zeroeh.ld
|
||||
#ld: -Ttext 0xa00 -T zeroeh.ld
|
||||
#objdump: -s
|
||||
#target: cris-*-elf cris-*-linux* i?86-*-elf i?86-*-linux*
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#ld: --gc-sections -Bstatic -e _start -T$srcdir/$subdir/keepdot.ld
|
||||
#ld: --gc-sections -Bstatic -e _start -T keepdot.ld
|
||||
#name: Preserve default . = 0
|
||||
#objdump: -h
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#source: keepdot.s
|
||||
#ld: --gc-sections -Bstatic -e _start -T$srcdir/$subdir/keepdot0.ld
|
||||
#ld: --gc-sections -Bstatic -e _start -T keepdot0.ld
|
||||
#name: Preserve explicit . = 0
|
||||
#objdump: -h
|
||||
|
||||
|
|
Loading…
Reference in a new issue