diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2001-01-02 02:56:01 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2001-01-02 02:56:01 +0000 |
commit | 5c25e11dca2662765e675cc94da7f7929518fb8a (patch) | |
tree | e1dc9ac1ea55c353e9a2202c16997bf0e6f0ead0 /gcc/invoke.texi | |
parent | e428b937a2fe945e08b36be77ab1767dc9f104e2 (diff) | |
download | gcc-5c25e11dca2662765e675cc94da7f7929518fb8a.zip gcc-5c25e11dca2662765e675cc94da7f7929518fb8a.tar.gz gcc-5c25e11dca2662765e675cc94da7f7929518fb8a.tar.bz2 |
extend.texi (C++ Extensions): New node for C++ attributes; describe init_priority and com_interface.
2000-12-27 Phil Edwards <pme@sources.redhat.com>
* extend.texi (C++ Extensions): New node for C++ attributes;
describe init_priority and com_interface.
* invoke.texi: Remove -finit-priority as it now has zero effect.
* install.texi: Fix xref syntax.
* md.texi: Likewise.
From-SVN: r38610
Diffstat (limited to 'gcc/invoke.texi')
-rw-r--r-- | gcc/invoke.texi | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi index c555958..d4e79d2 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. +@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. @@ -161,7 +161,7 @@ in the following sections. -falt-external-templates -ffor-scope -fno-for-scope -fno-gnu-keywords -fhonor-std -fhuge-objects -fno-implicit-templates --fno-implicit-inline-templates -finit-priority +-fno-implicit-inline-templates -fno-implement-inlines -fms-extensions -fname-mangling-version-@var{n} -fno-operator-names -fno-optional-diags -fpermissive @@ -1264,11 +1264,6 @@ Don't emit code for implicit instantiations of inline templates, either. The default is to handle inlines differently so that compiles with and without optimization will need the same set of explicit instantiations. -@item -finit-priority -Support @samp{__attribute__ ((init_priority (n)))} for controlling the -order of initialization of file-scope objects. On ELF targets, this -requires GNU ld 2.10 or later. - @item -fno-implement-inlines To save space, do not emit out-of-line copies of inline functions controlled by @samp{#pragma implementation}. This will cause linker |