[PATCH] MicroBlaze resolve section change issues for ident output

2018-01-11 Thread Nathan Rossi
he .sdata2/.rodata operation in cases where emitted assembly after the ident output is incorrectly in the .sdata2/.rodata section instead of .text or any other expected section. This results in assembly failures including operations with symbols across different segments. gcc/ChangeLog 2018-01-11 Na

Re: [PATCH] MicroBlaze use default ident output generation

2018-01-09 Thread Nathan Rossi
On 18 November 2017 at 22:13, Nathan Rossi wrote: > On 18 November 2017 at 04:25, Jeff Law wrote: >> On 11/15/2017 11:58 PM, Nathan Rossi wrote: >>> Remove the MicroBlaze specific TARGET_ASM_OUTPUT_IDENT definition, and >>> use the default. >>> >>> Th

Re: [PATCH] MicroBlaze use default ident output generation

2017-11-18 Thread Nathan Rossi
On 18 November 2017 at 04:30, Michael Eager wrote: > On 11/15/2017 10:58 PM, Nathan Rossi wrote: >> >> Remove the MicroBlaze specific TARGET_ASM_OUTPUT_IDENT definition, and >> use the default. >> >> This resolves issues associated with the use of the .sdata2 op

Re: [PATCH] MicroBlaze use default ident output generation

2017-11-18 Thread Nathan Rossi
On 18 November 2017 at 04:25, Jeff Law wrote: > On 11/15/2017 11:58 PM, Nathan Rossi wrote: >> Remove the MicroBlaze specific TARGET_ASM_OUTPUT_IDENT definition, and >> use the default. >> >> This resolves issues associated with the use of the .sdata2 operation in >

[PATCH] MicroBlaze use default ident output generation

2017-11-15 Thread Nathan Rossi
. Which results in assembly failures including operations with symbols across different segments. gcc/ChangeLog 2017-11-16 Nathan Rossi PR target/83013 * config/microblaze/microblaze-protos.h (microblaze_asm_output_ident): Delete * config/microblaze/microblaze.c