Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't test GNU-style ELF hashes on MIPS. | Elliott Hughes | 2013-01-07 | 1 | -1/+5 |
| | | | | | | | | 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 | ||||
* | Check for unknown flags passed to dlopen(3). | Elliott Hughes | 2012-12-18 | 1 | -0/+220 |
Change-Id: I56f4aab0e5a1487bc32d2c4d231e8bd15c4ac8da |