From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24312 invoked by alias); 27 May 2011 14:07:39 -0000 Received: (qmail 24302 invoked by uid 22791); 27 May 2011 14:07:38 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-qw0-f47.google.com (HELO mail-qw0-f47.google.com) (209.85.216.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 27 May 2011 14:07:25 +0000 Received: by qwh5 with SMTP id 5so987550qwh.20 for ; Fri, 27 May 2011 07:07:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.216.4 with SMTP id hg4mr1656498qab.28.1306505244297; Fri, 27 May 2011 07:07:24 -0700 (PDT) Received: by 10.224.61.5 with HTTP; Fri, 27 May 2011 07:07:24 -0700 (PDT) In-Reply-To: <-7914938922028047713@unknownmsgid> References: <-7914938922028047713@unknownmsgid> Date: Fri, 27 May 2011 15:54:00 -0000 Message-ID: Subject: Re: Ping [PATCH ARM] cleanup: local label prefix From: Ramana Radhakrishnan To: Greta Yorsh Cc: gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-05/txt/msg02170.txt.bz2 On 27 May 2011 14:35, Greta Yorsh wrote: > [PATCH ARM] cleanup: local label prefix > http://gcc.gnu.org/ml/gcc-patches/2011-05/msg01433.html > > OK to commit? OK. For future please remember that Changelog entries require 2 spaces between the end of the last name and the beginning of the email address. Also this entry * gcc.target/arm/trampoline-1.c: New test, to make sure the local label ".Ltrampoline" is generated correctly. should just read * gcc.target/arm/trampoline-1.c: New test. cheers Ramana P.S. ( A [Patch ARM] usually helps me because it ends up in the right filters).