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

is not expanded if prepended with a $-sign.
This commit is contained in:
Andy Polyakov 2002-12-15 10:06:27 +00:00
parent ec9f67f610
commit a45051fbfc

View File

@ -554,7 +554,7 @@ sub main'picmeup
addl \$_GLOBAL_OFFSET_TABLE_+[.-1b],$regs{$dst} addl \$_GLOBAL_OFFSET_TABLE_+[.-1b],$regs{$dst}
movl $sym\@GOT($regs{$dst}),$regs{$dst} movl $sym\@GOT($regs{$dst}),$regs{$dst}
#else #else
movl \$$sym,$regs{$dst} leal $sym,$regs{$dst}
#endif #endif
___ ___
push(@out,$tmp); push(@out,$tmp);