* newsym: Oops. Revert below change.

This commit is contained in:
Christopher Faylor 2003-07-07 00:14:58 +00:00
parent 88a628163e
commit c522b9078c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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