DES PIC-ification. "Cygwin" companion. Problem was that preprocessor macro
is not expanded if prepended with a $-sign.
This commit is contained in:
parent
ec9f67f610
commit
a45051fbfc
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user