OSDN Git Service

* newsym: Oops. Revert below change.
authorcgf <cgf>
Mon, 7 Jul 2003 00:14:58 +0000 (00:14 +0000)
committercgf <cgf>
Mon, 7 Jul 2003 00:14:58 +0000 (00:14 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/newsym

index 16b75af..4b313b0 100644 (file)
@@ -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.
index 2453afd..688a8c6 100755 (executable)
@@ -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