aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Burley <craig@jcb-sc.com>1999-03-30 08:47:17 +0000
committerCraig Burley <burley@gcc.gnu.org>1999-03-30 03:47:17 -0500
commit24f98470c26dce91ecad035bde8fc0afd0358757 (patch)
treeec96023948aaee2ae1e69ddb2742198ee8165ff5
parentca7eb28896922fed8206eeb656d0e68ebb27fbd5 (diff)
downloadgcc-24f98470c26dce91ecad035bde8fc0afd0358757.zip
gcc-24f98470c26dce91ecad035bde8fc0afd0358757.tar.gz
gcc-24f98470c26dce91ecad035bde8fc0afd0358757.tar.bz2
fix typo in extend.texi
From-SVN: r26063
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/extend.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 715422e..faa5b45 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Tue Mar 30 11:39:27 1999 Craig Burley <craig@jcb-sc.com>
+
+ * extend.texi (Extended Asm): Delete spurious `b' before
+ `@end example', which was confusing texi2html.
+
Tue Mar 30 00:26:34 1999 Jason Merrill <jason@yorick.cygnus.com>
* dwarf2out.c (output_line_info): Don't emit redundant info.
diff --git a/gcc/extend.texi b/gcc/extend.texi
index 629cc90..522d738 100644
--- a/gcc/extend.texi
+++ b/gcc/extend.texi
@@ -2543,7 +2543,7 @@ the @code{asm}. For example:
(@{ int __old; \
asm volatile ("get_and_set_priority %0, %1": "=g" (__old) : "g" (new)); \
__old; @})
-b@end example
+@end example
@noindent
If you write an @code{asm} instruction with no outputs, GNU CC will know