mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
Fix a bug in GCC which effectively prevents DEFAULT_PCC_STRUCT_RETURN from
having any effect. This restores a calling convention traditionally used by FreeBSD/i386 and which is expected by a number of assembly sources in libc. Reviewed by: obrien Approved by: re (rwatson)
This commit is contained in:
parent
b30a244c34
commit
9361856c8a
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue