Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2008-04-18 22:20:30 +0400
committerChristopher Faylor <me@cgf.cx>2008-04-18 22:20:30 +0400
commit1d8db11e8ecc00dc865202663cd46cbd44c180f0 (patch)
tree1f0ba369f00053dfe3d496b8785661afc8b9820c /winsup
parentedd8c1726ec75a8bce11fb21d9ed807288d713d0 (diff)
* autoload.cc (noload): Make sure this and succeeding functions are located in
the text segment.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/autoload.cc1
2 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index e7f39dc3c..d66323967 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -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
diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc
index 844d7b853..89dcbc974 100644
--- a/winsup/cygwin/autoload.cc
+++ b/winsup/cygwin/autoload.cc
@@ -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\