Commit 151f13be by Per Bothner

Add -f[no-]vtable-thunks (for C++).

From-SVN: r6990
parent 7e44eda6
...@@ -673,6 +673,8 @@ char *lang_options[] = ...@@ -673,6 +673,8 @@ char *lang_options[] =
"-fno-strict-prototype", "-fno-strict-prototype",
"-fthis-is-variable", "-fthis-is-variable",
"-fno-this-is-variable", "-fno-this-is-variable",
"-fvtable-thunks",
"-fno-vtable-thunks",
"-fxref", "-fxref",
"-fno-xref", "-fno-xref",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment