Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 22-Nov-2023 | - | 12,213 | 8,002 | ||
LICENSE | D | 22-Nov-2023 | 2.9 KiB | 56 | 54 | |
OWNERS | D | 22-Nov-2023 | 42 | 3 | 2 | |
README.chromium | D | 22-Nov-2023 | 1.5 KiB | 48 | 29 | |
crazy_linker.gyp | D | 22-Nov-2023 | 1.6 KiB | 56 | 54 |
README.chromium
1Name: Android Crazy Linker 2URL: https://android.googlesource.com/platform/ndk/+/master/sources/android/crazy_linker/ 3Version: 681f1b744aec1b0888f4c7a68165720db9670300 4Security Critical: no 5License: Apache Version 2.0 6 7Description: 8Fork of the Android NDK crazy linker. 9 10Local Modifications: 11- Forked from: 12 android/platform/ndk/f96c7168b688f2d8cc99c220e7a40e3739476848 13 14- Add a required license header to a cpp module, missing in the original 15 16- Rolled to: 17 android/platform/ndk/681f1b744aec1b0888f4c7a68165720db9670300 18 (Re-add license header to crazy_linker_elf_view.cpp) 19 20- Fix for crbug/373695 (NDK crazy linker: Bug in library file name handling) 21 22- Fix for crbug/386594 (Crazy linker fails to load a browser on MIPS) 23 24- Add support for unpacking packed R_ARM_RELATIVE relocation data. 25 https://code.google.com/p/chromium/issues/detail?id=385553 26 27- Add support for opening library within a zipfile. 28 29- Fix -Werror=sign-compare error encountered in NDK build. 30 31- Improve permission denied message to mention upgrading from L-preview. 32 33- Fix for crbug/394306 (Chrome crashes during startup ... on Arm64 AAW15) 34 35- Move packed relocation dynamic tags from DT_LOPROC range to DT_LOOS range. 36 37- Add support for x86_64. 38 39- Speculative fix for crbug/397634. 40 41- Implement LEB128 decoding more efficiently. 42 43- Add support for unpacking relative relocations with addends, for arm64. 44 45- Fix phdr_table_get_dynamic_section() call in ElfView::InitUnmapped(). 46 47- Fix typo in LOG() call, added in arm64 packed relative relocations change. 48