Elliott Hughes
43bf81e544
Move x86 fenv implementation details into fenv.c.
...
Change-Id: I6cb8c730483c325dc3cb75c2b2fbdd2d8455a54c
2014-06-09 15:20:59 -07:00
Elliott Hughes
cb0114a1f6
am 8c054c51
: Merge "Clean up the ARM fenv.h, moving implementation details into fenv.c."
...
* commit '8c054c51c3324d36dc9ed1cf50229bae8a3f875c':
Clean up the ARM fenv.h, moving implementation details into fenv.c.
2014-06-09 21:42:53 +00:00
Elliott Hughes
8c054c51c3
Merge "Clean up the ARM fenv.h, moving implementation details into fenv.c."
2014-06-09 21:16:15 +00:00
Elliott Hughes
b1dc57caa7
am b98dd8cb
: am 87472963
: Merge "AArch64: libm: Fix ARM64 fenv_t and refactor ARM64 libm implementation."
...
* commit 'b98dd8cb75df69d7211920ee6402bf82e2b8cf93':
AArch64: libm: Fix ARM64 fenv_t and refactor ARM64 libm implementation.
2014-06-09 21:05:05 +00:00
Elliott Hughes
b98dd8cb75
am 87472963
: Merge "AArch64: libm: Fix ARM64 fenv_t and refactor ARM64 libm implementation."
...
* commit '87472963c7c50240002fd83efec69c267c0d6ec7':
AArch64: libm: Fix ARM64 fenv_t and refactor ARM64 libm implementation.
2014-06-09 21:00:35 +00:00
Elliott Hughes
9812a0233c
Clean up the ARM fenv.h, moving implementation details into fenv.c.
...
Change-Id: I919d35db27ec16a6f54a7a5c3c070f33f03d9bb9
2014-06-09 13:57:57 -07:00
Elliott Hughes
87472963c7
Merge "AArch64: libm: Fix ARM64 fenv_t and refactor ARM64 libm implementation."
2014-06-09 20:54:22 +00:00
Serban Constantinescu
a147a1da5c
AArch64: libm: Fix ARM64 fenv_t and refactor ARM64 libm implementation.
...
This patch fixes the ARM64 ABI for libm. fenv_t is now split in 32bit status
and 32bit control. This mirrors the AArch64 FPU control and status
registers (FPCR, FPSR).
The patch also refactors the libm implementation for ARM64 into a finer
grained control over the FPU registers.
Bionic-benchmarks has been expanded with 3 more benchmarks for floating
point operations. The new libm implementation for ARM64 performs better
over all the math benchmarks available.
Change-Id: I2a7f81d6b4e55c91f8a63a4c69614fc8b1bcf2db
Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com>
2014-06-09 13:52:28 -07:00
Elliott Hughes
4e33504927
am 1dcb8471
: am 36ed5971
: Merge "AArch64: Remove Frame Record from ARM64 syscalls"
...
* commit '1dcb84712c2dad520eb49e283bff06ae47a6c1b1':
AArch64: Remove Frame Record from ARM64 syscalls
2014-06-09 19:39:21 +00:00
Elliott Hughes
1dcb84712c
am 36ed5971
: Merge "AArch64: Remove Frame Record from ARM64 syscalls"
...
* commit '36ed5971c45425bf258c72e7baaa68ebdd70c7bb':
AArch64: Remove Frame Record from ARM64 syscalls
2014-06-09 19:35:33 +00:00
Elliott Hughes
36ed5971c4
Merge "AArch64: Remove Frame Record from ARM64 syscalls"
2014-06-09 19:29:46 +00:00
Serban Constantinescu
602b4e482c
AArch64: Remove Frame Record from ARM64 syscalls
...
This patch removes the frame record created on svc calls.
Change-Id: I67cf926ba59540e824fb9749d30538e332df7c1e
Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com>
2014-06-09 11:36:37 -07:00
Elliott Hughes
b07189ab1e
am 3b9da0f9
: Fix the printf family for non-ASCII.
...
* commit '3b9da0f99a6629d5283844922327711c985c78eb':
Fix the printf family for non-ASCII.
2014-06-07 10:01:19 +00:00
Elliott Hughes
47907ba49b
am 3b1e9bf3
: am e18c2714
: Merge "Add the missing issetugid binary compatibility stub."
...
* commit '3b1e9bf3e9bec519a75031dda231cdbfbac53005':
Add the missing issetugid binary compatibility stub.
2014-06-07 09:57:41 +00:00
Elliott Hughes
3b1e9bf3e9
am e18c2714
: Merge "Add the missing issetugid binary compatibility stub."
...
* commit 'e18c271423d1777adfe18434558944082fc32c70':
Add the missing issetugid binary compatibility stub.
2014-06-07 09:18:43 +00:00
Elliott Hughes
e18c271423
Merge "Add the missing issetugid binary compatibility stub."
2014-06-07 05:37:26 +00:00
Elliott Hughes
18b17e9775
Add a regression test for two libm bugs we didn't have.
...
Reported on the OpenBSD list, but we already had the fix for one from FreeBSD,
and I think the other only affected ld80 anyway. Worth having tests thuogh.
Change-Id: Ic4bbeb2384fd578a3ef13e4907be83deda50815f
2014-06-06 21:55:27 -07:00
Elliott Hughes
44ac8af8ed
am 20811f9e
: am 19718f0c
: Merge "Rewrite and hide longjmperror."
...
* commit '20811f9e87b86ba7171b9c9480a9212d787c732e':
Rewrite and hide longjmperror.
2014-06-07 03:56:27 +00:00
Elliott Hughes
20811f9e87
am 19718f0c
: Merge "Rewrite and hide longjmperror."
...
* commit '19718f0cd605f55df26823c67b62ceab6fe99a00':
Rewrite and hide longjmperror.
2014-06-07 03:53:03 +00:00
Elliott Hughes
bffbfeed7a
Add the missing issetugid binary compatibility stub.
...
Bug: 14569474
Change-Id: I3bedc1a0acf356af76424ceaf62ae7e85239f617
2014-06-06 20:41:42 -07:00
Elliott Hughes
19718f0cd6
Merge "Rewrite and hide longjmperror."
2014-06-07 03:35:28 +00:00
Christopher Ferris
28f321aa0f
am 1b8163f5
: am 1cada9b3
: Merge "Remove unused scripts."
...
* commit '1b8163f5e686bc2405731d529c684c06bae65f17':
Remove unused scripts.
2014-06-07 02:11:49 +00:00
Christopher Ferris
1b8163f5e6
am 1cada9b3
: Merge "Remove unused scripts."
...
* commit '1cada9b3ea2724ebb0dee89a7f9a8f00a0ece2ae':
Remove unused scripts.
2014-06-07 02:09:15 +00:00
Christopher Ferris
1cada9b3ea
Merge "Remove unused scripts."
2014-06-07 01:45:28 +00:00
Elliott Hughes
47ba295b06
Rewrite and hide longjmperror.
...
This shouldn't be public API, isn't supported on x86/x86_64, and it's
unlikely anyone would have actually seen the message before anyway.
Using __libc_fatal makes it much more likely to be seen.
Bug: 11156955
Change-Id: Icf7f654b22a7dacd89668b60c11e5705c7215c08
2014-06-06 16:49:39 -07:00
Elliott Hughes
3b9da0f99a
Fix the printf family for non-ASCII.
...
The bug here turned out to be that we hadn't increased the constant
corresponding to the maximum number of bytes in a character to match
our new implementation, so any character requiring more than a byte
in UTF-8 would break our printf family.
Bug: 15439554
(cherry picked from commit 69f05d291d
)
Change-Id: Ia5467e22ccb022e8d118de82291916050656147e
2014-06-06 16:25:13 -07:00
Elliott Hughes
53495dad3a
am afd4df20
: am 6fa47ca4
: Merge "Fix ndk_cruft.cpp __getdents64 build failure."
...
* commit 'afd4df20c99e52be84d1cac2108c18619f32b5f2':
Fix ndk_cruft.cpp __getdents64 build failure.
2014-06-06 22:45:50 +00:00
Elliott Hughes
12e98b459d
am 655dba09
: am 1c60f808
: Merge "Rename __bionic_clone_entry to __start_thread."
...
* commit '655dba09c72ceb5852dae296cef49cbad6b1053f':
Rename __bionic_clone_entry to __start_thread.
2014-06-06 22:45:50 +00:00
Elliott Hughes
449e4aa0a8
am e932f5b5
: am 087b3cfa
: Merge "Add a few more C11 functions to the whitelist."
...
* commit 'e932f5b5d89fcffe1c2e9e68eac4e9092f24719e':
Add a few more C11 functions to the whitelist.
2014-06-06 22:45:49 +00:00
Elliott Hughes
3f508b3fc0
am 132a66be
: am 3e0e7eea
: Merge "Remove getdents from bionic."
...
* commit '132a66be4692840b13b3a6d6fb93d6e7965003c5':
Remove getdents from bionic.
2014-06-06 22:45:48 +00:00
Elliott Hughes
afd4df20c9
am 6fa47ca4
: Merge "Fix ndk_cruft.cpp __getdents64 build failure."
...
* commit '6fa47ca484aa37b0a2a5734a9def32973d110cc6':
Fix ndk_cruft.cpp __getdents64 build failure.
2014-06-06 22:39:09 +00:00
Elliott Hughes
655dba09c7
am 1c60f808
: Merge "Rename __bionic_clone_entry to __start_thread."
...
* commit '1c60f8080acaf0f1794689886e94e54d15d43a7b':
Rename __bionic_clone_entry to __start_thread.
2014-06-06 22:39:09 +00:00
Elliott Hughes
e932f5b5d8
am 087b3cfa
: Merge "Add a few more C11 functions to the whitelist."
...
* commit '087b3cfa5b56c2e4a29cca225fdb1956033868ac':
Add a few more C11 functions to the whitelist.
2014-06-06 22:39:08 +00:00
Elliott Hughes
132a66be46
am 3e0e7eea
: Merge "Remove getdents from bionic."
...
* commit '3e0e7eea490d2080d0290a1e2709e98d8fcf0ebf':
Remove getdents from bionic.
2014-06-06 22:39:07 +00:00
Christopher Ferris
4ff5aa3568
am 5261fd2c
: am b837767a
: Merge "Update kernel header generation docs."
...
* commit '5261fd2cacc8a53643089cab9fbbeb8142f98dea':
Update kernel header generation docs.
2014-06-06 22:35:55 +00:00
Christopher Ferris
5261fd2cac
am b837767a
: Merge "Update kernel header generation docs."
...
* commit 'b837767a63dfc65653448cf732090d7d0b270080':
Update kernel header generation docs.
2014-06-06 22:32:23 +00:00
Christopher Ferris
ab39aba70e
Remove unused scripts.
...
Change-Id: I3391d6c903f710b45e62bcf01058cf3ad9abe399
2014-06-06 15:28:42 -07:00
Elliott Hughes
6fa47ca484
Merge "Fix ndk_cruft.cpp __getdents64 build failure."
2014-06-06 22:25:19 +00:00
Elliott Hughes
1c60f8080a
Merge "Rename __bionic_clone_entry to __start_thread."
2014-06-06 22:24:44 +00:00
Elliott Hughes
d1ead2af8b
Fix ndk_cruft.cpp __getdents64 build failure.
...
Change-Id: Ia463113da0575b36b5a9935d8d45e7bd2c801357
2014-06-06 15:24:20 -07:00
Elliott Hughes
087b3cfa5b
Merge "Add a few more C11 functions to the whitelist."
2014-06-06 22:21:17 +00:00
Elliott Hughes
f6b1d439cc
Add a few more C11 functions to the whitelist.
...
Change-Id: Ie2e767910d7cc8a78c05e29960cf4ab52a59fe9d
2014-06-06 15:20:50 -07:00
Elliott Hughes
ebc8cd117a
Rename __bionic_clone_entry to __start_thread.
...
This seems a bit less obscure.
Change-Id: I7dc528c253b73c861694f67556ad8f919bf92136
2014-06-06 15:18:54 -07:00
Elliott Hughes
3e0e7eea49
Merge "Remove getdents from bionic."
2014-06-06 22:17:59 +00:00
Christopher Ferris
b837767a63
Merge "Update kernel header generation docs."
2014-06-06 22:10:19 +00:00
Elliott Hughes
3d5cb30d23
Remove getdents from bionic.
...
Bug: 11156955
Change-Id: I6c306989801be552d85fba8a50dcdc79282fb9d2
2014-06-06 15:05:58 -07:00
Elliott Hughes
f5df23521f
am 5f409720
: Merge "Use __libc_fatal() for failed malloc in new" into lmp-preview-dev
...
* commit '5f409720ec6bcf9ec6e9874dbb9ffd77d7061554':
Use __libc_fatal() for failed malloc in new
2014-06-06 20:57:13 +00:00
Elliott Hughes
5dd51818e0
resolved conflicts for merge of bd7a892c
to master
...
Change-Id: I2d1699032399444fc7bbca62226fce32b9b5f08e
2014-06-06 13:55:36 -07:00
Christopher Ferris
08b60747fe
Update kernel header generation docs.
...
Also move the description of the cleanup data to the cleanup script.
Bug: 15433575
Change-Id: I21e2cbbfab55da483af1bbe36bbe59126b518e3c
2014-06-06 13:54:36 -07:00
Elliott Hughes
5f409720ec
Merge "Use __libc_fatal() for failed malloc in new" into lmp-preview-dev
2014-06-06 18:33:03 +00:00