Commit 8e9fadc3 by Richard Henderson Committed by Richard Henderson

* config/i386/i386.c (output_set_got): Fix typo in pic no-deep case.

From-SVN: r53809
parent 244c2241
2002-05-23 Richard Henderson <rth@redhat.com> 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 * doc/extend.texi (C++98 Thread-Local Edits): Update with
commentary from Mark. commentary from Mark.
......
...@@ -3898,7 +3898,7 @@ output_set_got (dest) ...@@ -3898,7 +3898,7 @@ output_set_got (dest)
if (!flag_pic || TARGET_DEEP_BRANCH_PREDICTION) if (!flag_pic || TARGET_DEEP_BRANCH_PREDICTION)
output_asm_insn ("add{l}\t{%1, %0|%0, %1}", xops); output_asm_insn ("add{l}\t{%1, %0|%0, %1}", xops);
else 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 ""; return "";
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment