From patchwork Sun Feb 27 11:39:55 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ralf Wildenhues X-Patchwork-Id: 84684 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 1B342B70D6 for ; Sun, 27 Feb 2011 22:40:26 +1100 (EST) Received: (qmail 16716 invoked by alias); 27 Feb 2011 11:40:23 -0000 Received: (qmail 16707 invoked by uid 22791); 27 Feb 2011 11:40:22 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mailout-de.gmx.net (HELO mailout-de.gmx.net) (213.165.64.22) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sun, 27 Feb 2011 11:40:17 +0000 Received: (qmail invoked by alias); 27 Feb 2011 11:40:14 -0000 Received: from xdsl-89-0-91-168.netcologne.de (EHLO localhost.localdomain) [89.0.91.168] by mail.gmx.net (mp060) with SMTP; 27 Feb 2011 12:40:14 +0100 Received: from ralf by localhost.localdomain with local (Exim 4.72) (envelope-from ) id 1Pteyh-0005Ak-U3 for gcc-patches@gcc.gnu.org; Sun, 27 Feb 2011 12:39:55 +0100 Date: Sun, 27 Feb 2011 12:39:55 +0100 From: Ralf Wildenhues To: gcc-patches@gcc.gnu.org Subject: docs: fix Function Attributes table nesting. Message-ID: <20110227113955.GC19328@gmx.de> Mail-Followup-To: Ralf Wildenhues , gcc-patches@gcc.gnu.org MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2010-08-04) X-IsSubscribed: yes 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 The tables are nested here, wrongly, leading to very far indented text. One cannot use heading markup inside a table, so I'm removing the mock-markup. I don't think it suffers much from it. Tested make info pdf html, OK for trunk? Thanks, Ralf docs: fix Function Attributes table nesting. gcc/ChangeLog: 2011-02-27 Ralf Wildenhues * doc/extend.texi (Function Attributes): Avoid deeply (and wrongly) nested tables. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 6751360..eaad089 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -3291,8 +3291,6 @@ int core2_func (void) __attribute__ ((__target__ ("arch=core2"))); int sse3_func (void) __attribute__ ((__target__ ("sse3"))); @end smallexample -@table @samp -@item i386 target attributes On the 386, the following options are allowed: @table @samp @@ -3435,8 +3433,8 @@ Specify which floating point unit to use. The @code{target("fpmath=sse,387")} option must be specified as @code{target("fpmath=sse+387")} because the comma would separate different options. +@end table -@item PowerPC target attributes On the PowerPC, the following options are allowed: @table @samp @@ -3608,8 +3606,6 @@ you do specify the @code{target("cpu=@var{CPU}")} attribute, compilation will tune for the @var{CPU} architecture, and not the default tuning specified on the command line. @end table -@end table -@end table On the 386/x86_64 and PowerPC backends, you can use either multiple strings to specify multiple options, or you can separate the option