arm: Handle R_ARM_NONE relocs
commit0688afdd34c7c2a4696d22f68497a7a887e6cc37
authorMichael Matz <matz@suse.de>
Fri, 4 Apr 2014 21:33:04 +0000 (4 23:33 +0200)
committerMichael Matz <matz@suse.de>
Fri, 4 Apr 2014 21:33:04 +0000 (4 23:33 +0200)
treef962a02c0c31f1a1d9aec12e1aff456ec4657afe
parent5879c854fb94f722a7ffdd4e895c9ce418548959
arm: Handle R_ARM_NONE relocs

These relocations are used to express a dependency on a certain
symbol (e.g. for EABIs exception handling to the
__aeabi_unwind_cpp_pr{0,1,2} routines).  Just ignore them in
reloc processing.
tccelf.c