Re: [PATCH] MicroBlaze resolve section change issues for ident output

2018-01-14 Thread Jeff Law
On 01/11/2018 06:54 AM, Nathan Rossi wrote: > 2018-01-11 Nathan Rossi > > PR target/83013 > * config/microblaze/microblaze.c (microblaze_asm_output_ident): > Use .pushsection/.popsection THanks. Installed on the trunk. jeff

[PATCH] MicroBlaze resolve section change issues for ident output

2018-01-11 Thread Nathan Rossi
Change 'microblaze_asm_output_ident' so that instead of just switching section to .sdata2/.rodata it uses the assembler .pushsection and .popsection directives to preserve the section context when emitting the ident string content. This resolves issues associated with the use of the .sdata2/.rodat