diff options
author | Mark Mitchell <mark@codesourcery.com> | 2001-04-30 22:46:01 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2001-04-30 22:46:01 +0000 |
commit | c3aac51278b48f1571a2ff73b567ff108741c588 (patch) | |
tree | 52963658be3349969e94d39564b26e413f4acc7f /libobjc | |
parent | 5fd893d507445801b27c0ebb36b4b802b4df86af (diff) | |
download | gcc-c3aac51278b48f1571a2ff73b567ff108741c588.zip gcc-c3aac51278b48f1571a2ff73b567ff108741c588.tar.gz gcc-c3aac51278b48f1571a2ff73b567ff108741c588.tar.bz2 |
fdl.texi: New file.
* 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.
From-SVN: r41700
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 fe3b92d..f54a1ab 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 425f872..c8dc1cd 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 |