[RTEMS Project] #3319: SPARC: Constructors/destructors with priority are not called

RTEMS trac trac at rtems.org
Thu Aug 12 12:47:46 UTC 2021


#3319: SPARC: Constructors/destructors with priority are not called
-------------------------+-------------------------------------------------
 Reporter:  Sebastian    |       Owner:  Thanassis Tsiodras
  Huber                  |  <Thanassis.Tsiodras@…>
     Type:  defect       |      Status:  closed
 Priority:  normal       |   Milestone:  4.11.5
Component:  arch/sparc   |     Version:  4.11
 Severity:  normal       |  Resolution:  fixed
 Keywords:               |  Blocked By:
  qualification          |
 Blocking:               |
-------------------------+-------------------------------------------------
Changes (by Thanassis Tsiodras <Thanassis.Tsiodras@…>):

 * owner:  (none) => Thanassis Tsiodras <Thanassis.Tsiodras@…>
 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"63c6b06fd1cf051ea57a9b22c9986c8421b10446/rtems"
 63c6b06f/rtems]:
 {{{
 #!CommitTicketReference repository="rtems"
 revision="63c6b06fd1cf051ea57a9b22c9986c8421b10446"
 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.

 Close #3319.
 }}}

--
Ticket URL: <http://devel.rtems.org/ticket/3319#comment:4>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list