On Mon, 2016-04-18 at 14:15 -0500, Joel Sherrill wrote: > Since I stated that, we decided to use the 6.1 branch for a while. > So I decided to look at config/sh/linux.h and see what it was doing. > Copying if on the 6.1 branch seemed liked an option. But it only > appears to address SH3 and SH1 for atomics. What about an implicit > atomic for SH2 or SH4?
TARGET_SH3 means SH3, SH4 and SH4A. TARGET_SH1 means SH1, SH2, SH2A. > Please do. I may just leave this as a breakage and let you fix it. > AFAIK no one is really complaining that it is is broken on our > development master. > Ah good, no hurry then :) Anyway, this issue's been on the pile for a while now. I'll do something about it. Cheers, Oleg