* autoload.cc (noload): Make sure this and succeeding functions are located in
the text segment.
This commit is contained in:
parent
edd8c1726e
commit
1d8db11e8e
@ -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>
|
2008-04-16 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* fhandler_socket.cc (fhandler_socket::close): Disable enforced
|
* fhandler_socket.cc (fhandler_socket::close): Disable enforced
|
||||||
|
@ -120,6 +120,7 @@ extern "C" void dll_chain () __asm__ ("dll_chain");
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
||||||
__asm__ (" \n\
|
__asm__ (" \n\
|
||||||
|
.text \n\
|
||||||
msg1: \n\
|
msg1: \n\
|
||||||
.ascii \"couldn't dynamically determine load address for '%s' (handle %p), %E\\0\"\n\
|
.ascii \"couldn't dynamically determine load address for '%s' (handle %p), %E\\0\"\n\
|
||||||
\n\
|
\n\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user