diff gcc/doc/standards.texi @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children b7f97abdc517
line wrap: on
line diff
--- a/gcc/doc/standards.texi	Sun Feb 07 18:28:00 2010 +0900
+++ b/gcc/doc/standards.texi	Fri Feb 12 23:39:51 2010 +0900
@@ -84,7 +84,7 @@
 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/gcc-4.4/c99status.html} for details.  To select this
+@uref{http://gcc.gnu.org/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}.)
@@ -207,10 +207,10 @@
 
 @itemize
 @item
-@uref{http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/}
+@uref{http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/ObjectiveC/}
 is a recent (and periodically updated) version;
 @item
-@uref{http://www.toodarkpark.org/computers/objc/}
+@uref{http://objc.toodarkpark.net}
 is an older example;
 @item
 @uref{http://www.gnustep.org}