[/] - Rev 3888
Directory listing |
View Log |
Compare with Previous |
Last modification
- Rev 3888, 2012-03-22 08:19:35 GMT
- Author: yug
- Log message:
- fix for bug955(the regression caused by r3882).
we try to avoid the abuse of TN_RELOC_IA32_GOTOFF in -fpic code,
resolve back to use IA32_GOT as r3881 did.
Only for those cases have to change to IA32_GOTOFF, i.e,
sym:base+ofst expanded to two CGIR ops, and needit be restored for
Asm_m_constrint, we do it.
Code Review: Lai Jian-Xin.