Commit 1a076282 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

DES PIC-ification. "Cygwin" companion. Problem was that preprocessor macro

is not expanded if prepended with a $-sign.
parent 814af7e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -554,7 +554,7 @@ sub main'picmeup
	addl	\$_GLOBAL_OFFSET_TABLE_+[.-1b],$regs{$dst}
	movl	$sym\@GOT($regs{$dst}),$regs{$dst}
#else
	movl	\$$sym,$regs{$dst}
	leal	$sym,$regs{$dst}
#endif
___
	push(@out,$tmp);