Elliott Hughes
a671192666
Merge "Move some POSIX math functions out of _USE_GNU/_USE_BSD."
...
am: e73fc63f96
Change-Id: Ia74880366d34d2e5d70c0f9b052cbbcfbaf4b3b4
2016-08-13 00:48:03 +00:00
Treehugger Robot
e73fc63f96
Merge "Move some POSIX math functions out of _USE_GNU/_USE_BSD."
2016-08-13 00:43:54 +00:00
Elliott Hughes
f8ebaa4985
Fix mktime's errno behavior.
...
Don't touch errno on success, do set it to EOVERFLOW (the only allowed errno
value according to POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/mktime.html )
on failure.
Bug: http://b/30477946
Change-Id: Ia915c7b9c3bfcd2f9025530cf5b068fe4dd4fd9e
2016-08-12 16:28:36 -07:00
Elliott Hughes
c1929e4452
Move some POSIX math functions out of _USE_GNU/_USE_BSD.
...
The signgam global and the j0/j1/jn and y0/y1/yn functions are POSIX.
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/math.h.html
Change-Id: I802997a2060a011a777c2b641f28c1d58dfe49ed
2016-08-12 16:25:40 -07:00
Josh Gao
080574433c
Merge changes I9b662ca9,Iad7f3fc9,I1b16a4b5,I47b07755,I6496a8c4, ...
...
am: 9519fc08b7
Change-Id: I837341f7ffeac2dc5a8f6c4d2921c19e26758a9e
2016-08-12 23:19:24 +00:00
Treehugger Robot
9519fc08b7
Merge changes I9b662ca9,Iad7f3fc9,I1b16a4b5,I47b07755,I6496a8c4, ...
...
* changes:
versioner: add support for preprocessing headers.
versioner: fix makefiles.
versioner: purge iostreams.
versioner: assorted fixes.
versioner: replace availability attributes with annotate.
versioner: improve the test script.
2016-08-12 23:14:19 +00:00
Elliott Hughes
f6f567f299
Merge "POSIX says <sys/types.h> should make all the pthread_* types available."
...
am: 6f89d02f55
Change-Id: I4b471a6f658af7fcdccd0901a680c7b4441d387e
2016-08-12 21:39:18 +00:00
Elliott Hughes
280236537e
POSIX says <sys/types.h> should make all the pthread_* types available.
...
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html
Change-Id: I606194e15ceaa3129f266a9a460c358eaa8bf686
2016-08-12 13:18:32 -07:00
Elliott Hughes
96ea9e6fd5
Merge "POSIX says <locale.h> makes NULL visible."
...
am: cea5c8a609
Change-Id: Ic28faf09d246aed6545eb4b11dbbb7af53a180f8
2016-08-12 20:06:42 +00:00
Elliott Hughes
8407ddebec
Merge "Fix sysconf(_SC_ARG_MAX)."
...
am: 51b3b44585
Change-Id: I9cbe4d41c1cb7422dadb13f28389ae44e8b8c325
2016-08-12 19:59:22 +00:00
Elliott Hughes
a7908ef625
Merge "Fix recvfrom prototype."
...
am: 4a77fa3dcd
Change-Id: I6824e7b6eafe1191c4a48830ace246fd7000a90d
2016-08-12 19:58:58 +00:00
Treehugger Robot
cea5c8a609
Merge "POSIX says <locale.h> makes NULL visible."
2016-08-12 19:56:46 +00:00
Elliott Hughes
51b3b44585
Merge "Fix sysconf(_SC_ARG_MAX)."
2016-08-12 19:53:46 +00:00
Treehugger Robot
4a77fa3dcd
Merge "Fix recvfrom prototype."
2016-08-12 19:48:38 +00:00
Elliott Hughes
f232711408
Merge "Fix pthread_barrierattr_getpshared prototype."
...
am: f8f2949744
Change-Id: I736800acfd412eac40685f6cc2ad56f19cadaeaa
2016-08-12 19:23:12 +00:00
Treehugger Robot
f8f2949744
Merge "Fix pthread_barrierattr_getpshared prototype."
2016-08-12 19:13:37 +00:00
Elliott Hughes
f3308b92e9
Merge "POSIX says IPPORT_RESERVED is in <netdb.h>."
...
am: a1858a7f59
Change-Id: I3a88b0f1d4749a4ad8596885578b3155b3e27578
2016-08-12 19:00:47 +00:00
Elliott Hughes
e8469fd74f
Merge "POSIX says SEM_FAILED shall have type sem_t*."
...
am: 5b45d2fec8
Change-Id: I695e085bf4e9efe442ce8f56b959d40e9a3ea0c2
2016-08-12 18:53:18 +00:00
Elliott Hughes
243fcc2786
Merge "POSIX says <fcntl.h> makes SEEK_* visible."
...
am: f135e4e56b
Change-Id: Ia0fc8ebf78ce7885f268b04a97b2c1d1617605e6
2016-08-12 18:53:16 +00:00
Treehugger Robot
a1858a7f59
Merge "POSIX says IPPORT_RESERVED is in <netdb.h>."
2016-08-12 18:52:58 +00:00
Treehugger Robot
5b45d2fec8
Merge "POSIX says SEM_FAILED shall have type sem_t*."
2016-08-12 18:42:44 +00:00
Treehugger Robot
f135e4e56b
Merge "POSIX says <fcntl.h> makes SEEK_* visible."
2016-08-12 18:35:17 +00:00
Elliott Hughes
c1d06e4655
Merge "Add two missing POSIX constant-only headers."
...
am: 0e1b92af2f
Change-Id: Ifc4d9e82b2ecdc5b0d7394503b12e9985923ac52
2016-08-12 17:49:01 +00:00
Treehugger Robot
0e1b92af2f
Merge "Add two missing POSIX constant-only headers."
2016-08-12 17:42:12 +00:00
Elliott Hughes
e43778880e
POSIX says IPPORT_RESERVED is in <netdb.h>.
...
In <netdb.h>:
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html
Not in <netinet/in.h>:
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netinet_in.h.html
Change-Id: Ie34cdb80eeb1443cf292944f3c68d8383aee2295
2016-08-12 10:38:35 -07:00
Elliott Hughes
95b0680cde
POSIX says SEM_FAILED shall have type sem_t*.
...
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/semaphore.h.html
(Even if it didn't, this header previously referred to NULL without ensuring
that NULL was actually visible.)
Change-Id: I70577f4afc21f32c9e585076986127899ef8c8c1
2016-08-12 10:28:52 -07:00
Elliott Hughes
c5537889f5
POSIX says <locale.h> makes NULL visible.
...
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html
Change-Id: I81a600153738dff6ce3d9cde95c787b71d81a368
2016-08-12 10:28:08 -07:00
Elliott Hughes
fb94c6396e
Merge "Use sysinfo(2) to implement more of <sys/sysinfo.h>."
...
am: b17d845d9b
Change-Id: I68e9be7428268bf0f3bd54d8e14647aa89debc4e
2016-08-12 17:18:51 +00:00
Elliott Hughes
fd936ae025
POSIX says <fcntl.h> makes SEEK_* visible.
...
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html
We already had two copies of these constants, so time to factor them out
into bits/.
Change-Id: I213c0d2372e41463593f878d338002b8eaa918cd
2016-08-12 10:16:34 -07:00
Treehugger Robot
b17d845d9b
Merge "Use sysinfo(2) to implement more of <sys/sysinfo.h>."
2016-08-12 17:07:41 +00:00
Elliott Hughes
48bfc6e0df
Add two missing POSIX constant-only headers.
...
Change-Id: Ic175635a0edc16f9354445adeb7b90837d3e858b
2016-08-12 09:28:17 -07:00
Elliott Hughes
8197aca7f2
Fix recvfrom prototype.
...
http://pubs.opengroup.org/onlinepubs/9699919799/functions/recvfrom.html
Change-Id: Iba203c74045c88e53e28c2e0c8bc1f9ac63ce23e
2016-08-12 09:20:07 -07:00
Elliott Hughes
02ac028bf7
Fix pthread_barrierattr_getpshared prototype.
...
As http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_barrierattr_getpshared.html
is my witness, there's a missing `const` here.
Change-Id: Ifd68188fb952460b64d144bdc21a53bc40ed82a7
2016-08-11 23:18:13 -07:00
Elliott Hughes
2ce52afba4
Merge "dlerror returns char*, not const char*."
...
am: 166f875eab
Change-Id: Ice8f136b647d9e343dfacfde71ce095a5fd25024
2016-08-11 23:33:58 +00:00
Treehugger Robot
166f875eab
Merge "dlerror returns char*, not const char*."
2016-08-11 23:16:59 +00:00
Elliott Hughes
5e071a18ce
dlerror returns char*, not const char*.
...
http://pubs.opengroup.org/onlinepubs/9699919799/functions/dlerror.html :
char *dlerror(void);
...
The application shall not modify the string returned.
Change-Id: I5e684bfd3930c39a2a30ea6fd005a5d5d3e5b181
2016-08-11 15:02:45 -07:00
Elliott Hughes
c508de0e41
Use sysinfo(2) to implement more of <sys/sysinfo.h>.
...
We already had implementations of some of the functions, and I didn't
bother rewriting them when we added sysinfo(2). Ross Anderson said in
https://www.lightbluetouchpaper.org/2016/07/29/yet-another-android-side-channel/
that we should "simply disable access to all procfs files", which made
me curious how many places we use /proc in bionic. This is the one that's
obviously unnecessary. The others I'm not aware of alternative APIs for.
Change-Id: Ia64f36b76f29a7a1dd67845270a5472e121aae10
2016-08-11 14:51:31 -07:00
Josh Gao
4aa98a3d3f
Merge "Add __attribute__((sentinel)) tags to execl and friends."
...
am: 32a2e137a5
Change-Id: I9edad7b6fa639012f6a94501a33bdbc70540cd77
2016-08-11 01:35:11 +00:00
Treehugger Robot
32a2e137a5
Merge "Add __attribute__((sentinel)) tags to execl and friends."
2016-08-11 01:19:23 +00:00
Elliott Hughes
fdcf8ed651
Merge "Move brillo closer to Android."
...
am: 299e501419
Change-Id: I0a0136336bfe75532d4c37fb6242a80b293702ca
2016-08-11 00:11:33 +00:00
Elliott Hughes
4fe10a4c89
Merge "Remove __static_cast macro from <sys/cdefs.h>."
...
am: 18af5bfa5d
Change-Id: If2188445e057543a7bdc3530c60697197a90f623
2016-08-11 00:11:31 +00:00
Treehugger Robot
299e501419
Merge "Move brillo closer to Android."
2016-08-10 23:59:19 +00:00
Treehugger Robot
18af5bfa5d
Merge "Remove __static_cast macro from <sys/cdefs.h>."
2016-08-10 23:58:12 +00:00
Elliott Hughes
38dba2e7e1
Fix sysconf(_SC_ARG_MAX).
...
ARG_MAX hasn't been a constant since Linux 2.6.23.
Bug: http://lists.landley.net/pipermail/toybox-landley.net/2016-August/008592.html
Change-Id: I1eddb562751604c75b89fa610d79be0655c53693
Test: ran the bionic tests on device and against glibc
2016-08-10 15:51:06 -07:00
Josh Gao
d80a52eb65
Add __attribute__((sentinel)) tags to execl and friends.
...
Give a compile time diagnostic when the nullptr sentinel is missing
from an execl family call, instead of just pulling arbitrary values.
Bug: http://b/30793878
Change-Id: I1c49005c58b7ad4a5b04f0435b722d4c744e8f0e
Test: Built bullhead
2016-08-10 15:26:41 -07:00
Elliott Hughes
732a173505
Merge "Fortify vsnprintf in more cases."
...
am: af211ab23f
Change-Id: Iccd96387222637d1a4c8eed4507ad8b5d21a16fb
2016-08-10 21:26:50 +00:00
Elliott Hughes
d1dd7c58b4
Remove __static_cast macro from <sys/cdefs.h>.
...
We don't use it, and we added the more general __BIONIC_CAST anyway.
Change-Id: I2cb8a108b58bb2cb24ed2b1890d9efed671196dc
2016-08-10 14:18:01 -07:00
Elliott Hughes
5ffed9b856
Move brillo closer to Android.
...
Hiding our legacy cruft seemed like a good idea, but in practice it will only
mean worse interoperability.
Plus we got it wrong, as the recent `putw` example showed.
Change-Id: I167c7168eff133889028089c22a7a0dfb8d6d0cf
2016-08-10 14:08:31 -07:00
Elliott Hughes
fb3873d4db
Fortify vsnprintf in more cases.
...
Bug: http://b/30445072
Change-Id: I1893890f0e3b56533eef053eda1bd96a0b9a5119
2016-08-10 11:50:12 -07:00
Elliott Hughes
b9243aa868
Merge "Remove more stdio copy/paste."
...
am: f5042cab10
Change-Id: Iba5e72719d3cb0c7eac85dc83d1ba49a05fcdc78
2016-08-10 00:49:38 +00:00
Treehugger Robot
f5042cab10
Merge "Remove more stdio copy/paste."
2016-08-10 00:43:39 +00:00
Elliott Hughes
53cf348c82
Remove more stdio copy/paste.
...
Change-Id: Ia92629b75d2c153ecf1cec711e2f9575eef604ab
2016-08-09 16:27:23 -07:00
Josh Gao
f84421c284
Merge "Don't use the same declaration to declare multiple symbol names."
...
am: dcc8feb696
Change-Id: Id21d01cd69f714cdf396f5fd82df175f39eace73
2016-08-09 01:08:40 +00:00
Treehugger Robot
dcc8feb696
Merge "Don't use the same declaration to declare multiple symbol names."
2016-08-09 00:57:32 +00:00
Josh Gao
8a03c83ef8
Don't use the same declaration to declare multiple symbol names.
...
This doesn't play well with preprocessing.
Bug: http://b/30170081
Change-Id: Id7fc648113336dcccdfa0a6b108f3d452aaf1ed2
2016-08-08 16:39:07 -07:00
Josh Gao
bfb6bae9fb
versioner: replace availability attributes with annotate.
...
Major refactor to use __attribute__((annotate)) to be able to keep
track of the semantic differences between __INTRODUCED_IN(x) and
__INTRODUCED_IN_X86(x), for use in the upcoming preprocessor.
Bug: http://b/30170081
Change-Id: I6496a8c40ba7f4553de9a2be0bbddcf37c813937
2016-08-08 16:39:07 -07:00
Elliott Hughes
64ac8e6ea2
Merge "Update NOTICE files."
...
am: 6ba5f07e3f
Change-Id: I065305f4376e7a10d014cd3bb38fb2a16ee71fd0
2016-08-08 23:29:33 +00:00
Elliott Hughes
77a3e28e2e
Update NOTICE files.
...
Change-Id: I591dc91b54804aebc05ba6f9974ef9add660ecfe
2016-08-08 12:39:56 -07:00
Dan Albert
c507eed798
Merge "Guard fortify inlines with __ANDROID_API__."
...
am: 4b10751310
Change-Id: Ic1bf224c91a3071f3210460b06c4bcdc40b2033a
2016-08-06 01:35:28 +00:00
Treehugger Robot
4b10751310
Merge "Guard fortify inlines with __ANDROID_API__."
2016-08-06 01:31:18 +00:00
Elliott Hughes
6d0c5d096b
Merge "Reimplement remove(3) without the lstat(2)."
...
am: 7e93d9c675
Change-Id: I1fcebf903e32eb7f279ce0c5a0c3b2e2129df2c1
2016-08-06 01:15:56 +00:00
Dan Albert
dfa6bbb54b
Guard fortify inlines with __ANDROID_API__.
...
Test: make checkbuild with libc ndk_library patches applied
Change-Id: Ic5e248994c4f2702b0f4d6dfeda787187ea86017
2016-08-05 16:33:32 -07:00
Elliott Hughes
d1f25a7eb1
Reimplement remove(3) without the lstat(2).
...
This assumes that it's more likely we're unlinking a file than a directory,
though even if that's not true, as long as a failed unlink(2) is cheaper
than a successful lstat(2) -- which seems likely since there's no data to
copy -- we still win.
Change-Id: I0210e9cd3d31b8cf1813c55c810262ef327382ed
2016-08-05 15:53:03 -07:00
Dan Albert
685ad2dd6f
Merge changes I01c4d9a8,Ic34734b4
...
am: ed9e6a41c9
Change-Id: I5dc023dc1d96391b2d56c676ca081c8cfa3ab0a9
2016-08-05 00:14:28 +00:00
Treehugger Robot
ed9e6a41c9
Merge changes I01c4d9a8,Ic34734b4
...
* changes:
Run genversion-scripts.py.
Annotate libdl.map.txt.
2016-08-04 23:56:55 +00:00
Dan Albert
c8a95a3b15
Run genversion-scripts.py.
...
Change-Id: I01c4d9a85d3397b02b00b4d33fafe6d9ae692ed7
2016-08-04 15:39:21 -07:00
Pirama Arumuga Nainar
810b6ca931
Merge "Guard include of uchar.h in stdatomic.h"
...
am: e8921ec92c
Change-Id: I7e8638db63931173e7dc098cf80fbaaa94670a50
2016-08-04 18:43:07 +00:00
Pirama Arumuga Nainar
ed3c78771f
Guard include of uchar.h in stdatomic.h
...
Bionic stdatomic.h is also used for the host (via a copy in
prebuilts/clang). Revert to guarding the include of uchar.h based on
__STDC_VERSION__, so it is included only when needed.
Change-Id: I5b45c7f5d16da223478512104702a3e4e5a975ae
Test: bionic tests on host and Angler. Confirmed failures I am
seeing are KIs.
2016-08-04 18:22:12 +00:00
Dan Albert
8280789d30
Merge changes Iecc1b127,Ib67f07db,I7672d34c
...
am: f0b53115ae
Change-Id: If0a88b7f14808a5339858e276df822f9683929a9
2016-08-03 17:56:39 +00:00
Treehugger Robot
f0b53115ae
Merge changes Iecc1b127,Ib67f07db,I7672d34c
...
* changes:
Run genversion-scripts.py.
Only check arch tag if we have *any* arch tags.
Add pylintrc.
2016-08-03 17:50:38 +00:00
Josh Gao
bba09a689b
Merge changes Ib5962ea3,I8c1a7464,I06ce7c31
...
am: d7d4937bdc
Change-Id: I96334b89823b75a6d7c56e94f665aab16daed1a9
2016-08-03 00:29:56 +00:00
Treehugger Robot
d7d4937bdc
Merge changes Ib5962ea3,I8c1a7464,I06ce7c31
...
* changes:
Add version information for legacy inlines.
versioner: remove unnecessary kernel/common symlink.
versioner: add symlink for kernel/android/uapi.
2016-08-03 00:22:12 +00:00
Dan Albert
37ba9052b0
Run genversion-scripts.py.
...
Change-Id: Iecc1b127c67a96aecc4e86582c1cc3291a4acf00
2016-08-02 15:33:53 -07:00
Dan Albert
ea701b3790
Only check arch tag if we have *any* arch tags.
...
With the introduction of new tags for ndk_library, we'll have a lot
of tags that aren't architecture tags. If we have something tagged
`introduced=21`, it should be in all architectures.
Change-Id: Ib67f07db14625f6903919c181050316eb183bed5
2016-08-02 15:33:53 -07:00
Dan Albert
10085bfdc0
Add pylintrc.
...
Disable all the style differences present in genversion-scripts.py.
Change-Id: I7672d34c4f7698ba445968dd5d9f5ef1fdc60056
2016-08-02 15:15:09 -07:00
Dan Albert
ce990485fb
Merge changes Iedab3259,I333fe8ae
...
am: 0fb3b0aec4
Change-Id: I4eeb1ce1eb8b8b8bbefa38ab339a649fa2e793e4
2016-08-02 21:56:17 +00:00
Treehugger Robot
0fb3b0aec4
Merge changes Iedab3259,I333fe8ae
...
* changes:
Put bsd_signal back.
Unversion some symbols for the NDK.
2016-08-02 21:44:20 +00:00
Josh Gao
b6a4a4c0cc
Add version information for legacy inlines.
...
Bug: http://b/30170081
Change-Id: Ib5962ea3037dd692a98b6691d263871549aac8af
2016-08-02 14:32:42 -07:00
Dimitry Ivanov
b340e0a660
Merge "Correct libstdc++ version"
...
am: bbf593f0f0
Change-Id: I9f549b8548ac8a2b9d0014bcf4b7e2887437ecd5
2016-08-02 18:24:04 +00:00
Dimitry Ivanov
bbf593f0f0
Merge "Correct libstdc++ version"
2016-08-02 18:17:08 +00:00
Dan Albert
00c8e9556f
Put bsd_signal back.
...
With this change (and all the others below it in the stack), the only
difference between the arm android-9 libc.so in r13-beta1 and the one
we are now generating is the addition of LIBC_N and LIBC_O versions.
Test: make ndk, readelf stub libc.so to check symbol exists
Bug: https://github.com/android-ndk/ndk/issues/160
Change-Id: Iedab32592b2d979f3cc922ffd4ed406427de3dda
2016-08-02 10:58:52 -07:00
Dan Albert
674d93db37
Unversion some symbols for the NDK.
...
These functions were erroneously released in LIBC_PRIVATE for M, but
in fact need to be public. Since we need to be able to load them on M
even if they were built for a lower platform (and M needs to load on
newer platforms), we need to unversion them.
Change-Id: I333fe8ae7380cc2a5dbd699414399ec52f602383
2016-08-02 10:43:35 -07:00
Elliott Hughes
038edf9186
Merge "More stdio one-liners."
...
am: 1d8b312a07
Change-Id: I7eed8712ed987a162bd745b181ad700a0ccb490e
2016-08-02 02:39:41 +00:00
Treehugger Robot
1d8b312a07
Merge "More stdio one-liners."
2016-08-02 02:30:14 +00:00
Elliott Hughes
70715da453
More stdio one-liners.
...
This actually turns up a bug in fmemopen, so I guess that's what I'll
look at next...
Change-Id: I2971ecd1b5a3a3c7f43c22d985f88e389af89e97
2016-08-01 18:06:38 -07:00
Elliott Hughes
26512f431f
Merge changes I2d334db2,Iab9fbc73
...
am: 5b1357da65
Change-Id: I485d46044040615d669ba0e61c4b7547cfcfbbb1
2016-08-01 23:35:01 +00:00
Treehugger Robot
5b1357da65
Merge changes I2d334db2,Iab9fbc73
...
* changes:
Clean up 32-bit x86 memset assembler.
Fix x86 __memset_chk.
2016-08-01 23:26:00 +00:00
Dimitry Ivanov
2b1b1a9467
Correct libstdc++ version
...
The version script is introduced in O
Bug: http://b/28987948
Change-Id: Icd0a27d1b67e8227e44aa6e771816f0e6ed489b8
2016-08-01 15:45:42 -07:00
Elliott Hughes
e412f8944e
Clean up 32-bit x86 memset assembler.
...
Change-Id: I2d334db29226f9c60cf20220a569f1b772bf7c66
2016-08-01 14:00:45 -07:00
Elliott Hughes
ce3263f4ae
Merge \"More stdio cleanup.\"
...
am: 490b9515e7
Change-Id: Ia6092bea6c07b14b2dd2abb67975df57abbc4aa2
2016-08-01 20:13:09 +00:00
Treehugger Robot
490b9515e7
Merge "More stdio cleanup."
2016-08-01 20:05:44 +00:00
Elliott Hughes
c33826ecae
Merge \"Restore attribute alloc_size for GCC.\"
...
am: c5e79567e0
Change-Id: I8638e1da559e14367a1f305dffbc5b4296a5a047
2016-08-01 17:32:33 +00:00
Lev Rumyantsev
3a528f1cbf
Fix x86 __memset_chk.
...
When __memset_chk_fail moved to C++, we didn't take into account
that the stack wasn't set up correctly for the jump from assembler.
Presumably no one had run the 32-bit x86 tests until now!
Bug: http://b/30513094
Change-Id: Iab9fbc731b6bfecd7ca4d3f3844d0568a5d30d86
2016-08-01 09:59:19 -07:00
Elliott Hughes
36a88e82eb
Restore attribute alloc_size for GCC.
...
clang doesn't support attribute alloc_size, but GCC uses it to give
diagnostics where clang can't, and we had a test for one such case.
Bug: http://b/30513330
Change-Id: I4c14771258992d6bea684db7f91d60312642662f
2016-07-30 09:58:15 -07:00
Dan Albert
5b3a5cafd4
Merge changes I946cde38,I4b8e0ea1,I2e8141a8
...
am: 3318c56c99
Change-Id: I3a6e296f77964f0505bb5ef116ee9798338029b9
2016-07-30 05:13:26 +00:00
Elliott Hughes
44ff2f9d01
Merge \"Upgrade to tzcode-2016f.\"
...
am: def5854676
Change-Id: Ic98f4e6e27bf7b9388480aba25ebed085a0c8827
2016-07-30 05:13:21 +00:00
Treehugger Robot
3318c56c99
Merge changes I946cde38,I4b8e0ea1,I2e8141a8
...
* changes:
Mark LIBC_O as being a future version.
Mark LIBC_N as being introduced in android-24.
Annotate the libc version map with NDK info.
2016-07-30 02:07:16 +00:00
Dan Albert
bf0e762dbb
Mark LIBC_O as being a future version.
...
None of these symbols are in the NDK yet. Skip them.
Change-Id: I946cde38e767190c396593d562babc90457973fb
2016-07-29 17:49:42 -07:00
Dan Albert
09bc172911
Mark LIBC_N as being introduced in android-24.
...
Change-Id: I4b8e0ea1fc9b42c1f98f36ae7aaaae2c6322e16b
2016-07-29 17:49:42 -07:00
Dan Albert
b8109d0dbc
Annotate the libc version map with NDK info.
...
Generated by running
https://android-review.googlesource.com/#/c/251477/ for libc.
Test: make checkbuild with
https://android-review.googlesource.com/#/q/branch:master+topic:ndk_library-libc-libm
Change-Id: I2e8141a83c1d79fd89b5e5c4432400b8301ba347
2016-07-29 17:49:42 -07:00