* newsym: Oops. Revert below change.
This commit is contained in:
parent
88a628163e
commit
c522b9078c
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue