From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32571 invoked by alias); 16 May 2013 07:40:13 -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 32549 invoked by uid 89); 16 May 2013 07:40:08 -0000 X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO autolearn=ham version=3.3.1 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 16 May 2013 07:40:08 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id BE1492ECF5; Thu, 16 May 2013 03:40:06 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id cuGoxlwxOZ8g; Thu, 16 May 2013 03:40:06 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 5B0C22EB9D; Thu, 16 May 2013 03:40:06 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id A49A1C255D; Thu, 16 May 2013 11:40:00 +0400 (RET) Date: Thu, 16 May 2013 07:40:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Checked in: [RFA/dwarf 1/2]: Add DW_LANG_UPC support in set_cu_language. Message-ID: <20130516074000.GF5555@adacore.com> References: <87txm6dhhm.fsf@fleche.redhat.com> <1368623983-10625-1-git-send-email-brobecker@adacore.com> <1368623983-10625-2-git-send-email-brobecker@adacore.com> <87mwrw2sjq.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87mwrw2sjq.fsf@fleche.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-05/txt/msg00577.txt.bz2 > Joel> * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling. > > Joel> Tested on x86_64-linux. No regression. OK to commit? > > Looks good to me. Thanks, Tom. Checked in. -- Joel