From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34776 invoked by alias); 30 Apr 2015 19:34:30 -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 34758 invoked by uid 89); 30 Apr 2015 19:34:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oi0-f52.google.com Received: from mail-oi0-f52.google.com (HELO mail-oi0-f52.google.com) (209.85.218.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 30 Apr 2015 19:34:29 +0000 Received: by oign205 with SMTP id n205so56011569oig.2 for ; Thu, 30 Apr 2015 12:34:27 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.182.75.230 with SMTP id f6mr4790936obw.65.1430422467747; Thu, 30 Apr 2015 12:34:27 -0700 (PDT) Received: by 10.60.147.170 with HTTP; Thu, 30 Apr 2015 12:34:27 -0700 (PDT) In-Reply-To: References: <554268AB.9060009@redhat.com> Date: Thu, 30 Apr 2015 19:38:00 -0000 Message-ID: Subject: Re: [PATCH] Fix size & type for cold partition names (hot-cold function partitioning) From: Uros Bizjak To: Caroline Tice Cc: "H.J. Lu" , Richard Henderson , "gcc-patches@gcc.gnu.org" , Jeff Law Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-04/txt/msg02089.txt.bz2 On Thu, Apr 30, 2015 at 9:33 PM, Caroline Tice wrote: > What is the correct way to regenerate doc/tm.texi? I have just committed the fix. Uros.