From: ppluzhnikov@google.com (Paul Pluzhnikov)
To: gdb-patches@sourceware.org
Cc: ppluzhnikov@google.com
Subject: [patch][obv] Fix gdb.cp/minsym-fallback "undefined reference to `__gxx_personality_v0'"
Date: Thu, 14 Jul 2011 17:41:00 -0000 [thread overview]
Message-ID: <20110714163748.33978190B9D@elbrus2.mtv.corp.google.com> (raw)
Greetings,
I've committed the patch below under the obvious rule.
Thanks,
--
Paul Pluzhnikov
2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
* gdb.cp/minsym-fallback.exp: Link in C++ mode.
Index: testsuite/gdb.cp/minsym-fallback.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/minsym-fallback.exp,v
retrieving revision 1.2
diff -u -p -r1.2 minsym-fallback.exp
--- testsuite/gdb.cp/minsym-fallback.exp 1 Jul 2011 20:19:03 -0000 1.2
+++ testsuite/gdb.cp/minsym-fallback.exp 14 Jul 2011 16:31:52 -0000
@@ -26,7 +26,7 @@ set objmainfile $objdir/$subdir/${testfi
set binfile $objdir/$subdir/$executable
if {[gdb_compile $srcdir/$subdir/$srcfile $objfile object {}] != ""
|| [gdb_compile $srcdir/$subdir/$srcmainfile $objmainfile object {debug}] != ""
- || [gdb_compile "$objfile $objmainfile" $binfile executable {}] != ""} {
+ || [gdb_compile "$objfile $objmainfile" $binfile executable {c++}] != ""} {
untested ${testfile}.exp
return -1
}
next reply other threads:[~2011-07-14 16:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-14 17:41 Paul Pluzhnikov [this message]
2011-07-15 1:56 ` Jan Kratochvil
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=20110714163748.33978190B9D@elbrus2.mtv.corp.google.com \
--to=ppluzhnikov@google.com \
--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