diff options
author | Nicola Pero <nicola.pero@meta-innovation.com> | 2011-02-19 01:42:17 +0000 |
---|---|---|
committer | Nicola Pero <nicola@gcc.gnu.org> | 2011-02-19 01:42:17 +0000 |
commit | d4c433f96c2a31f5bd15dc710f8ce3ff14e54699 (patch) | |
tree | 0ccc89fe6cccce803a9f9432fd4c34fe2d7852d2 /gcc/objc/objc-next-runtime-abi-02.c | |
parent | f6c51fa7a10e886688c49e3bae655ac20914d1bf (diff) | |
download | gcc-d4c433f96c2a31f5bd15dc710f8ce3ff14e54699.zip gcc-d4c433f96c2a31f5bd15dc710f8ce3ff14e54699.tar.gz gcc-d4c433f96c2a31f5bd15dc710f8ce3ff14e54699.tar.bz2 |
Updated comments - no change in code
From-SVN: r170298
Diffstat (limited to 'gcc/objc/objc-next-runtime-abi-02.c')
-rw-r--r-- | gcc/objc/objc-next-runtime-abi-02.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/gcc/objc/objc-next-runtime-abi-02.c b/gcc/objc/objc-next-runtime-abi-02.c index 46e5693..6bfa3a2 100644 --- a/gcc/objc/objc-next-runtime-abi-02.c +++ b/gcc/objc/objc-next-runtime-abi-02.c @@ -22,14 +22,8 @@ along with GCC; see the file COPYING3. If not see /* The NeXT ABI2 is used for m64 implementations on Darwin/OSX machines. - This version is intended to match (logically) output of Apple's 4.2.1 - compiler. - - References: - FSF GCC branches/apple/trunk. - objc4-371.2 Open Source release (Apple Computer). (objc-runtime-new.h) - gcc_42-5664 Apple Local modifications to GCC (Apple Computer). -*/ + This version is intended to match (logically) the output of Apple's + 4.2.1 compiler. */ #include "config.h" #include "system.h" |