From patchwork Fri Apr 8 11:27:51 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Biener X-Patchwork-Id: 90306 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 68A4FB6F7C for ; Fri, 8 Apr 2011 21:28:01 +1000 (EST) 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, 8 Apr 2011 13:27:51 +0200 (CEST) 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 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org 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