diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2003-03-20 12:57:48 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2003-03-20 12:57:48 +0000 |
commit | a955b5bb6399e4e55a5f556d8fcc709e12e5b798 (patch) | |
tree | 17007e11dd55cb2dd308cff9249632c2ce5615bc /gdb/testsuite | |
parent | dd97b6fd7d75446065fed64193ce5118cf740c44 (diff) | |
download | gdb-a955b5bb6399e4e55a5f556d8fcc709e12e5b798.zip gdb-a955b5bb6399e4e55a5f556d8fcc709e12e5b798.tar.gz gdb-a955b5bb6399e4e55a5f556d8fcc709e12e5b798.tar.bz2 |
* gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
Cygwin native.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.asm/asm-source.exp | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 8106815..d5260e5 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-03-20 Corinna Vinschen <vinschen@redhat.com> + + * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for + Cygwin native. + 2003-03-17 Andrew Cagney <cagney@redhat.com> From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and diff --git a/gdb/testsuite/gdb.asm/asm-source.exp b/gdb/testsuite/gdb.asm/asm-source.exp index a42c61a..74c9cec 100644 --- a/gdb/testsuite/gdb.asm/asm-source.exp +++ b/gdb/testsuite/gdb.asm/asm-source.exp @@ -53,6 +53,9 @@ if [istarget "x86_64-*-*"] then { } if [istarget "i\[3456\]86-*-*"] then { set asm-arch i386 + if [istarget "*-*-cygwin*"] then { + set link-flags "--entry _start" + } } if [istarget "m32r*-*"] then { set asm-arch m32r |