diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-30 22:46:01 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-30 22:46:01 +0000 |
commit | 794858643c14c0c33c3f35ea1a67ff2df686f4ad (patch) | |
tree | 52963658be3349969e94d39564b26e413f4acc7f /libobjc | |
parent | 7c24d881fe0516dd94a50d64f640ed7c36ec3728 (diff) | |
download | gcc-794858643c14c0c33c3f35ea1a67ff2df686f4ad.tar.gz |
* fdl.texi: New file.
* c-tree.texi: Use the GFDL.
* gcc.texi: Likewise.
* porting.texi: Use the GFDL.
* objc-features.texi: Use the GFDL.
* gxxint.texi: Remove.
* Make-lang.in: Remove all traces of gxxint.texi.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41700 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc')
-rw-r--r-- | libobjc/ChangeLog | 4 | ||||
-rw-r--r-- | libobjc/objc-features.texi | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index fe3b92de9f1..f54a1ab9ea1 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,7 @@ +2001-04-30 Mark Mitchell <mark@codesourcery.com> + + * objc-features.texi: Use the GFDL. + Wed Mar 21 04:44:58 EST 2001 John Wehle (john@feith.com) * encoding.c (REAL_TYPE): Define. diff --git a/libobjc/objc-features.texi b/libobjc/objc-features.texi index 425f872ad33..c8dc1cd202d 100644 --- a/libobjc/objc-features.texi +++ b/libobjc/objc-features.texi @@ -5,6 +5,9 @@ @setchapternewpage odd @c %**end of header +Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, +1999, 2000, 2001 Free Software Foundation, Inc. + @node Top, Executing code before main, (dir), (dir) @comment node-name, next, previous, up @@ -22,6 +25,7 @@ comments about this document to Ovidiu Predescu * Garbage Collection:: * Constant string objects:: * compatibility_alias:: +* GNU Free Documentation License:: @end menu @node Executing code before main, Type encoding, Top, Top @@ -431,6 +435,8 @@ as argument to this option. It is possible to have multiple compilation units referring to different constant string classes, neither the compiler nor the linker impose any restrictions in doing this. +@include fdl.texi + @c ========================================================================= @node compatibility_alias, , Constant string objects, Top @comment node-name, next, previous, up |