[RTEMS Project] #4900: PowerPC score warnings in score headers
RTEMS trac
trac at rtems.org
Tue Apr 25 06:06:51 UTC 2023
#4900: PowerPC score warnings in score headers
-------------------------+-------------------------------------------------
Reporter: Chris Johns | Owner: Sebastian Huber
| <sebastian.huber@…>
Type: defect | Status: closed
Priority: highest | Milestone: 6.1
Component: score | Version: 6
Severity: normal | Resolution: fixed
Keywords: | Blocked By:
Blocking: |
-------------------------+-------------------------------------------------
Changes (by Sebastian Huber <sebastian.huber@…>):
* owner: (none) => Sebastian Huber <sebastian.huber@…>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"863b26ee3a5ab938c2003bcdbc5b82957f917997/rtems"
863b26ee/rtems]:
{{{
#!CommitTicketReference repository="rtems"
revision="863b26ee3a5ab938c2003bcdbc5b82957f917997"
score: Avoid cyclic header file dependencies
There was a cyclic dependency: For RTEMS_STATIC_ANALYSIS we needed
basedefs.h in assert.h. For RTEMS_UNREACHABLE() we needed _Assert() from
assert.h in basedefs.h.
Fix this by introducing _Debug_Unreachable() in basedefs.h.
Add RTEMS_FUNCTION_NAME to basedefs.h and use it in basedefs.h and
assert.h.
Close #4900.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/4900#comment:4>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list