From: Mark Kettenis Date: Mon, 31 Oct 2005 20:33:22 +0000 (+0000) Subject: * gdb.asm/asm-source.exp: Use -e instead of --entry. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=31d3fb18aa715fc8f7863d723c3e89aa94fa8cf2;p=binutils-gdb.git * gdb.asm/asm-source.exp: Use -e instead of --entry. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 434984597b9..c4aad6937da 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-10-31 Mark Kettenis + + * gdb.asm/asm-source.exp: Use -e instead of --entry. + 2005-10-31 Mark Kettenis * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage. diff --git a/gdb/testsuite/gdb.asm/asm-source.exp b/gdb/testsuite/gdb.asm/asm-source.exp index 2477e247eaa..5abe8eeae9e 100644 --- a/gdb/testsuite/gdb.asm/asm-source.exp +++ b/gdb/testsuite/gdb.asm/asm-source.exp @@ -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] {