From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31007 invoked by alias); 23 May 2012 07:10:24 -0000 Received: (qmail 30997 invoked by uid 22791); 23 May 2012 07:10:22 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-out.m-online.net (HELO mail-out.m-online.net) (212.18.0.9) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 23 May 2012 07:10:08 +0000 Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3Vy4cH4gNZz4KMmx; Wed, 23 May 2012 09:10:07 +0200 (CEST) Received: from igel.home (ppp-93-104-137-42.dynamic.mnet-online.de [93.104.137.42]) by mail.mnet-online.de (Postfix) with ESMTPA id 3Vy4cH0Kwdz4KK6W; Wed, 23 May 2012 09:10:07 +0200 (CEST) Received: by igel.home (Postfix, from userid 501) id E49DACA2A2; Wed, 23 May 2012 09:10:06 +0200 (CEST) From: Andreas Schwab To: Sergio Durigan Junior Cc: gdb-patches@sourceware.org Subject: Re: New ARI warning Wed May 23 01:55:03 UTC 2012 References: <20120523015503.GA25312@sourceware.org> X-Yow: FIRST, I'm covering you with OLIVE OIL and PRUNE WHIP!! Date: Wed, 23 May 2012 07:10:00 -0000 In-Reply-To: (Sergio Durigan Junior's message of "Wed, 23 May 2012 01:17:39 -0300") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.97 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-05/txt/msg00862.txt.bz2 Sergio Durigan Junior writes: > @@ -311,9 +311,9 @@ int dwarf_block_to_sp_offset (struct gdbarch *gdbarch, const gdb_byte *buf, > > static inline const gdb_byte * > gdb_read_uleb128 (const gdb_byte *buf, const gdb_byte *buf_end, > - unsigned long long *r) > + ULONGEST *r) > { > - size_t bytes_read = read_uleb128_to_ull (buf, buf_end, r); > + size_t bytes_read = read_uleb128_to_ull (buf, buf_end, (unsigned long long *) r); That cannot work. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."