diff mbox

Remove reference to undefined documentation node.

Message ID 20150826100509.GA15892@linux.vnet.ibm.com
State New
Headers show

Commit Message

Dominik Vogt Aug. 26, 2015, 10:05 a.m. UTC
This patch removes a menu entry that points to an undefined node
in the documentation.  The faulty entry has been introduced with
git commit id 3aabc45f2, subversion id 138bc75d-0d04-0410-96.  It
looks like the entry is a remnant of an earlier version of the
documentation introduced with that change.

Ciao

Dominik ^_^  ^_^

Comments

Dominik Vogt Aug. 26, 2015, 11:17 a.m. UTC | #1
On Wed, Aug 26, 2015 at 11:05:09AM +0100, Dominik Vogt wrote:
> This patch removes a menu entry that points to an undefined node
> in the documentation.  The faulty entry has been introduced with
> git commit id 3aabc45f2, subversion id 138bc75d-0d04-0410-96.  It
> looks like the entry is a remnant of an earlier version of the
> documentation introduced with that change.

Sorry, this patch is not good.  Please ignore; I'll look for a
different way to fix the warning.

Ciao

Dominik ^_^  ^_^
diff mbox

Patch

From 55b9c29f73d8da1881ce5a3f65d0c7f40623e161 Mon Sep 17 00:00:00 2001
From: Dominik Vogt <vogt@linux.vnet.ibm.com>
Date: Wed, 26 Aug 2015 10:59:29 +0100
Subject: [PATCH] Remove reference to undefined documentation node.

---
 gcc/doc/extend.texi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 018b5d8..f5f90e6 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -7245,7 +7245,6 @@  for a C symbol, or to place a C variable in a specific register.
 @menu
 * Basic Asm::          Inline assembler without operands.
 * Extended Asm::       Inline assembler with operands.
-* Constraints::        Constraints for @code{asm} operands
 * Asm Labels::         Specifying the assembler name to use for a C symbol.
 * Explicit Reg Vars::  Defining variables residing in specified registers.
 * Size of an asm::     How GCC calculates the size of an @code{asm} block.
-- 
2.3.0