The r211745 adds a new argument to scan_eh_tab(), i.e. lsda.
However, IMO, calling _Unwind_GetLanguageSpecificData() directly in
scan_eh_tab() was more intuitive and reduces several function call
to _Unwind_GetLanguageSpecificData() in __cxx_personality_v0().
Thus, I feel that it well be better to revert the lsda change.
This commit reverts the lsda change, and it is verified that
libcxxabi+libunwind still passes all test cases.