commit | 78207ffd0e00d39238f0a8a455a31a12659b30b3 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon May 23 17:09:30 2011 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon May 23 17:09:30 2011 +0900 |
tree | a4d9fc2c682a39c1016a2c29de5633fa7873ed32 | |
parent | 116ceec20069f5bab507eab817e56a4b60480845 [diff] |
sh: Ignore R_SH_NONE module relocations. Some modules may end up with R_SH_NONE relocs with the right combination of compiler/kernel config (specifically dwarf unwinder), so simply trap and ignore them instead of letting them get down to the error path. Reported-by: Carmelo AMOROSO <carmelo.amoroso@st.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>