* config/i386/i386.c (output_set_got): Fix typo in pic no-deep case.
From-SVN: r53809
This commit is contained in:
parent
244c2241b8
commit
8e9fadc314
@ -1,3 +1,7 @@
|
||||
2002-05-23 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* config/i386/i386.c (output_set_got): Fix typo in pic no-deep case.
|
||||
|
||||
2002-05-23 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* doc/extend.texi (C++98 Thread-Local Edits): Update with
|
||||
|
@ -3898,7 +3898,7 @@ output_set_got (dest)
|
||||
if (!flag_pic || TARGET_DEEP_BRANCH_PREDICTION)
|
||||
output_asm_insn ("add{l}\t{%1, %0|%0, %1}", xops);
|
||||
else
|
||||
output_asm_insn ("add{l}\t{%1+[.-%X2], %0|%0, %a1+(.-%X2)}", xops);
|
||||
output_asm_insn ("add{l}\t{%1+[.-%a2], %0|%0, %a1+(.-%a2)}", xops);
|
||||
|
||||
return "";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user