public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-jankratochvil-misc: Compilation fix of the last merge:
@ 2009-02-09 14:54 jkratoch
  0 siblings, 0 replies; only message in thread
From: jkratoch @ 2009-02-09 14:54 UTC (permalink / raw)
  To: archer-commits

The branch, archer-jankratochvil-misc has been updated
       via  0c3da4ac86966fb2ab0d9cca73de30e258447eae (commit)
      from  11257285d3beac35867bebeff9bcd13eeee03b0a (commit)

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

- Log -----------------------------------------------------------------
commit 0c3da4ac86966fb2ab0d9cca73de30e258447eae
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Mon Feb 9 15:53:00 2009 +0100

    Compilation fix of the last merge:
    11257285d3beac35867bebeff9bcd13eeee03b0a

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

Summary of changes:
 gdb/dwarf2read.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

First 500 lines of diff:
diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c
index 860903b..eaab548 100644
--- a/gdb/dwarf2read.c
+++ b/gdb/dwarf2read.c
@@ -1861,7 +1861,8 @@ scan_partial_symbols (struct partial_die_info *first_die, CORE_ADDR *lowpc,
 	    case DW_TAG_module:
 	      /* FIXME: Support the separate Fortran module namespaces.  */
 	      if (pdi->has_children)
-		scan_partial_symbols (pdi->die_child, lowpc, highpc, cu);
+		scan_partial_symbols (pdi->die_child, lowpc, highpc, need_pc,
+				      cu);
 	      break;
 	    default:
 	      break;


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


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

only message in thread, other threads:[~2009-02-09 14:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-09 14:54 [SCM] archer-jankratochvil-misc: Compilation fix of the last merge: 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).