--android-shlib preserves selected Elf32_Shdr
32-bit only for now; also in wrong place for unpacking (-d) modified: main.cpp modified: options.h modified: p_elf_enum.h modified: p_lx_elf.cpp modified: p_lx_elf.h
This commit is contained in:
@@ -123,6 +123,8 @@
|
||||
SHT_GROUP = 17, /* Section group */
|
||||
SHT_SYMTAB_SHNDX = 18, /* Extended section indeces */
|
||||
SHT_GNU_LIBLIST = 0x6ffffff7 /* Prelink library list */
|
||||
|
||||
, SHT_LOOS = 0x60000000 /* LOcal OS; SHT_ANDROID_REL{,A} is +1, +2 */
|
||||
};
|
||||
|
||||
enum { // sh_flags
|
||||
|
||||
Reference in New Issue
Block a user