From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11261 invoked by alias); 13 Jun 2009 09:57:04 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 11236 invoked by uid 9674); 13 Jun 2009 09:57:04 -0000 Date: Sat, 13 Jun 2009 09:57:00 -0000 Message-ID: <20090613095704.11221.qmail@sourceware.org> From: jkratoch@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] archer-jankratochvil-vla: Merge commit 'origin/archer-jankratochvil-type-refcount' into archer-jankratochvil-vla X-Git-Refname: refs/heads/archer-jankratochvil-vla X-Git-Reftype: branch X-Git-Oldrev: 45d2678e4e93ad46800ba3b6474a54de449b3369 X-Git-Newrev: 93602559f82981bf9adda7d0e8bcbcf0c160309a X-SW-Source: 2009-q2/txt/msg00118.txt.bz2 List-Id: The branch, archer-jankratochvil-vla has been updated via 93602559f82981bf9adda7d0e8bcbcf0c160309a (commit) via 650240d9292b73ad7e7f5b86c03cac95750d9aea (commit) from 45d2678e4e93ad46800ba3b6474a54de449b3369 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 93602559f82981bf9adda7d0e8bcbcf0c160309a Merge: 45d2678e4e93ad46800ba3b6474a54de449b3369 650240d9292b73ad7e7f5b86c03cac95750d9aea Author: Jan Kratochvil Date: Sat Jun 13 11:56:55 2009 +0200 Merge commit 'origin/archer-jankratochvil-type-refcount' into archer-jankratochvil-vla ----------------------------------------------------------------------- Summary of changes: gdb/python/python-type.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) First 500 lines of diff: diff --git a/gdb/python/python-type.c b/gdb/python/python-type.c index 577ebd2..58f73a3 100644 --- a/gdb/python/python-type.c +++ b/gdb/python/python-type.c @@ -545,7 +545,7 @@ clean_up_objfile_types (struct objfile *objfile, void *datum) htab_empty (copied_types); - obj->type = copy_type_recursive (objfile, obj->type, copied_types); + obj->type = copy_type_recursive (obj->type, copied_types); obj->next = NULL; obj->prev = NULL; hooks/post-receive -- Repository for Project Archer.