commit | 95aff770aad557685411775994bf2ec6bb370367 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Jun 12 17:44:15 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Jun 13 15:27:51 2012 -0700 |
tree | 360add38920eb519830b86859d53cc7afba79c76 | |
parent | a168c83a1d247094e9efb1244b0f73a5f1e1ed97 [diff] |
Fix ridiculous pc offsets for static symbols in .so files. Example before: static art::HandleUnexpectedSignal(int, siginfo*, void*)+4146013245 [0xf75f6fcd] (libartd.so) ...and after: static art::HandleUnexpectedSignal(int, siginfo*, void*)+1085 [0xf7e9872d] (libartd.so) (This matches what gdb's x/1i said.) Change-Id: I0f1ce29ad09bbe6f1f27aa8ef654e7fab2f2378e