Re: [PATCH] MicroBlaze use default ident output generation

2018-01-10 Thread Jeff Law
On 01/09/2018 01:26 AM, Nathan Rossi wrote: > 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. >

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. >>> >>> This resolves issues associated with the use of

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 operation in >> cases where emitted as

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 >> cases where emitted assembly a

Re: [PATCH] MicroBlaze use default ident output generation

2017-11-17 Thread Michael Eager
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 operation in cases where emitted assembly after the ident output is incorrectly in the .sdata2 section i

Re: [PATCH] MicroBlaze use default ident output generation

2017-11-17 Thread Jeff Law
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 > cases where emitted assembly after the ident output is incorrectly in > the .sdata2

[PATCH] MicroBlaze use default ident output generation

2017-11-15 Thread Nathan Rossi
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 cases where emitted assembly after the ident output is incorrectly in the .sdata2 section instead of .text or any other expected section.