From c522b9078cb61dfd4fc2752f9b9f6a9e73d60575 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 7 Jul 2003 00:14:58 +0000 Subject: * newsym: Oops. Revert below change. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/newsym | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 16b75af..4b313b0 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,9 @@ 2003-07-06 Christopher Faylor + * newsym: Oops. Revert below change. + +2003-07-06 Christopher Faylor + * newsym: Use correct prefix for generating imports. * pinfo.cc (_pinfo::commune_send): Don't wait forever for a response from another process. diff --git a/winsup/cygwin/newsym b/winsup/cygwin/newsym index 2453afd..688a8c6 100755 --- a/winsup/cygwin/newsym +++ b/winsup/cygwin/newsym @@ -11,7 +11,7 @@ while [ -n "$1" ]; do oldsym=$1; shift cat < newsym.dir/$newsym.s .section .idata$6 - .extern __imp_$oldsym + .extern __imp__$oldsym .extern __head_cygwin1_dll .section .text .global _$newsym -- cgit v1.1