diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2002-12-22 05:57:53 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2002-12-22 05:57:53 +0000 |
| commit | 9361856c8a9b0802a9dee3142567d4162dd1bcac (patch) | |
| tree | a2293c690507ae3b1756027cbf6e5e247f7ec0b7 | |
| parent | b30a244c34af22d80a4fcba8aa7b423947f8ef42 (diff) | |
Notes
| -rw-r--r-- | contrib/gcc/config/i386/i386.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/gcc/config/i386/i386.c b/contrib/gcc/config/i386/i386.c index b4b68b479242..c7656f335ea3 100644 --- a/contrib/gcc/config/i386/i386.c +++ b/contrib/gcc/config/i386/i386.c @@ -1244,7 +1244,6 @@ optimization_options (level, size) specifying them, we will set the defaults in override_options. */ if (optimize >= 1) flag_omit_frame_pointer = 2; - flag_pcc_struct_return = 2; flag_asynchronous_unwind_tables = 2; } |
