glibc/argp
H.J. Lu 8345a76018 Mark internal argp functions with attribute_hidden [BZ #18822]
Mark internal argp functions with attribute_hidden to allow direct
access to them within libc.so and libc.a without using GOT nor PLT.

	[BZ #18822]
	* argp/argp-fmtstream.c: Include <argp-fmtstream.h>.
	* argp/argp-fs-xinl.c: Likewise.
	* argp/argp-help.c: Include <argp.h> and <argp-fmtstream.h>.
	* argp/argp-parse.c: Include <argp.h>.
	* argp/argp-xinl.c: Likewise.
	* include/argp-fmtstream.h: New file.
	* include/argp.h (__argp_error): Add attribute_hidden.
	(__argp_failure): Likewise.
	(__argp_input): Likewise.
	(__argp_state_help): Likewise.
2017-10-01 15:10:27 -07:00
..
Makefile Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
Versions Update ABI information 2012-01-07 19:23:45 -05:00
argp-ba.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
argp-eexst.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
argp-fmtstream.c Mark internal argp functions with attribute_hidden [BZ #18822] 2017-10-01 15:10:27 -07:00
argp-fmtstream.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
argp-fs-xinl.c Mark internal argp functions with attribute_hidden [BZ #18822] 2017-10-01 15:10:27 -07:00
argp-help.c Mark internal argp functions with attribute_hidden [BZ #18822] 2017-10-01 15:10:27 -07:00
argp-namefrob.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
argp-parse.c Mark internal argp functions with attribute_hidden [BZ #18822] 2017-10-01 15:10:27 -07:00
argp-pv.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
argp-pvh.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
argp-test.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
argp-xinl.c Mark internal argp functions with attribute_hidden [BZ #18822] 2017-10-01 15:10:27 -07:00
argp.h Remove __need macros from errno.h (__need_Emath, __need_error_t). 2017-06-14 08:14:34 -04:00
bug-argp1.c * posix/wordexp.c (w_addword): Free word if realloc fails and it 2006-05-10 00:03:41 +00:00
bug-argp2.c Add test case for last argp bug. 2010-04-04 11:28:36 -07:00
tst-argp1.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
tst-argp2.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00