From: Jon TURNEY <jon.turney@dronecode.org.uk>
To: gdb-patches@sourceware.org
Cc: Jon TURNEY <jon.turney@dronecode.org.uk>
Subject: [PATCH] testsuite: Don't set SYMBOL_PREFIX for x86_64-*-cygwin
Date: Fri, 06 Mar 2015 13:01:00 -0000 [thread overview]
Message-ID: <1425646888-4332-1-git-send-email-jon.turney@dronecode.org.uk> (raw)
Exactly like x86_64-*-mingw, SYMBOL_PREFIX should not be set to "_" for
x86_64-*-cygwin
I'm not sure that testsuite results on x86_64-*-cygwin tell you a great deal,
but for the record:
-# of expected passes 20510
-# of unexpected failures 649
+# of expected passes 21456
+# of unexpected failures 729
# of unexpected successes 2
# of expected failures 42
-# of known failures 50
-# of untested testcases 90
-# of unresolved testcases 9
-# of unsupported tests 114
+# of known failures 52
+# of untested testcases 80
+# of unresolved testcases 184
+# of unsupported tests 118
ChangeLog/gdb/testuite:
2015-03-04 Jon TURNEY <jon.turney@dronecode.org.uk>
* lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
SYMBOL_PREFIX for x86_64-*-cygwin.
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
---
gdb/testsuite/lib/gdb.exp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp
index f274b64..0041adf 100644
--- a/gdb/testsuite/lib/gdb.exp
+++ b/gdb/testsuite/lib/gdb.exp
@@ -4998,7 +4998,7 @@ proc core_find {binfile {deletefiles {}} {arg ""}} {
# TODO: find out automatically if the target needs this.
proc gdb_target_symbol_prefix_flags {} {
- if { [istarget "*-*-cygwin*"] || [istarget "i?86-*-mingw*"]
+ if { [istarget "i?86-*-cygwin*"] || [istarget "i?86-*-mingw*"]
|| [istarget "*-*-msdosdjgpp*"] || [istarget "*-*-go32*"] } {
return "additional_flags=-DSYMBOL_PREFIX=\"_\""
} else {
--
2.1.4
next reply other threads:[~2015-03-06 13:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-06 13:01 Jon TURNEY [this message]
2015-03-18 23:34 ` Pedro Alves
2015-03-20 16:06 ` Jon TURNEY
2015-03-20 17:23 ` Pedro Alves
2015-03-23 14:39 ` Jon TURNEY
2015-03-25 17:51 ` Jon TURNEY
2015-03-26 9:28 ` Pedro Alves
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1425646888-4332-1-git-send-email-jon.turney@dronecode.org.uk \
--to=jon.turney@dronecode.org.uk \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox