mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
Add missing 'cp' command
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
|
||||||
|
|
||||||
|
* ld-sh/sh.exp: Copy start.s file into test directory.
|
||||||
|
|
||||||
2002-01-14 Nick Clifton <nickc@cambridge.redhat.com>
|
2002-01-14 Nick Clifton <nickc@cambridge.redhat.com>
|
||||||
|
|
||||||
* ld-selective/selective.exp: For ARM targets, link with libgcc.a.
|
* ld-selective/selective.exp: For ARM targets, link with libgcc.a.
|
||||||
|
@ -115,7 +115,7 @@ if [istarget sh*-linux-gnu] {
|
|||||||
exec sed -e s/_main/main/ -e s/_trap/trap/ -e s/_stack/stack/ \
|
exec sed -e s/_main/main/ -e s/_trap/trap/ -e s/_stack/stack/ \
|
||||||
< $srcdir/$subdir/start.s >tmpdir/start.s
|
< $srcdir/$subdir/start.s >tmpdir/start.s
|
||||||
} else {
|
} else {
|
||||||
exec $srcdir/$subdir/start.s tmpdir/start.s
|
exec cp $srcdir/$subdir/start.s tmpdir/start.s
|
||||||
}
|
}
|
||||||
|
|
||||||
if {![ld_assemble $as "-relax tmpdir/start.s" tmpdir/start.o] \
|
if {![ld_assemble $as "-relax tmpdir/start.s" tmpdir/start.o] \
|
||||||
|
Reference in New Issue
Block a user