From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34975 invoked by alias); 30 Apr 2015 19:34:32 -0000 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 Received: (qmail 34895 invoked by uid 89); 30 Apr 2015 19:34:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f172.google.com Received: from mail-ob0-f172.google.com (HELO mail-ob0-f172.google.com) (209.85.214.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 30 Apr 2015 19:34:30 +0000 Received: by obfe9 with SMTP id e9so52203174obf.1 for ; Thu, 30 Apr 2015 12:34:29 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.182.56.196 with SMTP id c4mr4879192obq.26.1430422468962; Thu, 30 Apr 2015 12:34:28 -0700 (PDT) Received: by 10.76.54.14 with HTTP; Thu, 30 Apr 2015 12:34:28 -0700 (PDT) In-Reply-To: References: <554268AB.9060009@redhat.com> Date: Thu, 30 Apr 2015 19:42:00 -0000 Message-ID: Subject: Re: [PATCH] Fix size & type for cold partition names (hot-cold function partitioning) From: "H.J. Lu" To: Caroline Tice Cc: Richard Henderson , Uros Bizjak , "gcc-patches@gcc.gnu.org" , Jeff Law Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg02090.txt.bz2 On Thu, Apr 30, 2015 at 12:33 PM, Caroline Tice wrote: > What is the correct way to regenerate doc/tm.texi? > Verify that you have permission to grant a GFDL license for all new text in tm.texi, then copy it to ../../src-trunk/gcc/doc/tm.texi. -- H.J.