Chris Johns commented on a discussion on 
cpukit/include/rtems/score/processormaskimpl.h: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1096#note_144346

 >    uint32_t              index
 >  )
 >  {
 > -  long bits = mask->__bits[ index / _BITSET_BITS ];
 > +  unsigned long bits = mask->__bits[ index / _BITSET_BITS ];

I hope you do not expect me to comment on what you anticipate. I do not see 
this change as controversial, it is just another change. Thanks, more you do 
the easier it will be.

Please note any FreeBSD code we have in our area of newlib will be questioned 
and reviewed. If you believe what we have is important and needed please take 
the time to make a post on users to explain it.

---

The MR to our contrib newlib is great and what we need. I missed the dependent 
MR and what it meant so I am happy to put is down a simple case of 
miscommunications. I can only again suggest adding something in the description 
would help as the dependent MR is easy to miss.

---

I am still confused on why we need a cast in RTEMS if newlib is fixed?

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1096#note_144346
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to