From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15005 invoked by alias); 9 Feb 2009 14:54:06 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 14826 invoked by uid 9674); 9 Feb 2009 14:54:05 -0000 Date: Mon, 09 Feb 2009 14:54:00 -0000 Message-ID: <20090209145405.14809.qmail@sourceware.org> From: jkratoch@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] archer-jankratochvil-misc: Compilation fix of the last merge: X-Git-Refname: refs/heads/archer-jankratochvil-misc X-Git-Reftype: branch X-Git-Oldrev: 11257285d3beac35867bebeff9bcd13eeee03b0a X-Git-Newrev: 0c3da4ac86966fb2ab0d9cca73de30e258447eae X-SW-Source: 2009-q1/txt/msg00131.txt.bz2 List-Id: 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 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.