OSDN Git Service

* autoload.cc (noload): Make sure this and succeeding functions are located in
authorcgf <cgf>
Fri, 18 Apr 2008 18:20:30 +0000 (18:20 +0000)
committercgf <cgf>
Fri, 18 Apr 2008 18:20:30 +0000 (18:20 +0000)
the text segment.

winsup/cygwin/ChangeLog
winsup/cygwin/autoload.cc

index e7f39dc..d663239 100644 (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
index 844d7b8..89dcbc9 100644 (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\