Work-around Ubuntu runtime bug loading shlib on ARM.
Use --android-shlib to activate the work-around. https://bugs.launchpad.net/bugs/1712938 https://github.com/upx/upx/issues/116 modified: p_elf_enum.h modified: p_lx_elf.cpp
This commit is contained in:
@@ -126,6 +126,8 @@
|
||||
SHT_GNU_LIBLIST = 0x6ffffff7 /* Prelink library list */
|
||||
|
||||
, SHT_LOOS = 0x60000000 /* LOcal OS; SHT_ANDROID_REL{,A} is +1, +2 */
|
||||
, SHT_LOPROC = 0x70000000/* Start of processor-specific */
|
||||
, SHT_ARM_ATTRIBUTES = (SHT_LOPROC + 3) /* ARM attributes section. */
|
||||
};
|
||||
|
||||
enum { // sh_flags
|
||||
|
||||
Reference in New Issue
Block a user