Avoiding the assumption that the pc pointer of RelocInfo points to the word containin...
authorolehougaard <olehougaard@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 13 Jan 2009 14:38:12 +0000 (14:38 +0000)
committerolehougaard <olehougaard@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 13 Jan 2009 14:38:12 +0000 (14:38 +0000)
commitce673ec9addcf4542d8c567874b3456b575ef276
tree45d8e1f64659466fc04ca09da307735dd1d5c212
parent70af3cc4baf93fd8b35b832d4656f43ceb94b25c
Avoiding the assumption that the pc pointer of RelocInfo points to the word containing the target address. It wasn't true for ARM. (One step closer to serialization on ARM).
Review URL: http://codereview.chromium.org/17376

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1067 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/assembler-arm-inl.h
src/assembler-ia32-inl.h
src/assembler.h
src/serialize.cc
test/cctest/test-serialize.cc