index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linker
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: updated comments
Dmitriy Ivanov
2014-05-12
1
-7
/
+2
*
Cleanup: remove AARCH/ARM_COPY relocation support
Dmitriy Ivanov
2014-05-12
1
-89
/
+27
*
Remove support for non-PIE executables
Nick Kralevich
2014-05-08
1
-0
/
+6
*
Merge "Handle empty relro segment or incorrectly sized file."
Torne (Richard Coles)
2014-05-06
1
-3
/
+13
|
\
|
*
Handle empty relro segment or incorrectly sized file.
Torne (Richard Coles)
2014-05-02
1
-3
/
+13
*
|
Disallow dlopen("egl/blah.so") on LP64
Dmitriy Ivanov
2014-05-02
1
-0
/
+3
|
/
*
Pass si_code through to debuggerd.
Elliott Hughes
2014-04-25
1
-36
/
+42
*
Fix arm64/x86 build.
Torne (Richard Coles)
2014-04-22
1
-1
/
+1
*
Merge "Allow sharing the RELRO section via a file."
Torne (Richard Coles)
2014-04-22
3
-5
/
+153
|
\
|
*
Allow sharing the RELRO section via a file.
Torne (Richard Coles)
2014-04-17
3
-5
/
+153
*
|
Merge "Support loading libraries to a reserved address."
Torne (Richard Coles)
2014-04-22
3
-19
/
+41
|
\
\
|
|
/
|
*
Support loading libraries to a reserved address.
Torne (Richard Coles)
2014-04-17
3
-19
/
+41
*
|
Merge "Add android_dlopen_ext() interface to linker."
Torne (Richard Coles)
2014-04-22
3
-13
/
+25
|
\
\
|
|
/
|
*
Add android_dlopen_ext() interface to linker.
Torne (Richard Coles)
2014-04-17
3
-13
/
+25
*
|
Merge "Make libc signal handler output more like debuggerd."
Elliott Hughes
2014-04-19
1
-162
/
+185
|
\
\
|
*
|
Make libc signal handler output more like debuggerd.
Elliott Hughes
2014-04-18
1
-162
/
+185
|
|
/
*
|
Temporarily disable text relocation warnings for x86 libraries
Du Chenyang
2014-04-18
1
-0
/
+2
|
/
*
Remove duplicate line in linker/Android.mk.
Elliott Hughes
2014-04-01
1
-2
/
+1
*
Merge "Use __unused instead of UNUSED in linker.cpp"
Christopher Ferris
2014-03-30
1
-8
/
+7
|
\
|
*
Use __unused instead of UNUSED in linker.cpp
Kito Cheng
2014-03-25
1
-8
/
+7
*
|
linker: use LOCAL_MULTILIB := both style to build linker64
Colin Cross
2014-03-27
2
-62
/
+65
|
/
*
Unify our assembler macros.
Elliott Hughes
2014-02-20
3
-3
/
+3
*
Linker writes to wrong memory location when processing DT_MIPS_RLD_MAP
Benjamin Adolphi
2014-02-19
1
-1
/
+1
*
build linker and linker64 on 64-bit architectures
Colin Cross
2014-02-13
3
-82
/
+89
*
Remove unused variables not spotted by GCC.
Elliott Hughes
2014-02-12
1
-10
/
+4
*
Clean up all the lint cpplint can find in the dynamic linker.
Elliott Hughes
2014-02-11
4
-84
/
+61
*
[MIPS64] Dynamic linker
Chris Dearman
2014-02-11
4
-47
/
+196
*
Switch <elf.h> over to linux uapi under the covers.
Elliott Hughes
2014-02-10
5
-437
/
+405
*
Fix <link.h>.
Elliott Hughes
2014-02-10
2
-43
/
+18
*
Clean up debugger.cpp slightly.
Elliott Hughes
2014-01-31
1
-29
/
+24
*
LP64 binaries should talk to debuggerd64.
Elliott Hughes
2014-01-31
1
-0
/
+4
*
bionic: Change the type of soinfo's size to size_t
Weiwu Chen
2014-01-28
2
-2
/
+2
*
bionic: Do not use magic number for portability
Qiming Shi
2014-01-27
1
-3
/
+3
*
bionic: rename aarch64 target to arm64
Colin Cross
2014-01-23
2
-1
/
+1
*
Make it possible for code to query the dynamic linker's default search path.
Elliott Hughes
2014-01-13
3
-47
/
+50
*
Add -Bsymbolic to the ld flags when linking the dynamic linker.
Elliott Hughes
2014-01-13
1
-1
/
+4
*
Add NT_PRSTATUS to <elf.h>.
Elliott Hughes
2014-01-09
1
-4
/
+1
*
Regenerate the NOTICE files.
Elliott Hughes
2014-01-07
1
-0
/
+28
*
Improve dynamic linker diagnostics for internal errors.
Elliott Hughes
2013-12-22
1
-5
/
+8
*
AArch64: Linker64 support for AArch64
Marcus Oakland
2013-12-17
6
-19
/
+263
*
Fix debugging issues in vdso handling
Pavel Chupin
2013-12-12
1
-1
/
+3
*
Fix linker crashes during unknown symbol lookup
Sergey Melnikov
2013-10-31
1
-8
/
+10
*
Update <sys/exec_elf.h> to get the DF_* flags.
Elliott Hughes
2013-10-28
1
-9
/
+0
*
Don't allow text relocations on 64-bit.
Elliott Hughes
2013-10-28
3
-18
/
+30
*
Clean up linker architecture macros.
Elliott Hughes
2013-10-28
7
-150
/
+129
*
Simplify defining the linker architecture macro.
Elliott Hughes
2013-10-24
1
-15
/
+4
*
Revert "Don't warn about x86 text relocations. They're too prevalent."
Elliott Hughes
2013-10-24
1
-2
/
+0
*
Don't warn about x86 text relocations. They're too prevalent.
Elliott Hughes
2013-10-23
1
-0
/
+2
*
change wording on text relocation message.
Nick Kralevich
2013-10-22
1
-2
/
+2
*
Build the linker with the same -std flags as the rest of bionic.
Elliott Hughes
2013-10-17
1
-4
/
+11
[next]