Hi,<br><br>  According to Android ABI, we have to link with libdl.so, if "-static"<br>flag is not set.  Otherwise, we will get link error on MIPS architecture,<br>because its libgcc references `_Unwind_Find_FDE' and `dl_iterate_phdr',<br>
but these symbols are defined in libdl.so.<br><br>  I hope the patch can resolve this issue.  And the test cases has been<br>attached.  Please have a look.  Thanks.<br><br>Sincerely,<br>Logan<br><br>