From: Stan Shebs Date: Wed, 30 May 2001 00:50:42 +0000 (+0000) Subject: * gcc.texi: Add links for information about Objective-C. X-Git-Tag: prereleases/libstdc++-3.0.95~4124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08a8c4f938d1e506e887ea34ef9608946a9813f2;p=thirdparty%2Fgcc.git * gcc.texi: Add links for information about Objective-C. From-SVN: r42696 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4e18c7dfc64f..f1bb46310b2e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-05-29 Stan Shebs + + * gcc.texi: Add links for information about Objective-C. + 2001-05-29 Nathan Sidwell * configure.in (gcc_version): Remove unrequired \ on ". (Solaris diff --git a/gcc/gcc.texi b/gcc/gcc.texi index e3fa7fe6e5f6..c5c1ef91cace 100644 --- a/gcc/gcc.texi +++ b/gcc/gcc.texi @@ -466,7 +466,14 @@ information concerning the history of C that is available online, see @uref{http://gcc.gnu.org/readings.html} @c FIXME: details of C++ standard. -@c FIXME: definitions of Java and Objective C. + +There is no formal written standard for Objective-C. The most +authoritative manual is ``Object-Oriented Programming and the +Objective-C Language'', available at a number of web sites; +@uref{http://developer.apple.com/techpubs/macosx/Cocoa/ObjectiveC} has a +recent version, while @uref{http://www.toodarkpark.org/computers/objc/} +is an older example. @uref{http://www.gnustep.org} includes useful +information as well. @xref{Language,,The GNU Fortran Language, g77, Using and Porting GNU Fortran}, for details of the Fortran language supported by GCC.