• Elliott Hughes's avatar
    Don't test GNU-style ELF hashes on MIPS. · a43e9062
    Elliott Hughes authored
    The MIPS toolchain can't generate them because they're incompatible
    with the MIPS ABI (which requires .dynsym match the GOT, while GNU-style
    requires .dynsym to be sorted by hash code), so there's nothing to test.
    
    Change-Id: I2220f452fe6fe595ec1312544cc741dd390a36a5
    a43e9062
dlfcn_test.cpp 6.83 KB