]> sourceware.org Git - newlib-cygwin.git/commit
libgloss: or1k: If available call the init for init_array
authorStafford Horne <shorne@gmail.com>
Mon, 6 Feb 2017 14:38:39 +0000 (23:38 +0900)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 13 Feb 2017 08:16:51 +0000 (09:16 +0100)
commitff7b7b8945b8ca356710abe67a867ed6fb81f74a
tree619ebec81f962cb0a4da522417b68aeae60a6c3d
parentd1caad439334b29983c0bb3a9222f2eeb60a25a8
libgloss: or1k: If available call the init for init_array

There was an issue revealed in gdb testing where C++ virtual tables
were not getting properly initialized.  This seems to be due to the
c++ global constructors moving from ctors to init_array.

This fix makes sure we call the proper method for initializing the
constructors in all places.
libgloss/or1k/crt0.S
This page took 0.028432 seconds and 5 git commands to generate.