Elliott Hughes
aefb8b3599
am ddeca583
: am aa267685
: Merge "Allow GCC-built fortified code to run on a clang-built bionic."
...
* commit 'ddeca5832eac6ea7a50f8425fc97a45caaf6dd46':
Allow GCC-built fortified code to run on a clang-built bionic.
2013-12-20 05:47:11 +00:00
Elliott Hughes
ddeca5832e
am aa267685
: Merge "Allow GCC-built fortified code to run on a clang-built bionic."
...
* commit 'aa267685c9da11502c4ec50f86f78a7075b6809c':
Allow GCC-built fortified code to run on a clang-built bionic.
2013-12-19 21:23:09 -08:00
Elliott Hughes
aa267685c9
Merge "Allow GCC-built fortified code to run on a clang-built bionic."
2013-12-20 02:54:56 +00:00
Elliott Hughes
907710e49e
am 543e5d54
: am ea23753e
: Merge "Fix __isnanl on aarch64."
...
* commit '543e5d543295f1b867e13e66bc93feb04b55c4eb':
Fix __isnanl on aarch64.
2013-12-20 02:13:41 +00:00
Elliott Hughes
543e5d5432
am ea23753e
: Merge "Fix __isnanl on aarch64."
...
* commit 'ea23753ea0a4d07924d9605d9acb44f51787ddd7':
Fix __isnanl on aarch64.
2013-12-19 18:09:23 -08:00
Elliott Hughes
ea23753ea0
Merge "Fix __isnanl on aarch64."
2013-12-20 02:03:22 +00:00
Elliott Hughes
576fba08dc
am c7295d73
: am a19a41b6
: Merge "Fix struct stat for aarch64."
...
* commit 'c7295d73098df8b5e6c23b1a08b0273232bb9176':
Fix struct stat for aarch64.
2013-12-20 01:58:52 +00:00
Elliott Hughes
d7a478589f
am b37569e3
: am f85b9ac3
: Merge "Don\'t force O_LARGEFILE on LP64."
...
* commit 'b37569e32ef9f4ad8359a8b93c7cb029e77f38c0':
Don't force O_LARGEFILE on LP64.
2013-12-20 01:55:24 +00:00
Elliott Hughes
c7295d7309
am a19a41b6
: Merge "Fix struct stat for aarch64."
...
* commit 'a19a41b6b596654a1ae21c350957d874031b00b2':
Fix struct stat for aarch64.
2013-12-19 17:52:35 -08:00
Elliott Hughes
b37569e32e
am f85b9ac3
: Merge "Don\'t force O_LARGEFILE on LP64."
...
* commit 'f85b9ac3ec4fbebc2792cf823e0e721543950352':
Don't force O_LARGEFILE on LP64.
2013-12-19 17:49:12 -08:00
Elliott Hughes
a19a41b6b5
Merge "Fix struct stat for aarch64."
2013-12-20 01:45:33 +00:00
Elliott Hughes
f85b9ac3ec
Merge "Don't force O_LARGEFILE on LP64."
2013-12-20 01:44:24 +00:00
Elliott Hughes
28ddd91c49
Fix __isnanl on aarch64.
...
This fixes the math.__isnanl, math.powl, and math.fdiml tests.
Change-Id: I0086e4a1a82d0e2708fa07cf580a6d9778c548f2
2013-12-19 17:13:56 -08:00
Ben Cheng
88568a4b89
am 6517824f
: am f576472a
: Merge "Add __popcountsi2 to the function compat list."
...
* commit '6517824f160a41bbf31b410001cae73a35f89b42':
Add __popcountsi2 to the function compat list.
2013-12-20 00:55:25 +00:00
Elliott Hughes
b8fa5b1ca9
Fix struct stat for aarch64.
...
Another kernel, another struct stat.
Change-Id: Ia5ee553d4a2ffc878d2fed82a763ff64c02b12e8
2013-12-19 16:50:22 -08:00
Ben Cheng
6517824f16
am f576472a
: Merge "Add __popcountsi2 to the function compat list."
...
* commit 'f576472a144c20f307bfa05839eb25e7215ff67e':
Add __popcountsi2 to the function compat list.
2013-12-19 16:49:31 -08:00
Elliott Hughes
17cabe15d5
Don't force O_LARGEFILE on LP64.
...
aarch64's strace is confused by this, and it isn't necessary anyway.
Change-Id: Ib07b649eb1c38ff0296003874f73af78c47bc276
2013-12-19 16:48:56 -08:00
Ben Cheng
f576472a14
Merge "Add __popcountsi2 to the function compat list."
2013-12-20 00:42:40 +00:00
Ben Cheng
e3fb66dd01
Add __popcountsi2 to the function compat list.
...
This is needed if we use Clang to compile Bionic, which won't include
__popcountsi2 anymore as Clang generates inline instructions. However
prebuilt binary blobs still depend on libc.so to resolve __popcountsi2.
Change-Id: I9001a3884c4be250c0ceebcd79922783fae1a0b7
2013-12-19 16:26:40 -08:00
Elliott Hughes
ffbbc131fa
am 1608659a
: am ed96db2a
: Merge "Don\'t abort in stdio.getdelim_invalid and stdio.getline_invalid."
...
* commit '1608659a45e2291cab84b4ef1d1c6f35ff988e67':
Don't abort in stdio.getdelim_invalid and stdio.getline_invalid.
2013-12-19 23:48:01 +00:00
Elliott Hughes
1608659a45
am ed96db2a
: Merge "Don\'t abort in stdio.getdelim_invalid and stdio.getline_invalid."
...
* commit 'ed96db2a4f2fe5683407c3571d037bb7325544da':
Don't abort in stdio.getdelim_invalid and stdio.getline_invalid.
2013-12-19 15:42:06 -08:00
Elliott Hughes
ed96db2a4f
Merge "Don't abort in stdio.getdelim_invalid and stdio.getline_invalid."
2013-12-19 23:36:47 +00:00
Elliott Hughes
6ad8f76f1f
Don't abort in stdio.getdelim_invalid and stdio.getline_invalid.
...
Change-Id: Ie1aefed732f4bea77887bddd1be9a0578e247aa3
2013-12-19 14:56:17 -08:00
Elliott Hughes
cd0609f4fc
Allow GCC-built fortified code to run on a clang-built bionic.
...
Even though code built with clang won't be fully fortified
and won't contain calls to our various helpers, binaries built
with GCC will.
Change-Id: I389b2f1e22a3e89b22aadedc46397bf704f9ca79
2013-12-19 14:20:22 -08:00
Elliott Hughes
01e8d48761
am 61f02065
: am cf7a4a4f
: Merge "Revert "Add C linkage for __open_2 and __openat_2.""
...
* commit '61f020650466751501fce0326e654135b88c9f99':
Revert "Add C linkage for __open_2 and __openat_2."
2013-12-19 20:13:00 +00:00
Elliott Hughes
61f0206504
am cf7a4a4f
: Merge "Revert "Add C linkage for __open_2 and __openat_2.""
...
* commit 'cf7a4a4fda076ec76bb79fdbd039665171e8cd75':
Revert "Add C linkage for __open_2 and __openat_2."
2013-12-19 12:07:06 -08:00
Elliott Hughes
cf7a4a4fda
Merge "Revert "Add C linkage for __open_2 and __openat_2.""
2013-12-19 20:02:28 +00:00
Elliott Hughes
9a42eef8b1
Revert "Add C linkage for __open_2 and __openat_2."
...
This reverts commit c13d89b829
.
Change-Id: I40a3c6b926e920b65dd054353a2db8d314d5b300
2013-12-19 20:02:16 +00:00
Elliott Hughes
b0ad47e20d
am d520c95e
: am bb4f6dc2
: Merge "ARM: Change dmb domain for bionic_atomic_barrier()"
...
* commit 'd520c95e457fb81522491b7e50dc736e81e9bbd1':
ARM: Change dmb domain for bionic_atomic_barrier()
2013-12-19 19:51:14 +00:00
Elliott Hughes
f850700c67
am 2520a94e
: am 1afb375d
: Merge "Fix aarch64 custom assembler now non-uapi is gone."
...
* commit '2520a94e0bfce53b499feb7e88791cd6d8023356':
Fix aarch64 custom assembler now non-uapi is gone.
2013-12-19 19:47:42 +00:00
Elliott Hughes
9ebc59e782
am 53fc123c
: am eb15a6c9
: Merge "We actually have modfl."
...
* commit '53fc123c696a37e428b788dd487598178c592c2c':
We actually have modfl.
2013-12-19 19:47:41 +00:00
Elliott Hughes
d520c95e45
am bb4f6dc2
: Merge "ARM: Change dmb domain for bionic_atomic_barrier()"
...
* commit 'bb4f6dc2ec388dca4f3570164509420e1df91b35':
ARM: Change dmb domain for bionic_atomic_barrier()
2013-12-19 11:45:37 -08:00
Elliott Hughes
2520a94e0b
am 1afb375d
: Merge "Fix aarch64 custom assembler now non-uapi is gone."
...
* commit '1afb375d30cadf5dfcb5dfe352527e2a1147c79f':
Fix aarch64 custom assembler now non-uapi is gone.
2013-12-19 11:42:06 -08:00
Elliott Hughes
53fc123c69
am eb15a6c9
: Merge "We actually have modfl."
...
* commit 'eb15a6c9cd35fa2a91d277c48390827a78435ab4':
We actually have modfl.
2013-12-19 11:42:05 -08:00
Elliott Hughes
bb4f6dc2ec
Merge "ARM: Change dmb domain for bionic_atomic_barrier()"
2013-12-19 19:39:43 +00:00
Serban Constantinescu
845c778fa6
ARM: Change dmb domain for bionic_atomic_barrier()
...
This patch changes the domain that the memory barrier operates on. Assumes
that the scope of bionic_atomic_barrier() does not include device memory,
memory shared with the GPU or any other memory external to the processor
cluster.
Change-Id: I291e741c98a64c86f3a3cf99811bbf1e714ac9aa
Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com>
2013-12-19 11:39:01 -08:00
Elliott Hughes
1afb375d30
Merge "Fix aarch64 custom assembler now non-uapi is gone."
2013-12-19 19:36:04 +00:00
Elliott Hughes
eb15a6c9cd
Merge "We actually have modfl."
2013-12-19 19:34:03 +00:00
Elliott Hughes
da9775509b
Fix aarch64 custom assembler now non-uapi is gone.
...
Change-Id: I9c8ad17d9bae2de9d793444d87d4ee133728e900
2013-12-19 11:32:42 -08:00
Elliott Hughes
20adf52cf2
We actually have modfl.
...
Change-Id: I22bb4d14f99a418819f2941c2dfec49094807c5f
2013-12-19 11:30:51 -08:00
Ben Cheng
08af3aae10
am e884a039
: am dcc18ea4
: Merge "Add C linkage for __open_2 and __openat_2."
...
* commit 'e884a039dbb716591a1af6427280a4b555fda604':
Add C linkage for __open_2 and __openat_2.
2013-12-19 19:09:55 +00:00
Ben Cheng
e884a039db
am dcc18ea4
: Merge "Add C linkage for __open_2 and __openat_2."
...
* commit 'dcc18ea4c685230087618c12e8f20484b314596f':
Add C linkage for __open_2 and __openat_2.
2013-12-19 11:05:15 -08:00
Ben Cheng
dcc18ea4c6
Merge "Add C linkage for __open_2 and __openat_2."
2013-12-19 18:59:05 +00:00
Ben Cheng
c13d89b829
Add C linkage for __open_2 and __openat_2.
...
Otherwise Clang mangle them with C++ names.
Change-Id: I844e28d834df8b0752b32d2aadd2013fc8804a43
2013-12-19 10:49:20 -08:00
Serban Constantinescu
bf3ec9ad52
AArch64: Use LDXR/STXR instead of LDAXR/STLXR for bionic_atomic_cmpxchg()
...
The bionic_atomic_cmpxchg() API states that the cmpxchg() will be done without
explicit memory barriers. LDAXR/STLXR semantics involve half barriers for
load/store.
This patch optimises cmpxchg() by using LDXR/STXR and avoiding unnecessary half
bariers. It also fixes the clobber list for all the bionic_atomic_*() functions.
Change-Id: Iae9468965785cfeeec791d52f1e8cbc524adb682
Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com>
2013-12-19 18:32:53 +00:00
Christopher Ferris
85e0dd89e0
am 5cdc1414
: am 81ddd143
: Merge "Remove the non-uapi kernel headers."
...
* commit '5cdc14143351539c3eae053fe142578382f254a5':
Remove the non-uapi kernel headers.
2013-12-19 07:08:35 +00:00
Christopher Ferris
5cdc141433
am 81ddd143
: Merge "Remove the non-uapi kernel headers."
...
* commit '81ddd14381b09f171c006ebcbba15b3c1baf2a9f':
Remove the non-uapi kernel headers.
2013-12-18 23:04:58 -08:00
Christopher Ferris
81ddd14381
Merge "Remove the non-uapi kernel headers."
2013-12-19 06:58:53 +00:00
Nick Kralevich
c92f7f57cf
am c1624712
: am 25447aec
: Merge "Clean up more recursive FORTIFY_SOURCE calls"
...
* commit 'c16247127541af1eb73da28b55b1a41202fa1f56':
Clean up more recursive FORTIFY_SOURCE calls
2013-12-19 05:53:23 +00:00
Nick Kralevich
c162471275
am 25447aec
: Merge "Clean up more recursive FORTIFY_SOURCE calls"
...
* commit '25447aec39c3c3d54b2defab6a5666c162db4f5a':
Clean up more recursive FORTIFY_SOURCE calls
2013-12-18 21:11:40 -08:00