diff options
author | Per Bothner <bothner@gcc.gnu.org> | 1994-04-06 14:25:11 -0700 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1994-04-06 14:25:11 -0700 |
commit | 151f13beabf2943cd4a922928cdc9b97fc7031f7 (patch) | |
tree | 35a9ea9e754e08e25c74dd7dab4f26987197e5e1 /gcc | |
parent | 7e44eda6c269fd1eb3cd9ceb86506ac2d155ad71 (diff) | |
download | gcc-151f13beabf2943cd4a922928cdc9b97fc7031f7.zip gcc-151f13beabf2943cd4a922928cdc9b97fc7031f7.tar.gz gcc-151f13beabf2943cd4a922928cdc9b97fc7031f7.tar.bz2 |
Add -f[no-]vtable-thunks (for C++).
From-SVN: r6990
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/toplev.c | 2 |
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", |