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
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
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
Neil Fuller
246c688020
Change update-tzdata.py to update ICU data as well
...
The update-tzdata.py tool now uses downloaded Olson data
to update ICU (*new*) at the same time as it updates Bionic
data.
Change-Id: I7efbd6f453fe2b3e71f564121ff0f64a74289d86
2014-05-20 11:48:43 +01:00
Calin Juravle
995b9704d8
am bcd1a312
: am b2b0f7e1
: Merge "Add uc_regspace to arm\'s ucontext_t"
...
* commit 'bcd1a312ae34021eda8b0ca3635592b76380e25f':
Add uc_regspace to arm's ucontext_t
2014-05-20 10:20:59 +00:00
Calin Juravle
bcd1a312ae
am b2b0f7e1
: Merge "Add uc_regspace to arm\'s ucontext_t"
...
* commit 'b2b0f7e1ae0a0459b41a7732b84f58d62373e512':
Add uc_regspace to arm's ucontext_t
2014-05-20 10:17:12 +00:00
Calin Juravle
b2b0f7e1ae
Merge "Add uc_regspace to arm's ucontext_t"
2014-05-20 10:14:49 +00:00
Dmitriy Ivanov
489e498434
Fix lookup-by-base-name for lp64
...
Bug:https://code.google.com/p/android/issues/detail?id=6670
Change-Id: I5b70e7cde7f40799148aca0a91fb2bb08e0f2b54
2014-05-19 19:15:06 -07:00
Elliott Hughes
5a93e88c7f
Add a script for finding symbols in bionic that aren't in glibc.
...
Bug: 11156955
Change-Id: I9772f054f6a92b842531df084dee0ea9c28806be
2014-05-19 18:01:07 -07:00
Elliott Hughes
6cdd33db4a
am 509348b8
: am c4794a74
: Merge "Use -fvisibility=hidden to build libm."
...
* commit '509348b8ffbeddcd76be4a8117184e6592382ad4':
Use -fvisibility=hidden to build libm.
2014-05-20 00:54:19 +00:00
Elliott Hughes
509348b8ff
am c4794a74
: Merge "Use -fvisibility=hidden to build libm."
...
* commit 'c4794a745c17763729c18f64ae3ccef437a53dcd':
Use -fvisibility=hidden to build libm.
2014-05-20 00:51:15 +00:00
Elliott Hughes
c4794a745c
Merge "Use -fvisibility=hidden to build libm."
2014-05-20 00:48:14 +00:00
Dan Albert
9e69a2e8cc
am 898f8053
: am 05b37cfc
: Merge "Revert "Removes bionic\'s dependence on stlport""
...
* commit '898f80538043ff6c296e13e6b86b1b8fcb87bddf':
Revert "Removes bionic's dependence on stlport"
2014-05-20 00:00:10 +00:00
Elliott Hughes
de9ac71053
Use -fvisibility=hidden to build libm.
...
Bug: 11156955
Change-Id: I77b7772a44313a1eb3970f5d2c8e2af63690efa4
2014-05-19 16:58:52 -07:00
Dan Albert
898f805380
am 05b37cfc
: Merge "Revert "Removes bionic\'s dependence on stlport""
...
* commit '05b37cfc182017876468445c589568ea0f27a3b7':
Revert "Removes bionic's dependence on stlport"
2014-05-19 23:50:28 +00:00
Dan Albert
05b37cfc18
Merge "Revert "Removes bionic's dependence on stlport""
2014-05-19 23:48:06 +00:00
Dan Albert
7a39094465
Revert "Removes bionic's dependence on stlport"
...
This reverts commit 4d35da1df8
.
Change-Id: Ie9a2620441edb55dbc5949e13a4b913ea4e66797
2014-05-19 23:46:51 +00:00
Dan Albert
a484e2d4fc
am 1f71e131
: am 036bf65a
: Merge "Removes bionic\'s dependence on stlport"
...
* commit '1f71e131b61721bfca7efe72e3b39f9a0dd4c41b':
Removes bionic's dependence on stlport
2014-05-19 23:39:06 +00:00
Dan Albert
1f71e131b6
am 036bf65a
: Merge "Removes bionic\'s dependence on stlport"
...
* commit '036bf65a9f295562a0e99a36683454323c4639b2':
Removes bionic's dependence on stlport
2014-05-19 23:35:02 +00:00
Dan Albert
036bf65a9f
Merge "Removes bionic's dependence on stlport"
2014-05-19 23:31:34 +00:00
Dan Albert
60bab8a7ef
am d8cc98ad
: am 94a9ba2b
: Merge "Removes RTTI support from libc"
...
* commit 'd8cc98ad0cb76d0e3328c5eda407cc77aa434628':
Removes RTTI support from libc
2014-05-19 23:30:37 +00:00
Elliott Hughes
348adca20e
am be3db39e
: am 948acf71
: Merge "Switch back to OpenBSD inet_ntop now they\'re FORTIFY clean."
...
* commit 'be3db39e213990af69a68f5070455a59775b24ee':
Switch back to OpenBSD inet_ntop now they're FORTIFY clean.
2014-05-19 23:26:23 +00:00
Dan Albert
d8cc98ad0c
am 94a9ba2b
: Merge "Removes RTTI support from libc"
...
* commit '94a9ba2b4a4d8be7e3520e34bfc7bd47ff7af0ce':
Removes RTTI support from libc
2014-05-19 23:26:03 +00:00
Elliott Hughes
be3db39e21
am 948acf71
: Merge "Switch back to OpenBSD inet_ntop now they\'re FORTIFY clean."
...
* commit '948acf710ed9be223696288466d4f4a566169ec5':
Switch back to OpenBSD inet_ntop now they're FORTIFY clean.
2014-05-19 23:22:21 +00:00
Dan Albert
94a9ba2b4a
Merge "Removes RTTI support from libc"
2014-05-19 23:21:46 +00:00
Elliott Hughes
948acf710e
Merge "Switch back to OpenBSD inet_ntop now they're FORTIFY clean."
2014-05-19 23:19:32 +00:00
Elliott Hughes
f51d3e8767
Switch back to OpenBSD inet_ntop now they're FORTIFY clean.
...
Change-Id: I04798a4966c352a8a12feebdff9646e3bad5933f
2014-05-19 15:55:29 -07:00
Sreeram Ramachandran
d70e0c884c
am 54c83fee
: am 9925c1a8
: Merge "Mark sockets on creation (socket()) and accept4()."
...
* commit '54c83feebfc3b2046ed9e060e19ba6793dec17c4':
Mark sockets on creation (socket()) and accept4().
2014-05-19 22:45:00 +00:00
Sreeram Ramachandran
54c83feebf
am 9925c1a8
: Merge "Mark sockets on creation (socket()) and accept4()."
...
* commit '9925c1a8f717b006b4245880c16f91e5f5f3b40a':
Mark sockets on creation (socket()) and accept4().
2014-05-19 22:42:30 +00:00
Sreeram Ramachandran
9925c1a8f7
Merge "Mark sockets on creation (socket()) and accept4()."
2014-05-19 22:39:05 +00:00
Ben Cheng
10a1ecb4cb
am d9798383
: am 77338a29
: Merge "Address additional warnings found by GCC 4.9."
...
* commit 'd979838321ffe232cd4b37d9b73ee2ec41e99850':
Address additional warnings found by GCC 4.9.
2014-05-19 22:34:25 +00:00
Ben Cheng
d979838321
am 77338a29
: Merge "Address additional warnings found by GCC 4.9."
...
* commit '77338a2969c4b5d6de5200c326ef67d6a82e95b2':
Address additional warnings found by GCC 4.9.
2014-05-19 22:30:09 +00:00
Ben Cheng
77338a2969
Merge "Address additional warnings found by GCC 4.9."
2014-05-19 22:28:10 +00:00
Sreeram Ramachandran
f65c4db319
am 1c99b23c
: am 172ab0f6
: Merge "Query libnetd_client for the appropriate netId for host resolution."
...
* commit '1c99b23cc1ff5f1de658d7377cedf6e43b20f39b':
Query libnetd_client for the appropriate netId for host resolution.
2014-05-19 22:23:55 +00:00
Sreeram Ramachandran
1c99b23cc1
am 172ab0f6
: Merge "Query libnetd_client for the appropriate netId for host resolution."
...
* commit '172ab0f65035013565ec57f52ece663082683698':
Query libnetd_client for the appropriate netId for host resolution.
2014-05-19 22:21:23 +00:00
Sreeram Ramachandran
903b78873a
Mark sockets on creation (socket()) and accept4().
...
Remove the separate syscall for accept() and implement it as accept4(..., 0).
Change-Id: Ib0b8f5d7c5013b91eae6bbc3847852eb355c7714
2014-05-19 15:19:16 -07:00
Sreeram Ramachandran
172ab0f650
Merge "Query libnetd_client for the appropriate netId for host resolution."
2014-05-19 22:16:47 +00:00
Ben Cheng
caff5f2e1a
Address additional warnings found by GCC 4.9.
...
Change-Id: If668a6eb98a6ce7b2872f528b8e3527638814f68
2014-05-19 14:27:31 -07:00
Paul Jensen
5240b562e7
Query libnetd_client for the appropriate netId for host resolution.
...
If libnetd_client can't be found, operate as before and use the default netId
potentially overriden by a more specific netId passed in to
android_get*fornet().
(cherry picked from commit 559c7842cc
)
Change-Id: I42ef3293172651870fb46d2de22464c4f03e8e0b
2014-05-19 12:49:52 -07:00
Dan Albert
4d35da1df8
Removes bionic's dependence on stlport
...
Only affects tests/benchmarks. Confirmed passing on arm.
Change-Id: If158e23e8cd06e7597ef6f3c9376f6799b467e62
2014-05-19 11:33:14 -07:00
Calin Juravle
0e85fb6121
Add uc_regspace to arm's ucontext_t
...
Bug: 12828904
Bug: 12875898
Change-Id: Ic5d532bd0ef58cad9e36a99fc2995c4b069121b2
2014-05-19 19:14:03 +01:00
Dan Albert
48ee47ce25
Removes RTTI support from libc
...
Our type_info stub implementation is incompatible with the libc++ headers. Since
we don't need this support internally and anyone that wants RTTI support will
have to use libc++ anyway, this can be safely removed.
Change-Id: Ied8b67a0d86a4eb0e31191a50cceba0e39a16a6d
2014-05-19 10:32:42 -07:00