Joseph Myers 000f290ff1 Use libc_hidden_* for strtoumax (bug 15105).
On sparc, localplt test failures appear when building with -Os because
of a call to strtoumax from
sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c, and strtoumax
is not inlined when building with -Os.  This patch fixes those
failures by using libc_hidden_proto and libc_hidden_def for strtoumax.

Tested with build-many-glibcs.py for
sparc64-linux-gnu-disable-multi-arch, sparc64-linux-gnu,
sparcv9-linux-gnu-disable-multi-arch, sparcv9-linux-gnu that this
fixes that test failure with -Os.

	[BZ #15105]
	* sysdeps/wordsize-32/strtoumax.c (strtoumax): Use
	libc_hidden_def.
	* sysdeps/wordsize-64/strtoumax.c (strtoumax): Likewise.
	* include/inttypes.h: New file.
2018-02-28 14:16:21 +00:00
..
2018-01-27 13:31:38 +01:00
2018-02-17 13:46:50 -05:00
2018-02-15 12:41:05 +00:00
2018-02-15 12:41:05 +00:00
2018-02-15 12:41:05 +00:00
2018-02-27 01:11:08 +01:00
2018-02-12 13:23:03 -02:00
2018-02-27 01:15:39 +01:00
2018-02-22 09:19:49 +01:00
2018-02-14 14:03:40 -02:00
2018-02-22 16:44:58 -03:00
2018-02-15 12:41:05 +00:00