summaryrefslogtreecommitdiff
path: root/cad/ghdl/patches/patch-gcc_doc_c-tree.texi
diff options
context:
space:
mode:
Diffstat (limited to 'cad/ghdl/patches/patch-gcc_doc_c-tree.texi')
-rw-r--r--cad/ghdl/patches/patch-gcc_doc_c-tree.texi22
1 files changed, 22 insertions, 0 deletions
diff --git a/cad/ghdl/patches/patch-gcc_doc_c-tree.texi b/cad/ghdl/patches/patch-gcc_doc_c-tree.texi
new file mode 100644
index 00000000000..5c83d8e9cb3
--- /dev/null
+++ b/cad/ghdl/patches/patch-gcc_doc_c-tree.texi
@@ -0,0 +1,22 @@
+$NetBSD: patch-gcc_doc_c-tree.texi,v 1.1 2013/11/23 15:10:26 ryoon Exp $
+
+* Fix makeinfo
+
+--- gcc/doc/c-tree.texi.orig 2008-02-17 18:52:04.000000000 +0000
++++ gcc/doc/c-tree.texi
+@@ -2325,13 +2325,13 @@ generate these expressions anyhow, if it
+ not matter. The type of the operands and that of the result are
+ always of @code{BOOLEAN_TYPE} or @code{INTEGER_TYPE}.
+
+-@itemx POINTER_PLUS_EXPR
++@item POINTER_PLUS_EXPR
+ This node represents pointer arithmetic. The first operand is always
+ a pointer/reference type. The second operand is always an unsigned
+ integer type compatible with sizetype. This is the only binary
+ arithmetic operand that can operate on pointer types.
+
+-@itemx PLUS_EXPR
++@item PLUS_EXPR
+ @itemx MINUS_EXPR
+ @itemx MULT_EXPR
+ These nodes represent various binary arithmetic operations.