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
*
Fix a TEMP_FAILURE_RETRY usage error in the linker.
Elliott Hughes
2012-07-27
1
-5
/
+4
*
Merge "linker: Fix LD_PRELOADS for calling constructors"
Nick Kralevich
2012-07-18
1
-0
/
+5
|
\
|
*
linker: Fix LD_PRELOADS for calling constructors
Kito Cheng
2012-07-15
1
-0
/
+5
*
|
Merge "bionic: Report linker relocation address to gdb"
Elliott Hughes
2012-07-16
1
-7
/
+8
|
\
\
|
*
|
bionic: Report linker relocation address to gdb
Ryan V. Bissell
2012-07-16
1
-7
/
+8
|
|
/
*
|
linker: cleanup of undefined state handling, which is really dead code
Robin Burchell
2012-07-16
1
-1
/
+1
*
|
linker: Use SHN_UNDEF instead of describing what it is trying to do.
Robin Burchell
2012-07-16
1
-2
/
+2
*
|
Use std=gnu99 for the dynamic linker as well as libc.
Elliott Hughes
2012-07-16
1
-1
/
+2
|
/
*
am 67636eea: am 40e7ed58: Unhide rtld_db_dlactivity()
Andrew Hsieh
2012-07-09
2
-3
/
+3
|
\
|
*
am 40e7ed58: Unhide rtld_db_dlactivity()
Andrew Hsieh
2012-07-09
2
-3
/
+3
|
|
\
|
|
*
Unhide rtld_db_dlactivity()
Andrew Hsieh
2012-07-02
2
-3
/
+3
*
|
|
linker: improve loadable segment protection.
David 'Digit' Turner
2012-06-26
2
-442
/
+98
*
|
|
linker: simplify code for dynamic and ARM exidx sections.
David 'Digit' Turner
2012-06-26
1
-43
/
+14
*
|
|
linker: rename load_offset to load_bias.
David 'Digit' Turner
2012-06-25
2
-18
/
+43
*
|
|
linker: avoid mapping the whole library before load.
David 'Digit' Turner
2012-06-25
1
-111
/
+61
*
|
|
linker: Add PAGE_START/OFFSET/END convenience macros
David 'Digit' Turner
2012-06-25
1
-18
/
+15
*
|
|
linker: New sources to manage the ELF program header table.
David 'Digit' Turner
2012-06-25
4
-1
/
+795
*
|
|
Add module base to main executable's ARM_exidx.
Evgeniy Stepanov
2012-06-22
1
-1
/
+1
*
|
|
am fa136e8c: am a5948157: Merge "Define __stack_chk_fail_local.S"
Andrew Hsieh
2012-06-20
2
-1
/
+4
|
\
\
\
|
|
/
/
|
*
|
am a5948157: Merge "Define __stack_chk_fail_local.S"
Andrew Hsieh
2012-06-20
2
-1
/
+4
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Define __stack_chk_fail_local.S
Andrew Hsieh
2012-06-21
2
-1
/
+4
|
|
*
Make the linker relocatable.
Nick Kralevich
2012-05-15
3
-44
/
+121
|
|
*
linker: set LOCAL_NO_CRT := true
Nick Kralevich
2012-05-15
1
-8
/
+3
|
|
*
linker: Fix the computation of si->base
David 'Digit' Turner
2012-05-15
1
-1
/
+12
|
|
*
Add linker support for PIE
Nick Kralevich
2012-05-15
1
-14
/
+23
*
|
|
linker: reduce size by nearly 20KB
David 'Digit' Turner
2012-06-19
1
-0
/
+15
*
|
|
linker: small code-cleanup
David 'Digit' Turner
2012-06-13
4
-69
/
+68
*
|
|
am e4db460a: am b7630f01: Use new debuggerd protocol.
Jeff Brown
2012-06-08
1
-4
/
+23
|
\
\
\
|
|
/
/
|
*
|
Use new debuggerd protocol.
Jeff Brown
2012-06-06
1
-4
/
+23
*
|
|
Support non-zero p_vaddr in first PT_LOAD segment
Ji-Hwan Lee
2012-06-04
2
-40
/
+83
*
|
|
Use mmap to read an initial ELF header of library
Ji-Hwan Lee
2012-05-26
1
-18
/
+17
|
/
/
*
|
linker: remove STB_LOCAL hack
Nick Kralevich
2012-04-23
1
-37
/
+0
*
|
Initialize TLS before any application code is run.
Evgeniy Stepanov
2012-04-13
1
-17
/
+8
*
|
Revert "linker: remove STB_LOCAL hack"
Nick Kralevich
2012-04-10
1
-0
/
+37
*
|
linker: remove STB_LOCAL hack
Nick Kralevich
2012-04-09
1
-37
/
+0
*
|
linker: surround "debug_verbosity" by "#if LINKER_DEBUG"
Nick Kralevich
2012-04-04
1
-0
/
+5
*
|
linker: enable -fvisibility=hidden
Nick Kralevich
2012-04-04
1
-1
/
+3
*
|
Merge "linker: fix off-by-one error in GNU_RELRO handling"
Nick Kralevich
2012-03-20
1
-2
/
+2
|
\
\
|
*
|
linker: fix off-by-one error in GNU_RELRO handling
Nick Kralevich
2012-03-20
1
-2
/
+2
*
|
|
linker: initially reserved memory as PROT_NONE
Nick Kralevich
2012-03-16
1
-8
/
+6
|
/
/
*
|
Re-throw signals
Andy McFadden
2012-03-08
1
-0
/
+20
*
|
Merge "Log the thread id and name for fatal signals."
Marco Nelissen
2012-03-07
1
-2
/
+13
|
\
\
|
*
|
Log the thread id and name for fatal signals.
Marco Nelissen
2012-03-07
1
-2
/
+13
*
|
|
Add relro support
Nick Kralevich
2012-03-05
3
-7
/
+67
|
/
/
*
|
am 49a05c06: am 62daffe1: am f9c5afb1: Merge "Redesign dlopen() locks to be r...
Jean-Baptiste Queru
2012-02-23
1
-1
/
+1
|
\
\
|
|
/
|
*
Redesign dlopen() locks to be recursive per thread.
Pavel Chupin
2012-02-21
1
-1
/
+1
*
|
am 5d7181a7: am 68fc85ff: am 177a7706: linker: fix x86 build
David 'Digit' Turner
2012-02-01
1
-1
/
+1
|
\
\
|
|
/
|
*
linker: fix x86 build
David 'Digit' Turner
2012-02-01
1
-1
/
+1
*
|
Merge c4cb87f3
Jean-Baptiste Queru
2012-02-01
5
-218
/
+3
|
\
\
|
|
/
|
*
remove obsolete SuperH support
David 'Digit' Turner
2012-01-31
5
-218
/
+3
[next]