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

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

Issue 340523003: Support for unpacked ARM packed relocations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fork_switch
Patch Set: Update for more review feedback Created 6 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 12 matching lines...) Expand all
23 + 23 +
24 #include "crazy_linker_elf_view.h" 24 #include "crazy_linker_elf_view.h"
25 25
26 #include <errno.h> 26 #include <errno.h>
27 27
28 - Rolled to: 28 - Rolled to:
29 android/platform/ndk/681f1b744aec1b0888f4c7a68165720db9670300 29 android/platform/ndk/681f1b744aec1b0888f4c7a68165720db9670300
30 (Re-add license header to crazy_linker_elf_view.cpp) 30 (Re-add license header to crazy_linker_elf_view.cpp)
31 31
32 - Fix for crbug/373695 (NDK crazy linker: Bug in library file name handling) 32 - Fix for crbug/373695 (NDK crazy linker: Bug in library file name handling)
33
34 - Add support for unpacking packed R_ARM_RELATIVE relocation data.
35 https://code.google.com/p/chromium/issues/detail?id=385553
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698