aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2009-03-29 02:22:34 +0000
committerJoseph Myers <joseph@codesourcery.com>2009-03-29 02:22:34 +0000
commitda43ea857e843302686ca8f7529cd5942209c380 (patch)
treeaee5e555479437ae6544a55f9413e50b1f18c869
parent5d1a7d412348ad764773739c3380e2387ef663b9 (diff)
* doc/invoke.texi, doc/standards.texi: Refer to
gcc-4.4/c99status.html. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/gcc-4_4-branch@145224 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/invoke.texi2
-rw-r--r--gcc/doc/standards.texi2
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 11f2c6fad14..474b4347101 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2009-03-29 Joseph Myers <joseph@codesourcery.com>
+
+ * doc/invoke.texi, doc/standards.texi: Refer to
+ gcc-4.4/c99status.html.
+
2009-03-28 Anatoly Sokolov <aesok@post.ru>
* config/avr/avr.c (avr_mcu_t): Add atmega8c1, atmega16c1 and
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index deb343ff68f..7d0082a3234 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -1426,7 +1426,7 @@ ISO C90 as modified in amendment 1.
@itemx iso9899:1999
@itemx iso9899:199x
ISO C99. Note that this standard is not yet fully supported; see
-@w{@uref{http://gcc.gnu.org/c99status.html}} for more information. The
+@w{@uref{http://gcc.gnu.org/gcc-4.4/c99status.html}} for more information. The
names @samp{c9x} and @samp{iso9899:199x} are deprecated.
@item gnu89
diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi
index c31849c239f..471ea456e1f 100644
--- a/gcc/doc/standards.texi
+++ b/gcc/doc/standards.texi
@@ -84,7 +84,7 @@ as @dfn{AMD1}; the amended standard is sometimes known as @dfn{C94} or
A new edition of the ISO C standard was published in 1999 as ISO/IEC
9899:1999, and is commonly known as @dfn{C99}. GCC has incomplete
support for this standard version; see
-@uref{http://gcc.gnu.org/c99status.html} for details. To select this
+@uref{http://gcc.gnu.org/gcc-4.4/c99status.html} for details. To select this
standard, use @option{-std=c99} or @option{-std=iso9899:1999}. (While in
development, drafts of this standard version were referred to as
@dfn{C9X}.)