Re: [PATCH 3/6] [i386] Remove machine_function::call_ms2sysv_pad_out

2017-07-31 Thread Uros Bizjak
On Mon, Jul 31, 2017 at 1:24 PM, Daniel Santos wrote: > The -mcall-ms2sysv-xlogues project added the boolean fields > call_ms2sysv_pad_in and call_ms2sysv_pad_out to struct machine_function > to track rather or not an additional 8 bytes of padding was needed for > stack alignment prior to and afte

[PATCH 3/6] [i386] Remove machine_function::call_ms2sysv_pad_out

2017-07-31 Thread Daniel Santos
The -mcall-ms2sysv-xlogues project added the boolean fields call_ms2sysv_pad_in and call_ms2sysv_pad_out to struct machine_function to track rather or not an additional 8 bytes of padding was needed for stack alignment prior to and after the stub save area. This design was based upon the faulty as