mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
* config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
This commit is contained in:
@ -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>
|
Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
|
||||||
|
|
||||||
* config/arm-ice.exp: New file.
|
* config/arm-ice.exp: New file.
|
||||||
|
@ -37,9 +37,9 @@ proc gdb_start { } {
|
|||||||
set loader loader;
|
set loader loader;
|
||||||
|
|
||||||
if [target_info exists gdb_stub_offset] {
|
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 {
|
} 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]"];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user