From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15294 invoked by alias); 18 May 2003 16:06:30 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 15214 invoked from network); 18 May 2003 16:06:26 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (62.163.169.212) by sources.redhat.com with SMTP; 18 May 2003 16:06:26 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p2/8.12.5) with ESMTP id h4IG6Jbv001963; Sun, 18 May 2003 18:06:19 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6) with ESMTP id h4IG6J11037437; Sun, 18 May 2003 18:06:19 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6/Submit) id h4IG6FkM037434; Sun, 18 May 2003 18:06:15 +0200 (CEST) Date: Sun, 18 May 2003 16:06:00 -0000 Message-Id: <200305181606.h4IG6FkM037434@elgar.kettenis.dyndns.org> From: Mark Kettenis To: drow@mvista.com CC: gdb-patches@sources.redhat.com In-reply-to: <20030518151118.GA17081@nevyn.them.org> (message from Daniel Jacobowitz on Sun, 18 May 2003 11:11:18 -0400) Subject: Re: [PATCH/RFA] Fix size_t related problems in dwarf2loc.c References: <200305181026.h4IAQ1Kv031019@elgar.kettenis.dyndns.org> <20030518151118.GA17081@nevyn.them.org> X-SW-Source: 2003-05/txt/msg00321.txt.bz2 Date: Sun, 18 May 2003 11:11:18 -0400 From: Daniel Jacobowitz On Sun, May 18, 2003 at 12:26:01PM +0200, Mark Kettenis wrote: > I got a few warnings on hppa1.1-hp-hpux-11.00. Anyway, a size_t isn't > necessarily the same as an int. OK to apply? I think this counts as an obvious fix... Great, Checked in. Mark