K 10 svn:author V 6 andrew K 8 svn:date V 27 2014-10-04T13:14:37.112648Z K 7 svn:log V 263 Add movw and movt relocations to the list of relocations against function names that must nnot be adjusted. This fixes a bug where code such as: movw r2, :lower16:symbol movt r2, :upper16:symbol It is common for clang to generate such code when targeting armv7. END