[RTEMS Project] #3319: SPARC: Constructors/destructors with priority are not called
RTEMS trac
trac at rtems.org
Tue Mar 6 10:39:59 UTC 2018
#3319: SPARC: Constructors/destructors with priority are not called
-----------------------------+---------------------
Reporter: Sebastian Huber | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone: 4.11.5
Component: arch/sparc | Version: 4.11
Severity: normal | Resolution:
Keywords: | Blocked By:
Blocking: |
-----------------------------+---------------------
Comment (by Thanassis Tsiodras <Thanassis.Tsiodras@…>):
In [changeset:"4899759f73fd195500e149dd6bffbe418636c0de/rtems"
4899759/rtems]:
{{{
#!CommitTicketReference repository="rtems"
revision="4899759f73fd195500e149dd6bffbe418636c0de"
bsps/sparc: Fix global construction/destruction
The
KEEP (*(SORT(.ctors.*)))
KEEP (*(.ctors))
cannot be simplified to
KEEP (*(SORT(.ctors*)))
since
.ctors < .ctors.*
in lexicographical order.
See spglobalcon02 test case.
Update #3319.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/3319#comment:2>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list