Elliott Hughes
0aa1fb1c16
am 7471a370
: Merge "Hide __set_tls."
...
* commit '7471a3700348df588d4da35a41b38f6a88b505fd':
Hide __set_tls.
2014-05-21 15:24:32 +00:00
Elliott Hughes
29f2906bda
Merge "Add a few more symbols to check-symbols-glibc."
2014-05-21 15:23:35 +00:00
Elliott Hughes
9f0a52e4e5
Merge "Hide __get_sp."
2014-05-21 15:21:16 +00:00
Elliott Hughes
7471a37003
Merge "Hide __set_tls."
2014-05-21 15:21:01 +00:00
The Android Automerger
f584321edc
merge in master-release history after reset to 9e2595d7b6
2014-05-21 05:49:22 -07:00
Neil Fuller
9e2595d7b6
am fa5903ed
: am 3248b9d3
: am 22784885
: Merge "Change update-tzdata.py to update ICU data as well"
...
* commit 'fa5903edf32062d95a4a09f34571a640c1429eb6':
Change update-tzdata.py to update ICU data as well
2014-05-21 11:17:01 +00:00
Neil Fuller
fa5903edf3
am 3248b9d3
: am 22784885
: Merge "Change update-tzdata.py to update ICU data as well"
...
* commit '3248b9d33c14bef51a07146ce93ec810c07c01e3':
Change update-tzdata.py to update ICU data as well
2014-05-21 08:49:25 +00:00
Neil Fuller
3248b9d33c
am 22784885
: Merge "Change update-tzdata.py to update ICU data as well"
...
* commit '227848854695fe5b6f7183fe507edf093808d8ff':
Change update-tzdata.py to update ICU data as well
2014-05-21 08:44:18 +00:00
Neil Fuller
2278488546
Merge "Change update-tzdata.py to update ICU data as well"
2014-05-21 08:11:40 +00:00
Elliott Hughes
46a55a4478
Remove __syslog; we have the public klogctl API.
...
Bug: 11156955
Change-Id: I5c2cc02f39f76dd32984135f5c12c10bf2853796
2014-05-20 21:01:00 -07:00
Elliott Hughes
b497c43336
Add a few more symbols to check-symbols-glibc.
...
Bug: 11156955
Change-Id: Iee0bae6f9742eca188abc7a337371c50888a0ad6
2014-05-20 20:58:23 -07:00
Elliott Hughes
a75869f0b2
Hide __set_tls.
...
Bug: 11156955
Change-Id: If82c10ae412651361d09591017d1c3a411bd6f0b
2014-05-20 20:32:28 -07:00
Elliott Hughes
dc961faa95
am 58425608
: am a9e2ffd8
: am 20177b9f
: Merge "Remove perf_event_open."
...
* commit '5842560845af94c2f15a1e7186c800e0f1e6224b':
Remove perf_event_open.
2014-05-21 03:28:15 +00:00
Elliott Hughes
5842560845
am a9e2ffd8
: am 20177b9f
: Merge "Remove perf_event_open."
...
* commit 'a9e2ffd8e5cb385d85000c02636514d439bcedec':
Remove perf_event_open.
2014-05-21 03:25:52 +00:00
Elliott Hughes
c3705f6415
Hide __get_sp.
...
Bug: 11156955
Change-Id: I55d8d320521e80c2085af28933a18b00cf5c714e
2014-05-20 20:22:50 -07:00
Elliott Hughes
a9e2ffd8e5
am 20177b9f
: Merge "Remove perf_event_open."
...
* commit '20177b9fea893ab63a49cf574790ea5e5027e50d':
Remove perf_event_open.
2014-05-21 03:22:22 +00:00
Elliott Hughes
20177b9fea
Merge "Remove perf_event_open."
2014-05-21 03:11:58 +00:00
Colin Cross
4d9fe6863f
am 57889849
: am 8a6217df
: am 3d2bc5d6
: Merge "HACK: linker: check for handle==0xffffffff on LP64"
...
* commit '5788984925a13b964c8003616773695fa4ef519b':
HACK: linker: check for handle==0xffffffff on LP64
2014-05-21 00:01:48 +00:00
Colin Cross
5788984925
am 8a6217df
: am 3d2bc5d6
: Merge "HACK: linker: check for handle==0xffffffff on LP64"
...
* commit '8a6217df921eadf7e2f92fb82f2e6f1bfe36d5cb':
HACK: linker: check for handle==0xffffffff on LP64
2014-05-20 23:45:48 +00:00
Colin Cross
8a6217df92
am 3d2bc5d6
: Merge "HACK: linker: check for handle==0xffffffff on LP64"
...
* commit '3d2bc5d6c8f08e587a8dad848829f98776549ba6':
HACK: linker: check for handle==0xffffffff on LP64
2014-05-20 23:36:41 +00:00
Elliott Hughes
4e631ba568
Remove perf_event_open.
...
This was accidentally added at a time when you couldn't add a constant
to <syscall.h> without generating an assembly stub! (You no longer need
to add the constants at all.)
Bug: 11156955
Change-Id: I053c17879138787976c744a5ecf7d30ee51dc48f
2014-05-20 16:24:55 -07:00
Colin Cross
3d2bc5d6c8
Merge "HACK: linker: check for handle==0xffffffff on LP64"
2014-05-20 23:03:07 +00:00
Colin Cross
346fea0805
HACK: linker: check for handle==0xffffffff on LP64
...
bionic RTLD_NEXT was changed from 0xffffffff to -1L, which breaks
existing binaries compiled. Temporarily look either until we can
get recompiled binaries.
Bug: 15113039
Change-Id: I1568fa0e4a832c5e6df21da74a33b22bde7f16f6
2014-05-20 15:19:02 -07:00
Colin Cross
ddc7f830ce
HACK: linker: check for handle==0xffffffff on LP64
...
bionic RTLD_NEXT was changed from 0xffffffff to -1L, which breaks
existing binaries compiled. Temporarily look either until we can
get recompiled binaries.
Bug: 15113039
Change-Id: I1568fa0e4a832c5e6df21da74a33b22bde7f16f6
2014-05-20 15:10:01 -07:00
Christopher Ferris
72bbd42357
Support for jemalloc to replace dlmalloc.
...
To use jemalloc, add MALLOC_IMPL = jemalloc in a board config file
and you get the new version automatically.
Update the pthread_create_key tests since jemalloc uses a few keys.
Add a new test to verify memalign works as expected.
Bug: 981363
Change-Id: I16eb152b291a95bd2499e90492fc6b4bd7053836
2014-05-20 14:47:33 -07:00
Christopher Ferris
223069e0e1
am 1a5d6435
: am 78f22ecb
: am afb89c2a
: Merge "denver: optimize memmove"
...
* commit '1a5d64357968393d03c66c564066add0d589b760':
denver: optimize memmove
2014-05-20 20:18:04 +00:00
Dmitriy Ivanov
a67d3168b9
am 45c1baf1
: am 87ce52ac
: am f092feb8
: Merge "Add R_X86_64_64 to the list of possible weak relocs"
...
* commit '45c1baf1ad7cc5e31a09cd11740846a0ba69041c':
Add R_X86_64_64 to the list of possible weak relocs
2014-05-20 20:17:55 +00:00
Dmitriy Ivanov
8151d09639
am 1350ed3d
: am 5277e772
: am 0a8f296e
: Merge "Add RTLD_NOLOAD support and some related changes."
...
* commit '1350ed3d5252ed2beb8eb06564660c2cc97747f9':
Add RTLD_NOLOAD support and some related changes.
2014-05-20 20:17:54 +00:00
Christopher Ferris
1a5d643579
am 78f22ecb
: am afb89c2a
: Merge "denver: optimize memmove"
...
* commit '78f22ecb6d10c163165e9c7b294bb613a1af3a0a':
denver: optimize memmove
2014-05-20 20:03:40 +00:00
Christopher Ferris
78f22ecb6d
am afb89c2a
: Merge "denver: optimize memmove"
...
* commit 'afb89c2a01089bb247456634a15a58f111bb55a6':
denver: optimize memmove
2014-05-20 19:59:32 +00:00
Christopher Ferris
afb89c2a01
Merge "denver: optimize memmove"
2014-05-20 19:56:13 +00:00
Shu Zhang
6c80ccdeed
denver: optimize memmove
...
Optimize 32-bit denver memmove with reversal memcpy.
Change-Id: Iaad0a9475248cdd7e4f50d58bea9db1b767abc88
2014-05-20 12:31:38 -07:00
Dmitriy Ivanov
45c1baf1ad
am 87ce52ac
: am f092feb8
: Merge "Add R_X86_64_64 to the list of possible weak relocs"
...
* commit '87ce52ac08dd43bed0ceb16f284d5f73f40c7804':
Add R_X86_64_64 to the list of possible weak relocs
2014-05-20 19:19:53 +00:00
Dmitriy Ivanov
1350ed3d52
am 5277e772
: am 0a8f296e
: Merge "Add RTLD_NOLOAD support and some related changes."
...
* commit '5277e7726fced48505cc147310bdbca91c9d0668':
Add RTLD_NOLOAD support and some related changes.
2014-05-20 19:19:52 +00:00
Dmitriy Ivanov
87ce52ac08
am f092feb8
: Merge "Add R_X86_64_64 to the list of possible weak relocs"
...
* commit 'f092feb81b36d024a3da4318a340e069ca1c2d3d':
Add R_X86_64_64 to the list of possible weak relocs
2014-05-20 19:16:50 +00:00
Dmitriy Ivanov
5277e7726f
am 0a8f296e
: Merge "Add RTLD_NOLOAD support and some related changes."
...
* commit '0a8f296e09c34a8eb21099d2a49e70b1b2641faa':
Add RTLD_NOLOAD support and some related changes.
2014-05-20 19:16:49 +00:00
Dmitriy Ivanov
f092feb81b
Merge "Add R_X86_64_64 to the list of possible weak relocs"
2014-05-20 19:11:25 +00:00
Dmitriy Ivanov
0a8f296e09
Merge "Add RTLD_NOLOAD support and some related changes."
2014-05-20 19:11:09 +00:00
Dmitriy Ivanov
b648a8a57e
Add RTLD_NOLOAD support and some related changes.
...
* Aligned RTLD_ values with glibc for lp64
* dlopen supports RTLD_NOLOAD flag
* soinfo_unload calls find_library(.., RTLD_NOLOAD)
instead of naive find_loaded_library_by_name()
* dlopen changed to add child to caller soinfo instead
of somain.
Bug: https://code.google.com/p/android/issues/detail?id=64069
Change-Id: I1a65f2c34f3e0edc6d2c41a2e408b58195feb640
2014-05-20 12:02:24 -07:00
Elliott Hughes
7435e9e974
am 7bdf1e48
: am da095f3c
: am ce0e1b81
: Merge "Add a script for finding symbols in bionic that aren\'t in glibc."
...
* commit '7bdf1e48ff8711f35163f95764bb1d467b205b96':
Add a script for finding symbols in bionic that aren't in glibc.
2014-05-20 18:35:30 +00:00
Elliott Hughes
7bdf1e48ff
am da095f3c
: am ce0e1b81
: Merge "Add a script for finding symbols in bionic that aren\'t in glibc."
...
* commit 'da095f3cd10a117fb36acfd2d0650f86e46da69b':
Add a script for finding symbols in bionic that aren't in glibc.
2014-05-20 18:30:08 +00:00
Elliott Hughes
da095f3cd1
am ce0e1b81
: Merge "Add a script for finding symbols in bionic that aren\'t in glibc."
...
* commit 'ce0e1b81cc434f613d039e7c9d9b852cca0b69ed':
Add a script for finding symbols in bionic that aren't in glibc.
2014-05-20 18:27:55 +00:00
Elliott Hughes
ce0e1b81cc
Merge "Add a script for finding symbols in bionic that aren't in glibc."
2014-05-20 18:25:24 +00:00
Dmitriy Ivanov
8de39cd11d
am 11a6b260
: am 486628a3
: am 0b9a72ce
: Merge "Fix lookup-by-base-name for lp64"
...
* commit '11a6b260f194d69591aa058d05d46e62601d496c':
Fix lookup-by-base-name for lp64
2014-05-20 18:16:00 +00:00
Calin Juravle
077cbee5d1
am 995b9704
: am bcd1a312
: am b2b0f7e1
: Merge "Add uc_regspace to arm\'s ucontext_t"
...
* commit '995b9704d8ba70d4d09ef0c3453d5f25ed099816':
Add uc_regspace to arm's ucontext_t
2014-05-20 18:15:40 +00:00
Dmitriy Ivanov
11a6b260f1
am 486628a3
: am 0b9a72ce
: Merge "Fix lookup-by-base-name for lp64"
...
* commit '486628a3a570a6ae62ac322dcd75a25a285a4151':
Fix lookup-by-base-name for lp64
2014-05-20 16:04:27 +00:00
Dmitriy Ivanov
486628a3a5
am 0b9a72ce
: Merge "Fix lookup-by-base-name for lp64"
...
* commit '0b9a72ce1124f17d514b93c0d26dea76ce8069f0':
Fix lookup-by-base-name for lp64
2014-05-20 15:59:22 +00:00
Dmitriy Ivanov
0b9a72ce11
Merge "Fix lookup-by-base-name for lp64"
2014-05-20 15:53:52 +00:00
Pavel Chupin
bb5bb2046f
Add R_X86_64_64 to the list of possible weak relocs
...
Change-Id: I768a5948d89701a1719734954a3524d3c7187e6a
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
2014-05-20 16:53:33 +04:00
The Android Automerger
e49c966c24
merge in master-release history after reset to b854440098
2014-05-20 05:49:19 -07:00