From patchwork Wed Aug 14 01:01:10 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sterling Augustine X-Patchwork-Id: 266943 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 58EE52C017E for ; Wed, 14 Aug 2013 11:01:22 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:date:message-id:subject:from:to:cc:content-type; q=dns; s=default; b=YryvB/cfQQH7xJb2+JCHZcT+DbH1Sr8xjbWnBc5LHgi K9K57mKOxWo1uwc+g5EV1fLdbhz16vQaHLSKnMa4Uvd64N5Vqy/RxhnS49A3FWK8 E9IpR+PXv8nAOPGLyeXDSQf77VsOwR3tp53bDVkClOMLjA9Wl3SxrEiUMUZOBEK4 = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:date:message-id:subject:from:to:cc:content-type; s=default; bh=Z2VoHcEhOXwLs0gv+4DeqV/4XTI=; b=qQUGF2xazPQugy/yB 7U1Q3cb8oLBBtJooJ+XkHzVYsw8ZPE8FOd20Gts53DLeKQC8h5CJSeqibAAC15Wb JC5RMfDYoejDrSAagOSuF4AvkLwjr8xC0JQeJxhx+cvH43IZW9VHpF/2eStZTDXv 2w7hPADzGJZPVpdvngHXApOjsY= Received: (qmail 2968 invoked by alias); 14 Aug 2013 01:01:15 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 2958 invoked by uid 89); 14 Aug 2013 01:01:15 -0000 X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 Received: from mail-ee0-f45.google.com (HELO mail-ee0-f45.google.com) (74.125.83.45) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 14 Aug 2013 01:01:12 +0000 Received: by mail-ee0-f45.google.com with SMTP id c50so4561778eek.18 for ; Tue, 13 Aug 2013 18:01:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:mime-version:date:message-id:subject:from:to:cc :content-type; bh=ujLaG2m3o6aoya80b1iHa1lN8Ei+d9D+1nhIXHT6wvc=; b=p3dQwlVR5XTtGA0oXC0nCsXGE/ayyZQo1uFFqHXns1uuPg+Dei39yT6ZL87c5B2VA6 h4YI+tkNhzW+FCtw/D0MZ1UeXFS879gGrX69Reo3D1qxt7Tdx1Xc7ChGZB1spSc3VNxZ 7CUUId1oom26hiHaIatMbCZ72vHHTyve6BMx6CnvAPGm9TXFcxmySBj6OkZsoc5Lyasc Sqabt8khe/VhnssulTrFsm3Hb3ryCktVjGSP5/VrAupn1vGwgHIxOqJHhaCznRSuqRx1 5NX4HjC/rVyo+lMQvI777kvVAMDMIbBtnHjtIG7GiSaiQGkaslDaoXdfGXVxoNKo3bR6 q0DQ== X-Gm-Message-State: ALoCoQk/2a713V2BediOrIojCv9YBdvxUBpsC9AH15QjBoVMXOrUe/PT3YSdJassrFLEmLnoprsGD6B5YFixQSct85WrlyB31+HS30xcC4hhG2RdqOGAl3aPvLULU6s/g2mBuAbvtRhtjcbfoKOinXAIh5MtiSIaAB0NPwCxFev6cX+MImZ2tETXfcsJoy5X4NzLfnUfzWBp0Kmh1XwwGRLeRSkpWNOqXg== MIME-Version: 1.0 X-Received: by 10.14.223.1 with SMTP id u1mr10378925eep.10.1376442070125; Tue, 13 Aug 2013 18:01:10 -0700 (PDT) Received: by 10.223.58.131 with HTTP; Tue, 13 Aug 2013 18:01:10 -0700 (PDT) Date: Tue, 13 Aug 2013 18:01:10 -0700 Message-ID: Subject: [Google 4.8 dwarf] Forward port r191163 from Google 4.7 From: Sterling Augustine To: gcc-patches Cc: Cary Coutant I have committed the following change from Google 4.7 (which is a typo-fix) as obvious. saugustine@sterling: ~/gcc-google-4_8/gcc/gcc $ svn diff dwarf2out.c Index: dwarf2out.c =================================================================== --- dwarf2out.c (revision 201717) +++ dwarf2out.c (working copy) @@ -9190,7 +9190,7 @@ output_pubname (dw_offset die_offset, pubname_entry *entry) { dw_die_ref die = entry->die; - int is_static = get_AT_flag (die, DW_AT_external) ? 1 : 0; + int is_static = get_AT_flag (die, DW_AT_external) ? 0 : 1; dw2_asm_output_data (DWARF_OFFSET_SIZE, die_offset, "DIE offset");