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
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/cygwin/autoload.cc
parentedd8c1726ec75a8bce11fb21d9ed807288d713d0 (diff)
* autoload.cc (noload): Make sure this and succeeding functions are located in
the text segment.
Diffstat (limited to 'winsup/cygwin/autoload.cc')
-rw-r--r--winsup/cygwin/autoload.cc1
1 files changed, 1 insertions, 0 deletions
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\