c-common.h (flag_abi_version): Fix typo in comment.
* c-common.h (flag_abi_version): Fix typo in comment. * doc/invoke.texi (flag_abi_version): Document default value. From-SVN: r57440
This commit is contained in:
parent
c354bbcc0e
commit
46c83bced1
3 changed files with 12 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-09-23 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* c-common.h (flag_abi_version): Fix typo in comment.
|
||||
* doc/invoke.texi (flag_abi_version): Document default value.
|
||||
|
||||
2002-09-23 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* doc/extend.texi (Extended Asm): Clarify that overlap between
|
||||
|
|
|
@ -740,12 +740,12 @@ extern int flag_enforce_eh_specs;
|
|||
/* The version of the C++ ABI in use. The following values are
|
||||
allowed:
|
||||
|
||||
-1: The version of the ABI believed most conformant with the
|
||||
C++ ABI specification. This ABI may change as bugs are
|
||||
discovered and fixed. Therefore, -1 will not necessarily
|
||||
indicate the same ABI in different versions of G++.
|
||||
0: The version of the ABI believed most conformant with the
|
||||
C++ ABI specification. This ABI may change as bugs are
|
||||
discovered and fixed. Therefore, 0 will not necessarily
|
||||
indicate the same ABI in different versions of G++.
|
||||
|
||||
0: The version of the ABI first used in G++ 3.2.
|
||||
1: The version of the ABI first used in G++ 3.2.
|
||||
|
||||
Additional positive integers will be assigned as new versions of
|
||||
the ABI become the default version of the ABI. */
|
||||
|
|
|
@ -1258,6 +1258,8 @@ version that conforms most closely to the C++ ABI specification.
|
|||
Therefore, the ABI obtained using version 0 will change as ABI bugs are
|
||||
fixed.
|
||||
|
||||
The default is version 1.
|
||||
|
||||
@item -fno-access-control
|
||||
@opindex fno-access-control
|
||||
Turn off all access checking. This switch is mainly useful for working
|
||||
|
|
Loading…
Add table
Reference in a new issue