From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23770 invoked by alias); 8 Apr 2011 11:27:57 -0000 Received: (qmail 23680 invoked by uid 22791); 8 Apr 2011 11:27:56 -0000 X-SWARE-Spam-Status: No, hits=-3.3 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from cantor2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 08 Apr 2011 11:27:52 +0000 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.221.2]) by mx2.suse.de (Postfix) with ESMTP id 25C535FC9F for ; Fri, 8 Apr 2011 13:27:51 +0200 (CEST) Date: Fri, 08 Apr 2011 11:27:00 -0000 From: Richard Guenther To: gcc-patches@gcc.gnu.org Subject: [PATCH] Fix PR48513 Message-ID: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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-04/txt/msg00615.txt.bz2 I've re-generated tm.texi and verified make doc now works. Installed. Richard. 2011-04-08 Richard Guenther PR bootstrap/48513 * doc/tm.texi: Re-generate. Index: gcc/doc/tm.texi =================================================================== --- gcc/doc/tm.texi (revision 172170) +++ gcc/doc/tm.texi (working copy) @@ -6821,7 +6821,7 @@ data. @defmac BSS_SECTION_ASM_OP If defined, a C expression whose value is a string, including spacing, containing the assembler operation to identify the following data as -uninitialized global data. If not defined, and +uninitialized global data. If not defined, and @code{ASM_OUTPUT_ALIGNED_BSS} not defined, uninitialized global data will be output in the data section if @option{-fno-common} is passed, otherwise @code{ASM_OUTPUT_COMMON} will be