shebs 02/09/02 06:17:07
Modified: gcc/doc extend.texi invoke.texi
Log:
Remove a bit of merge leftover, tweak more local markers.
Revision Changes Path
1.29 +0 -2 gcc3/gcc/doc/extend.texi
Index: extend.texi
===================================================================
RCS file: /cvs/Darwin/gcc3/gcc/doc/extend.texi,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- extend.texi 2002/08/26 05:41:09 1.28
+++ extend.texi 2002/09/02 13:17:05 1.29
@@ -1937,8 +1937,6 @@
@code{noreturn}, @code{noinline}, @code{always_inline},
@code{pure}, @code{const}, @code{nothrow},
@code{format}, @code{format_arg}, @code{no_instrument_function},
-@c APPLE LOCAL deprecated (Radar 2637521) ilr
-@code{deprecated},
@code{section}, @code{constructor}, @code{destructor}, @code{used},
@code{unused}, @code{deprecated}, @code{weak}, @code{malloc},
@code{alias}, and @code{nonnull}. Several other attributes are defined
1.40 +7 -7 gcc3/gcc/doc/invoke.texi
Index: invoke.texi
===================================================================
RCS file: /cvs/Darwin/gcc3/gcc/doc/invoke.texi,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- invoke.texi 2002/08/26 05:41:10 1.39
+++ invoke.texi 2002/09/02 13:17:05 1.40
@@ -265,7 +265,7 @@
-Werror-implicit-function-declaration @gol
-Wimport -Winline -Wno-endif-labels @gol
-Wlarger-than-@var{len} -Wlong-long @gol
-@c APPLE LOCAL long double
+@c APPLE LOCAL -Wlong-double
-Wno-long-double (APPLE ONLY) @gol
-Wmain -Wmissing-braces -Wmissing-declarations @gol
-Wmissing-format-attribute -Wmissing-noreturn @gol
@@ -1422,7 +1422,7 @@
string literals.
@c APPLE LOCAL end Pascal strings 2001-07-05 zll **
-@c APPLE LOCAL begin coalesced 2002-04-11 tur **
+@c APPLE LOCAL begin coalescing 2002-04-11 turly **
@item -fcoalesce
@opindex fcoalesce
Coalesce duplicated functions and data. The linker will discard all
@@ -1433,7 +1433,7 @@
Use the new OS X "weak_definitions" section attribute for coalesced items.
A single "normal" definition will be chosen by the linker over any number
of weakly-coalesced ones. (APPLE ONLY)
-@c APPLE LOCAL end coalesced 2002-04-11 tur **
+@c APPLE LOCAL end coalescing 2002-04-11 turly **
@end table
@@ -1597,12 +1597,12 @@
to build any Darwin kernel extension. (APPLE ONLY)
@c APPLE LOCAL end -fapple-kext
-@c APPLE LOCAL begin -fcoalesce-templates 2002-04-11 tur **
+@c APPLE LOCAL begin coalescing 2002-04-11 turly **
@item -fcoalesce-templates
@opindex fcoalesce-templates
Mark instantiated templates as "coalesced": the linker will discard
all but one, thus saving space. (APPLE ONLY)
-@c APPLE LOCAL end -fcoalesce-templates 2002-04-11 tur **
+@c APPLE LOCAL end coalescing 2002-04-11 turly **
@item -fms-extensions
@opindex fms-extensions
@@ -2900,11 +2900,11 @@
@opindex Winline
Warn if a function can not be inlined and it was declared as inline.
-@c APPLE LOCAL begin long double
+@c APPLE LOCAL begin -Wlong-double
@item -Wno-long-double
@opindex Wno-long-double
Inhibit warning if the @samp{long double} type is used. (APPLE ONLY)
-@c APPLE LOCAL end long double
+@c APPLE LOCAL end -Wlong-double
@item -Wlong-long
@opindex Wlong-long