* newsym: Oops. Revert below change.
This commit is contained in:
		| @@ -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> | 2003-07-06  Christopher Faylor  <cgf@redhat.com> | ||||||
|  |  | ||||||
| 	* newsym: Use correct prefix for generating imports. | 	* newsym: Use correct prefix for generating imports. | ||||||
|   | |||||||
| @@ -11,7 +11,7 @@ while [ -n "$1" ]; do | |||||||
|     oldsym=$1; shift |     oldsym=$1; shift | ||||||
|     cat <<EOF > newsym.dir/$newsym.s |     cat <<EOF > newsym.dir/$newsym.s | ||||||
| 	.section .idata$6 | 	.section .idata$6 | ||||||
| 	.extern	__imp_$oldsym | 	.extern	__imp__$oldsym | ||||||
| 	.extern __head_cygwin1_dll | 	.extern __head_cygwin1_dll | ||||||
| 	.section .text | 	.section .text | ||||||
| 	.global	_$newsym | 	.global	_$newsym | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user