glibc/iconv
Will Newton 32bead5b6d iconv/loop.c: Fix -Wundef warning with !_STRING_ARCH_unaligned
If code is required to handle the unaligned case then loop.c includes
itself and relies on the #undefs at the end of the file to avoid
outputting two copies of LOOPFCT and gconv_btowc. However
MAX_NEEDED_INPUT is tested with #if so this causes a warning.
Reorder the code so that the function definitions are in an #else
block to make the behaviour clearer and fix the warning.

Verified that code is unchanged on x86_64 and arm.

ChangeLog:

2014-07-17  Will Newton  <will.newton@linaro.org>

	* iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
	into an #else block.
2014-07-17 10:16:09 +01:00
..
dummy-repertoire.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gconv_builtin.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gconv_builtin.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gconv_cache.c Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
gconv_charset.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gconv_close.c Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
gconv_conf.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gconv_db.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gconv_dl.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gconv_int.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gconv_open.c Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
gconv_simple.c 2014-05-01 Steve Ellcey <sellcey@mips.com> 2014-05-01 10:22:35 -07:00
gconv_trans.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gconv.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gconv.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
iconv_charmap.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
iconv_close.c Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
iconv_open.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
iconv_prog.c Update remaining copyright dates 2014-01-01 22:02:55 +10:00
iconv_prog.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
iconv.c Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
iconv.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
iconvconfig.c Update remaining copyright dates 2014-01-01 22:02:55 +10:00
iconvconfig.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
loop.c iconv/loop.c: Fix -Wundef warning with !_STRING_ARCH_unaligned 2014-07-17 10:16:09 +01:00
Makefile Make tests consistently use *.out output files. 2014-03-07 03:29:23 +00:00
skeleton.c 2014-05-01 Steve Ellcey <sellcey@mips.com> 2014-05-01 10:22:35 -07:00
strtab.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
tst-iconv1.c
tst-iconv2.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
tst-iconv3.c
tst-iconv4.c [BZ #9793] 2009-02-03 01:31:30 +00:00
tst-iconv5.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
Versions Sort Versions files 2013-02-17 16:34:04 +01:00