public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [patch][obv] Fix gdb.cp/minsym-fallback "undefined reference to `__gxx_personality_v0'"
@ 2011-07-14 17:41 Paul Pluzhnikov
  2011-07-15  1:56 ` Jan Kratochvil
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Pluzhnikov @ 2011-07-14 17:41 UTC (permalink / raw)
  To: gdb-patches; +Cc: ppluzhnikov

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
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch][obv] Fix gdb.cp/minsym-fallback "undefined reference to `__gxx_personality_v0'"
  2011-07-14 17:41 [patch][obv] Fix gdb.cp/minsym-fallback "undefined reference to `__gxx_personality_v0'" Paul Pluzhnikov
@ 2011-07-15  1:56 ` Jan Kratochvil
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kratochvil @ 2011-07-15  1:56 UTC (permalink / raw)
  To: Paul Pluzhnikov; +Cc: gdb-patches

On Thu, 14 Jul 2011 18:37:48 +0200, Paul Pluzhnikov wrote:
> I've committed the patch below under the obvious rule.
[...]
> 2011-07-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
> 
> 	* gdb.cp/minsym-fallback.exp: Link in C++ mode.

Thanks, I agree.


Jan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-14 21:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-14 17:41 [patch][obv] Fix gdb.cp/minsym-fallback "undefined reference to `__gxx_personality_v0'" Paul Pluzhnikov
2011-07-15  1:56 ` Jan Kratochvil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).