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.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to