glibc/locale
Siddhesh Poyarekar 9cd4747089 Add new macro IN_MODULE to identify module in which source is built
The current scheme to identify which module a translation unit is
built in depends on defining multiple macros IS_IN_* and also defining
NOT_IN_libc if we're building a non-libc module.  In addition, there
is an IN_LIB macro that does effectively the same thing, but for
different modules (notably the systemtap probes).  This macro scheme
unifies both ideas to use just one macro IN_MODULE and assign it a
value depending on the module it is being built into.  If the module
is not defined, it defaults to MODULE_libc.

Patches that follow will replace uses of IS_IN_* variables with the
IS_IN() macro.  libc-symbols.h has been converted already to give an
example of how such a transition will look.

Verified that there are no relevant binary changes.  One source change
that will crop up repeatedly is that of nscd_stat, since it uses the
build timestamp as a constant in its logic.

	* Makeconfig (in-module): Get value of libof set for the
	translation unit.
	(CPPFLAGS): Use $(in-module).
	* Makerules: Don't suffix routine names for nonlib.
	* include/libc-modules.h: New file.
	* include/libc-symbols.h: Include libc-modules.h
	(IS_IN): New macro to replace IS_IN_* macros.
	* elf/Makefile: Set libof-* for each routine.
	* elf/rtld-Rules: Likewise.
	* extra-modules.mk: Likewise.
	* iconv/Makefile: Likewise.
	* iconvdata/Makefile: Likewise.
	* locale/Makefile: Likewise.
	* malloc/Makefile: Likewise.
	* nss/Makefile: Likewise.
	* sysdeps/gnu/Makefile: Likewise.
	* sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
	* sysdeps/unix/sysv/linux/Makefile: Likewise.
	* sysdeps/s390/s390-64/Makefile: Likewise.
	* nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
	CPPFLAGS for nscd instead of nonlib.
2014-11-19 12:13:54 +05:30
..
bits Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
programs Minor cleanup in locale.c 2014-09-12 16:07:23 -07:00
C-address.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
C-collate.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
C-ctype.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
C-identification.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
C-measurement.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
C-messages.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
C-monetary.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
C-name.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
C-numeric.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
C-paper.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
C-telephone.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
C-time.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
C-translit.h Add #include <stdint.h> to locale/gen-translit.pl and fix C-translit.h. 2013-06-05 12:01:50 -05:00
C-translit.h.in Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
C_name.c Update. 2001-04-06 17:49:18 +00:00
Makefile Add new macro IN_MODULE to identify module in which source is built 2014-11-19 12:13:54 +05:30
SYS_libc.c [BZ #284, BZ #721] 2005-02-17 01:19:55 +00:00
Versions * sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Revert last change. 2003-03-03 09:45:25 +00:00
broken_cur_max.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
categories.def Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
coll-lookup.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
coll-lookup.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
duplocale.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
elem-hash.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
findlocale.c Fix locale memmem namespace (bug 17585). 2014-11-12 22:41:03 +00:00
freelocale.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gen-translit.pl Add #include <stdint.h> to locale/gen-translit.pl and fix C-translit.h. 2013-06-05 12:01:50 -05:00
global-locale.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
hashval.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
indigits.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
indigitswc.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
iso-639.def New Bhilodi and Tulu locales (BZ #17475) 2014-11-12 17:06:39 +05:30
iso-3166.def Fix typos in 3166.def. 2013-10-04 18:51:42 -04:00
iso-4217.def Revert incorrect removal of the XDR currency from locale/iso-4217.def 2014-05-03 23:45:15 -06:00
langinfo.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
lc-address.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
lc-collate.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
lc-ctype.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
lc-identification.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
lc-measurement.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
lc-messages.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
lc-monetary.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
lc-name.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
lc-numeric.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
lc-paper.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
lc-telephone.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
lc-time.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
loadarchive.c Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
loadlocale.c Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
locale.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
localeconv.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
localeinfo.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
localename.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
locarchive.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
mb_cur_max.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
newlocale.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
nl_langinfo.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
nl_langinfo_l.c fix nl_langinfo with static linking (BZ #16915) 2014-05-20 18:43:14 +02:00
outdigits.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
outdigitswc.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
setlocale.c setlocale: Use the heap for the copy of the locale argument 2014-07-10 16:29:34 +02:00
strlen-hash.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
tst-C-locale.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
tst-duplocale.c Add missing test files. 2009-11-17 16:23:57 -08:00
tst-locname.c Add missing test files. 2009-11-17 16:23:57 -08:00
uselocale.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
weight.h Move findidx nested functions to top-level. 2014-09-11 16:02:17 -07:00
weightwc.h Move findidx nested functions to top-level. 2014-09-11 16:02:17 -07:00
xlocale.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
xlocale.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00