aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>1994-04-06 14:25:11 -0700
committerPer Bothner <bothner@gcc.gnu.org>1994-04-06 14:25:11 -0700
commit151f13beabf2943cd4a922928cdc9b97fc7031f7 (patch)
tree35a9ea9e754e08e25c74dd7dab4f26987197e5e1
parent7e44eda6c269fd1eb3cd9ceb86506ac2d155ad71 (diff)
downloadgcc-151f13beabf2943cd4a922928cdc9b97fc7031f7.zip
gcc-151f13beabf2943cd4a922928cdc9b97fc7031f7.tar.gz
gcc-151f13beabf2943cd4a922928cdc9b97fc7031f7.tar.bz2
Add -f[no-]vtable-thunks (for C++).
From-SVN: r6990
-rw-r--r--gcc/toplev.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 1a339ff..f2e90fe 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -673,6 +673,8 @@ char *lang_options[] =
"-fno-strict-prototype",
"-fthis-is-variable",
"-fno-this-is-variable",
+ "-fvtable-thunks",
+ "-fno-vtable-thunks",
"-fxref",
"-fno-xref",