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:05:29 +00:00
parent 814af7e175
commit 1a07628209

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);