Re: [PATCH] ada: Add missing attributes

2020-08-19 Thread Joel Sherrill
On Wed, Aug 19, 2020, 12:20 PM Gedare Bloom wrote: > Looks good. I forgot about these with the barrier change... I guess > there has been some bitrot in here. I wonder if there is an easier way > to remember to keep this updated. > I don't know. The binding and tests are derived from the old Ada

Re: [PATCH] ada: Add missing attributes

2020-08-19 Thread Gedare Bloom
Looks good. I forgot about these with the barrier change... I guess there has been some bitrot in here. I wonder if there is an easier way to remember to keep this updated. On Tue, Aug 18, 2020 at 10:49 PM Sebastian Huber wrote: > > --- > cpukit/include/adainclude/rtems.ads | 9 + > 1 fi

[PATCH] ada: Add missing attributes

2020-08-18 Thread Sebastian Huber
--- cpukit/include/adainclude/rtems.ads | 9 + 1 file changed, 9 insertions(+) diff --git a/cpukit/include/adainclude/rtems.ads b/cpukit/include/adainclude/rtems.ads index 5069c36011..0b4b3e7e5f 100644 --- a/cpukit/include/adainclude/rtems.ads +++ b/cpukit/include/adainclude/rtems.ads @@