| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
Change-Id: I56c1bb2adb4b6a48733c928415e788e689b4944e
|
| | |
| |
| |
| |
| |
| |
| | |
Bug: http://b/22850181
Change-Id: I11a51a2031e68a953ccd5691da98c699c7d01904
(cherry-picked from commit 71927a82379f7a72559ea96e6678d6215090937f)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Bug: 11156955
Bug: 15291317
(cherry picked from commit a167eef5482d4a89d4277ec74f57adbe38052813)
Change-Id: Ib038ad34ef59631f7b4ed6dff2b7956001b8b159
|
| | |
| |
| |
| |
| |
| |
| | |
<signal.h> shouldn't get you the contents of <errno.h>, and <fcntl.h>
shouldn't get you the contents of <unistd.h>.
Change-Id: I347499cd8671bfee98e6b8e875a97cab3a3655d3
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
GCC assembler allows xyz to be redeclared as weak,
by __weak_alias(xyz, _xyz), while _xyz is undefined.
Clang does not like that but silently generates no code.
It will reject its own .s file if the assembly code is saved first.
Since we have no reason to define xyz or _xyz as weak symbol now,
and _xyz is a macro to xyz, we simplify libC to have only
xyz defined as global.
BUG: 17186746
Change-Id: I24b154425838683cae69248cc750c59e26fd5467
|
| | |
| |
| |
| |
| | |
Bug: 14659579
Change-Id: I80ec9584f054c02d1078828f6bca759c42bc1d4c
|
| |/
|
|
|
|
| |
Bug: 11156955
Bug: 15291317
Change-Id: I664f25cce7c17085a101d6593d8e01525a1f6a90
|
| |
|
|
|
|
|
| |
Keep the symbols around on LP32 for binary compatibility.
Bug: 11156955
Change-Id: I379a7e0fa3092e9a70daeafcbcb2aacfc314031a
|
| |
|
|
|
| |
Bug: 11156955
Change-Id: I130272286989487dc22e246fb4ffbee5230225c4
|
|
|
Change-Id: Ic591e22fa5b363bb68376b9f25814c0e5bd83fbf
|