[osv-dev] [COMMIT osv master] tst-tls-pie.so: use printf in the init functions

2022-01-08 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Nadav Har'El Branch: master tst-tls-pie.so: use printf in the init functions According to the GCC documentation (look at https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html) "the order in which constructors for C++ objects with static storage du

[osv-dev] [PATCH] tst-tls-pie.so: use printf in the init functions

2022-01-08 Thread Waldemar Kozaczuk
According to the GCC documentation (look at https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html) "the order in which constructors for C++ objects with static storage duration and functions decorated with attribute constructor are invoked is unspecified". This means that for example u