From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25698 invoked by alias); 23 Jul 2013 11:03:40 -0000 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 Received: (qmail 25682 invoked by uid 89); 23 Jul 2013 11:03:40 -0000 X-Spam-SWARE-Status: No, score=-4.7 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RDNS_NONE,TO_NO_BRKTS_NORDNS autolearn=no version=3.3.1 Received: from Unknown (HELO mga03.intel.com) (143.182.124.21) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 23 Jul 2013 11:03:40 +0000 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 23 Jul 2013 04:03:32 -0700 X-ExtLoop1: 1 Received: from irvmail001.ir.intel.com ([163.33.26.43]) by azsmga001.ch.intel.com with ESMTP; 23 Jul 2013 04:03:31 -0700 Received: from ulliclel004.iul.intel.com (ulliclel004.iul.intel.com [172.28.50.125]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id r6NB3UdW027198 for ; Tue, 23 Jul 2013 12:03:30 +0100 Received: from ulliclel004.iul.intel.com (ulliclel004.iul.intel.com [127.0.0.1]) by ulliclel004.iul.intel.com (8.13.8/8.12.8/MailSET/client) with ESMTP id r6NB3T8L003390 for ; Tue, 23 Jul 2013 13:03:29 +0200 Received: (from sagovic@localhost) by ulliclel004.iul.intel.com (8.13.8/8.13.1/Submit) id r6NB3N9N003389 for gdb-patches@sourceware.org; Tue, 23 Jul 2013 13:03:23 +0200 From: Sanimir Agovic To: gdb-patches@sourceware.org Subject: [PATCH 0/2] Minor dwarf2read cleanups Date: Tue, 23 Jul 2013 11:03:00 -0000 Message-Id: <1374577403-3356-1-git-send-email-sanimir.agovic@intel.com> X-SW-Source: 2013-07/txt/msg00529.txt.bz2 Hello, the following two patches do minor cleanups in dwarf2read to streamline the naming schema and to constify the argument passed to dwarf form predicate functions. -Sanimir Sanimir Agovic (2): cleanup: rename is_ref_attr to attr_form_is_ref cleanup: constify argument passed to dwarf form predicates gdb/dwarf2read.c | 77 +++++++++++++++++++++++++++-------------------------- 1 files changed, 39 insertions(+), 38 deletions(-)