> Revision http://gcc.gnu.org/viewcvs?view=revision&revision=189772 > added constant Support_Atomic_Primitives to the target specific > system-*.ads files. The default system.ads was not updated. > > The included patch > - adds the missing constant > - removes constants not present in other system-*.ads files any more
This patch is NOT ok, system.ads is a special version, used for bootstraping the compiler, and as such, has different constraints. There is nothing to change here. Arno