aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorStan Shebs <shebs@apple.com>2001-05-30 00:50:42 +0000
committerStan Shebs <shebs@gcc.gnu.org>2001-05-30 00:50:42 +0000
commit08a8c4f938d1e506e887ea34ef9608946a9813f2 (patch)
treed0b8d6592ea8aea141f4ea6efdf412296a56d253 /gcc
parent70cb702a96adaa2c3b412019a432bee53932b6b1 (diff)
downloadgcc-08a8c4f938d1e506e887ea34ef9608946a9813f2.zip
gcc-08a8c4f938d1e506e887ea34ef9608946a9813f2.tar.gz
gcc-08a8c4f938d1e506e887ea34ef9608946a9813f2.tar.bz2
* gcc.texi: Add links for information about Objective-C.
From-SVN: r42696
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/gcc.texi9
2 files changed, 12 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4e18c7d..f1bb463 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/gcc.texi b/gcc/gcc.texi
index e3fa7fe..c5c1ef9 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.