Re: [RFC] moving assemble_start_function / assemble_end_function to output_mi_thunk

2019-01-11 Thread Max Filippov
On Fri, Jan 11, 2019 at 10:50 AM Jeff Law wrote: > I think this needs to defer to gcc-10 Ok, will resend when in stage1. -- Thanks. -- Max

Re: [RFC] moving assemble_start_function / assemble_end_function to output_mi_thunk

2019-01-11 Thread Jeff Law
On 1/8/19 3:38 PM, Max Filippov wrote: > Hello, > > I'm implementing MI thunk generation for the xtensa target and I've got > an issue that when my code generates a constant it is missing in the > resulting assembly. This happens because a constant pool output happens > inside the assemble_start_f

Re: [RFC] moving assemble_start_function / assemble_end_function to output_mi_thunk

2019-01-08 Thread Max Filippov
Sorry, wrong list, meant to send to g...@gcc.gnu.org -- Thanks. -- Max

[RFC] moving assemble_start_function / assemble_end_function to output_mi_thunk

2019-01-08 Thread Max Filippov
Hello, I'm implementing MI thunk generation for the xtensa target and I've got an issue that when my code generates a constant it is missing in the resulting assembly. This happens because a constant pool output happens inside the assemble_start_function, which is called before the thunk function