* gdb.asm/asm-source.exp: Use -e instead of --entry.
This commit is contained in:
parent
bbe6b987a5
commit
31d3fb18aa
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-10-31 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* gdb.asm/asm-source.exp: Use -e instead of --entry.
|
||||
|
||||
2005-10-31 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
|
||||
|
|
|
@ -34,7 +34,7 @@ set bug_id 0
|
|||
set asm-arch ""
|
||||
set asm-note "empty"
|
||||
set asm-flags ""
|
||||
set link-flags "--entry _start"
|
||||
set link-flags "-e _start"
|
||||
set debug-flags ""
|
||||
|
||||
switch -glob -- [istarget] {
|
||||
|
|
Loading…
Add table
Reference in a new issue