| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|