public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH D] FYI - Fix build failure on master caught by buildbots
@ 2016-02-21 21:18 Iain Buclaw
  0 siblings, 0 replies; only message in thread
From: Iain Buclaw @ 2016-02-21 21:18 UTC (permalink / raw)
  To: GDB Patches

[-- Attachment #1: Type: text/plain, Size: 269 bytes --]

FYI, this has been committed.  Another patch was committed out of
order from its original series as obvious, but I didn't catch the
missing dependency between it the previous patch.

Apologies for that, I'll try to check more tentatively next time.

Regards,
Iain.

--

[-- Attachment #2: dlang-searchparents.patch --]
[-- Type: text/x-diff, Size: 786 bytes --]

diff --git a/gdb/d-namespace.c b/gdb/d-namespace.c
index 2c8b36c..6399ef0 100644
--- a/gdb/d-namespace.c
+++ b/gdb/d-namespace.c
@@ -485,7 +485,7 @@ d_lookup_symbol_imports (const char *scope, const char *name,
 		      name_scope++;
 		      sym = d_lookup_symbol_imports (current->import_src,
 						     name + name_scope,
-						     block, domain, 0);
+						     block, domain);
 		    }
 		}
 	    }
@@ -495,7 +495,7 @@ d_lookup_symbol_imports (const char *scope, const char *name,
 		 current->import_src as MODULE to direct the search
 		 towards the imported module.  */
 	      sym = d_lookup_symbol_imports (current->import_src,
-					     name, block, domain, 0);
+					     name, block, domain);
 	    }
 	  current->searched = 0;
 	  discard_cleanups (searched_cleanup);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-21 21:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-21 21:18 [PATCH D] FYI - Fix build failure on master caught by buildbots Iain Buclaw

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).