| OLD | NEW |
| 1 Name: Android Crazy Linker | 1 Name: Android Crazy Linker |
| 2 URL: https://android.googlesource.com/platform/ndk/+/master/sources/android/craz
y_linker/ | 2 URL: https://android.googlesource.com/platform/ndk/+/master/sources/android/craz
y_linker/ |
| 3 Version: 681f1b744aec1b0888f4c7a68165720db9670300 | 3 Version: 681f1b744aec1b0888f4c7a68165720db9670300 |
| 4 Security Critical: no | 4 Security Critical: no |
| 5 License: Apache Version 2.0 | 5 License: Apache Version 2.0 |
| 6 | 6 |
| 7 Description: | 7 Description: |
| 8 Fork of the Android NDK crazy linker. | 8 Fork of the Android NDK crazy linker. |
| 9 | 9 |
| 10 Local Modifications: | 10 Local Modifications: |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 | 36 |
| 37 - Add support for x86_64. | 37 - Add support for x86_64. |
| 38 | 38 |
| 39 - Speculative fix for crbug/397634. | 39 - Speculative fix for crbug/397634. |
| 40 | 40 |
| 41 - Implement LEB128 decoding more efficiently. | 41 - Implement LEB128 decoding more efficiently. |
| 42 | 42 |
| 43 - Add support for unpacking relative relocations with addends, for arm64. | 43 - Add support for unpacking relative relocations with addends, for arm64. |
| 44 | 44 |
| 45 - Fix phdr_table_get_dynamic_section() call in ElfView::InitUnmapped(). | 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. |
| OLD | NEW |