public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-jankratochvil-fedora13: Merge fixup.
@ 2010-03-06 14:17 jkratoch
  0 siblings, 0 replies; only message in thread
From: jkratoch @ 2010-03-06 14:17 UTC (permalink / raw)
  To: archer-commits

The branch, archer-jankratochvil-fedora13 has been updated
       via  cb854301ce799ed6c96a80a03d829f3d186e4811 (commit)
      from  b892902b80f7662a913fe85d749b50a45e93a56b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit cb854301ce799ed6c96a80a03d829f3d186e4811
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Sat Mar 6 15:10:54 2010 +0100

    Merge fixup.

-----------------------------------------------------------------------

Summary of changes:
 gdb/symtab.c |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

First 500 lines of diff:
diff --git a/gdb/symtab.c b/gdb/symtab.c
index 0efc0e0..9537dae 100644
--- a/gdb/symtab.c
+++ b/gdb/symtab.c
@@ -2022,20 +2022,6 @@ find_main_psymtab (void)
 
   ALL_PSYMTABS_REQUIRED (objfile, pst)
   {
-    if ((objfile->flags & OBJF_MAIN) == 0)
-      continue;
-    require_partial_symbols (objfile);
-    ALL_OBJFILE_PSYMTABS (objfile, pst)
-    {
-      if (lookup_partial_symbol (pst, main_name (), 1, VAR_DOMAIN))
-	{
-	  return pst;
-	}
-    }
-  }
-
-  ALL_PSYMTABS_REQUIRED (objfile, pst)
-  {
     if (lookup_partial_symbol (pst, main_name (), 1, VAR_DOMAIN))
       {
 	return (pst);


hooks/post-receive
--
Repository for Project Archer.


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

only message in thread, other threads:[~2010-03-06 14:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-06 14:17 [SCM] archer-jankratochvil-fedora13: Merge fixup jkratoch

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