Re: [Patch AArch64] aarch64-c.o should depend on TARGET_H

2016-11-08 Thread Richard Earnshaw (lists)
On 01/11/16 13:58, James Greenhalgh wrote: > > Hi, > > I've noticed that aarch64-c.o doesn't get rebuilt after a change to > the target hooks. That leaves it out of sync with the rest of the compiler > in incremental builds, which in turn causes this code to write to the wrong > memory location:

[Patch AArch64] aarch64-c.o should depend on TARGET_H

2016-11-01 Thread James Greenhalgh
Hi, I've noticed that aarch64-c.o doesn't get rebuilt after a change to the target hooks. That leaves it out of sync with the rest of the compiler in incremental builds, which in turn causes this code to write to the wrong memory location: void aarch64_register_pragmas (void) { /* Upda