OSDN Git Service

* gcc.texi: Add links for information about Objective-C.
authorshebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 May 2001 00:50:42 +0000 (00:50 +0000)
committershebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 May 2001 00:50:42 +0000 (00:50 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42696 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/gcc.texi

index 4e18c7d..f1bb463 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-29  Stan Shebs  <shebs@apple.com>
+
+       * gcc.texi: Add links for information about Objective-C.
+
 2001-05-29  Nathan Sidwell  <nathan@codesourcery.com>
 
        * configure.in (gcc_version): Remove unrequired \ on ". (Solaris
index e3fa7fe..c5c1ef9 100644 (file)
@@ -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.