* config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
This commit is contained in:
parent
c430260cae
commit
6d2f93f855
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
|
||||
|
||||
* config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
|
||||
|
||||
Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
|
||||
|
||||
* config/arm-ice.exp: New file.
|
||||
|
|
|
@ -37,9 +37,9 @@ proc gdb_start { } {
|
|||
set loader loader;
|
||||
|
||||
if [target_info exists gdb_stub_offset] {
|
||||
set result [target_compile "${libdir}/sparclet-loader.c" $loader executable "libs=-Wl,-Ttext,[target_info gdb_stub_offset]"];
|
||||
set result [target_compile "${libdir}/stub-loader.c" $loader executable "libs=-Wl,-Ttext,[target_info gdb_stub_offset]"];
|
||||
} else {
|
||||
set result [target_compile "${libdir}/sparclet-loader.c" $loader executable "ldscript=[target_info gdb_stub_ldscript]"];
|
||||
set result [target_compile "${libdir}/stub-loader.c" $loader executable "ldscript=[target_info gdb_stub_ldscript]"];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue