diff options
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rwxr-xr-x | winsup/cygwin/newsym | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 16b75af7e..4b313b0ff 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,9 @@ 2003-07-06 Christopher Faylor <cgf@redhat.com> + * newsym: Oops. Revert below change. + +2003-07-06 Christopher Faylor <cgf@redhat.com> + * 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 2453afd5f..688a8c6f8 100755 --- a/winsup/cygwin/newsym +++ b/winsup/cygwin/newsym @@ -11,7 +11,7 @@ while [ -n "$1" ]; do oldsym=$1; shift cat <<EOF > newsym.dir/$newsym.s .section .idata$6 - .extern __imp_$oldsym + .extern __imp__$oldsym .extern __head_cygwin1_dll .section .text .global _$newsym |