X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <555889AB.1010608@iki.fi> Date: Sun, 17 May 2015 15:29:31 +0300 From: "Andris Pavenis (andris DOT pavenis AT iki DOT fi)" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: "DJGPP List (E-mail)" Subject: dlopen() crashes when DXE built with with gcc-5.1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com dlopen() crashes when - DXE is built using gcc-5.1.0 (verified that gcc-4.7.3 is OK, I did not test 4.8 or 4.9 now) - there are unresolved references in DXE tests/dxe/dldemo.c is such example which crashes when DXE is built using gcc-5.1.0. There are no crashes when only dldemo.c and libc is compiled using gcc-5.1, but DXEs with gcc-4.7.3. DXE files without unresolved references seem to work. Andris