* autoload.cc (noload): Make sure this and succeeding functions are located in

the text segment.
This commit is contained in:
Christopher Faylor 2008-04-18 18:20:30 +00:00
parent edd8c1726e
commit 1d8db11e8e
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-04-18 Christopher Faylor <me+cygwin@cgf.cx>
* autoload.cc (noload): Make sure this and succeeding functions are
located in the text segment.
2008-04-16 Corinna Vinschen <corinna@vinschen.de>
* fhandler_socket.cc (fhandler_socket::close): Disable enforced

View File

@ -120,6 +120,7 @@ extern "C" void dll_chain () __asm__ ("dll_chain");
extern "C" {
__asm__ (" \n\
.text \n\
msg1: \n\
.ascii \"couldn't dynamically determine load address for '%s' (handle %p), %E\\0\"\n\
\n\