From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4339 invoked by alias); 13 Jul 2011 15:20:09 -0000 Received: (qmail 4328 invoked by uid 22791); 13 Jul 2011 15:20:08 -0000 X-SWARE-Spam-Status: No, hits=-6.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Jul 2011 15:19:51 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6DFJpbU021148 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 13 Jul 2011 11:19:51 -0400 Received: from host1.jankratochvil.net ([10.3.113.13]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p6DFJm9E013910 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 13 Jul 2011 11:19:50 -0400 Received: from host1.jankratochvil.net (localhost [127.0.0.1]) by host1.jankratochvil.net (8.14.4/8.14.4) with ESMTP id p6DFJlhA012926 for ; Wed, 13 Jul 2011 17:19:47 +0200 Received: (from jkratoch@localhost) by host1.jankratochvil.net (8.14.4/8.14.4/Submit) id p6DFJlVW012925 for gdb-patches@sourceware.org; Wed, 13 Jul 2011 17:19:47 +0200 Date: Wed, 13 Jul 2011 15:58:00 -0000 From: Jan Kratochvil To: gdb-patches@sourceware.org Subject: [obv] Indent prototypes so they do not get into tags Message-ID: <20110713151946.GA12824@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) 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-07/txt/msg00346.txt.bz2 http://sourceware.org/ml/gdb-cvs/2011-07/msg00127.html --- src/gdb/ChangeLog 2011/07/12 21:16:46 1.13185 +++ src/gdb/ChangeLog 2011/07/13 15:15:36 1.13186 @@ -1,3 +1,9 @@ +2011-07-13 Jan Kratochvil + + Code cleanup. + * dwarf2loc.c (dwarf_expr_frame_base_1, dwarf2_evaluate_loc_desc_full): + Indent prototypes so they do not get into tags. + 2011-07-12 Jan Kratochvil Code cleanup making also optimized out values lazy. --- src/gdb/dwarf2loc.c 2011/07/12 21:16:47 1.120 +++ src/gdb/dwarf2loc.c 2011/07/13 15:15:42 1.121 @@ -44,15 +44,15 @@ extern int dwarf2_always_disassemble; -static void -dwarf_expr_frame_base_1 (struct symbol *framefunc, CORE_ADDR pc, - const gdb_byte **start, size_t *length); +static void dwarf_expr_frame_base_1 (struct symbol *framefunc, CORE_ADDR pc, + const gdb_byte **start, size_t *length); -static struct value * -dwarf2_evaluate_loc_desc_full (struct type *type, struct frame_info *frame, - const gdb_byte *data, unsigned short size, - struct dwarf2_per_cu_data *per_cu, - LONGEST byte_offset); +static struct value *dwarf2_evaluate_loc_desc_full (struct type *type, + struct frame_info *frame, + const gdb_byte *data, + unsigned short size, + struct dwarf2_per_cu_data *per_cu, + LONGEST byte_offset); /* A function for dealing with location lists. Given a symbol baton (BATON) and a pc value (PC), find the appropriate