[/] [trunk/] - Rev 3910
Directory listing |
View Log |
Compare with Previous |
Last modification
- Rev 3910, 2012-04-19 08:19:07 GMT
- Author: yug
- Log message:
- fix for bug783.
In dwarf frame sections, for -fpic -g code, unified 4byte upointer_size
is used to represent the reference to the code in text no matter
-m32 or -m64. So, in handling the relocations in .debug_frame,
we should always use PC-relative relocation instead of absolute one as
we did in .eh_frame.
Code Reivew: Lai Jian-Xin.