Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1319)

Side by Side Diff: third_party/android_crazy_linker/README.chromium

Issue 1216703003: [android] Remove unpack library fallback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweak documentation to not allow null context Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 - Fix typo in LOG() call, added in arm64 packed relative relocations change. 47 - Fix typo in LOG() call, added in arm64 packed relative relocations change.
48 48
49 - Add an error message for failures where no shared RELRO pages are swapped. 49 - Add an error message for failures where no shared RELRO pages are swapped.
50 50
51 - Remove excess newline from the message added above. 51 - Remove excess newline from the message added above.
52 52
53 - Avoid mixing size_t and uint32_t in Leb128Decoder::Dequeue(). 53 - Avoid mixing size_t and uint32_t in Leb128Decoder::Dequeue().
54 54
55 - Re-order application of relocation sections to match the system linker. 55 - Re-order application of relocation sections to match the system linker.
56 56
57 - Add method for enabling/disabling the memory fallback (disabled by default).
58
59 - Add a check whether file is uncompressed in zip file. 57 - Add a check whether file is uncompressed in zip file.
60 58
61 - Fix -Wreorder warning (error with -Werror) in class ElfLoader. 59 - Fix -Wreorder warning (error with -Werror) in class ElfLoader.
62 60
63 - Control static_assert invocations with a new COMPILE_ASSERT macro. 61 - Control static_assert invocations with a new COMPILE_ASSERT macro.
64 62
65 - Fix unit test crash caused by use of deleted data inside an unload callback. 63 - Fix unit test crash caused by use of deleted data inside an unload callback.
66 64
67 - Fix for crbug/444714 (Chrome_Android: Crash Report - -1DB24FB5) 65 - Fix for crbug/444714 (Chrome_Android: Crash Report - -1DB24FB5)
68 66
(...skipping 10 matching lines...) Expand all
79 - Fix link_map_.l_addr (was load address, should be load bias). 77 - Fix link_map_.l_addr (was load address, should be load bias).
80 78
81 - Convert packed relocation code to handle Android packed relocations. 79 - Convert packed relocation code to handle Android packed relocations.
82 80
83 - Implement a stub __cxa_demangle to avoid linking to LLVM's implementation. 81 - Implement a stub __cxa_demangle to avoid linking to LLVM's implementation.
84 82
85 - Change relocation packing constant names for C++ style (cosmetic only). 83 - Change relocation packing constant names for C++ style (cosmetic only).
86 84
87 - Add a Breakpad "guard region" to the start of reserved address space. 85 - Add a Breakpad "guard region" to the start of reserved address space.
88 86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698