Re: [Patch AArch64] Delete ASM_OUTPUT_DEF and fallback to default .set directive

2016-05-17 Thread Marcus Shawcroft
On 17 May 2016 at 10:13, James Greenhalgh wrote: > > Hi, > > As in the ARM port [1] , the AArch64 port wants to put out "b = a" to set > an alias. This doesn't cause us any trouble yet, as the AArch64 port doesn't > warn for this construct - but at the same time there is no reason for us > not to

[Patch AArch64] Delete ASM_OUTPUT_DEF and fallback to default .set directive

2016-05-17 Thread James Greenhalgh
Hi, As in the ARM port [1] , the AArch64 port wants to put out "b = a" to set an alias. This doesn't cause us any trouble yet, as the AArch64 port doesn't warn for this construct - but at the same time there is no reason for us not to put out a .set directive - this seems to have been copied from