bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/22762] missing static variable constructor calls


From: nickc at redhat dot com
Subject: [Bug ld/22762] missing static variable constructor calls
Date: Thu, 01 Feb 2018 11:50:07 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=22762

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nickc at redhat dot com

--- Comment #1 from Nick Clifton <nickc at redhat dot com> ---
Hi Domani,

  Are you saying that that commit broke static constructors ?

  This would imply that the placement of the __CTOR_LIST__ symbol in
  libgcc(_ctors.o) is incorrect, so that when the start up code runs,
  it looks at the data pointed to by __CTOR_LIST__, finds nothing, and
  so no constructors are run.  Please could you have a look at the
  executable to see if this is the case ?  (Or upload it to this PR
  so that I can have a look at it).

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]