From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4395 invoked by alias); 19 Oct 2011 15:27:39 -0000 Received: (qmail 4376 invoked by uid 22791); 19 Oct 2011 15:27:38 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 19 Oct 2011 15:27:21 +0000 Received: from hpaq1.eem.corp.google.com (hpaq1.eem.corp.google.com [172.25.149.1]) by smtp-out.google.com with ESMTP id p9JFRJXT002796 for ; Wed, 19 Oct 2011 08:27:19 -0700 Received: from vws15 (vws15.prod.google.com [10.241.21.143]) by hpaq1.eem.corp.google.com with ESMTP id p9JFNg8T015306 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Wed, 19 Oct 2011 08:27:18 -0700 Received: by vws15 with SMTP id 15so2212790vws.6 for ; Wed, 19 Oct 2011 08:27:18 -0700 (PDT) Received: by 10.101.24.4 with SMTP id b4mr1568026anj.108.1319038038320; Wed, 19 Oct 2011 08:27:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.101.24.4 with SMTP id b4mr1568022anj.108.1319038038184; Wed, 19 Oct 2011 08:27:18 -0700 (PDT) Received: by 10.100.154.19 with HTTP; Wed, 19 Oct 2011 08:27:18 -0700 (PDT) In-Reply-To: References: Date: Wed, 19 Oct 2011 15:52:00 -0000 Message-ID: Subject: Re: [patch] Allow dummy CUs created by incremental linker From: Cary Coutant To: Tom Tromey Cc: gdb-patches@sourceware.org, Doug Evans Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-IsSubscribed: yes 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: 2011-10/txt/msg00530.txt.bz2 > Cary> +static unsigned int > Cary> +peek_abbrev_code (bfd *abfd, gdb_byte *info_ptr) > Cary> +{ > Cary> + =A0unsigned int bytes_read; > Cary> + =A0return read_unsigned_leb128 (abfd, info_ptr, &bytes_read); > > Our coding style requires a newline after the declarations. > > Ok with that change. Done, and committed. Thanks! -cary