* intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
* iconv/gconv_simple.c (ONE_DIRECTION): Define.
* iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
* iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
2014-05-01 Steve Ellcey <sellcey@mips.com>
+ * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
+ * iconv/gconv_simple.c (ONE_DIRECTION): Define.
+ * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
+ * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
+
+2014-05-01 Steve Ellcey <sellcey@mips.com>
+
* stdlib/longlong.h: Updated from GCC.
2014-05-01 Will Newton <will.newton@linaro.org>
#define FROM_LOOP internal_ucs4_loop
#define TO_LOOP internal_ucs4_loop /* This is not used. */
#define FUNCTION_NAME __gconv_transform_internal_ucs4
+#define ONE_DIRECTION 0
static inline int
#define FROM_LOOP ucs4_internal_loop
#define TO_LOOP ucs4_internal_loop /* This is not used. */
#define FUNCTION_NAME __gconv_transform_ucs4_internal
+#define ONE_DIRECTION 0
static inline int
#define FROM_LOOP internal_ucs4le_loop
#define TO_LOOP internal_ucs4le_loop /* This is not used. */
#define FUNCTION_NAME __gconv_transform_internal_ucs4le
+#define ONE_DIRECTION 0
static inline int
#define FROM_LOOP ucs4le_internal_loop
#define TO_LOOP ucs4le_internal_loop /* This is not used. */
#define FUNCTION_NAME __gconv_transform_ucs4le_internal
+#define ONE_DIRECTION 0
static inline int
# endif
#endif
-#ifndef ONE_DIRECTION
-# define ONE_DIRECTION 0
-#endif
-
-
/* How many bytes are needed at most for the from-charset. */
#ifndef MAX_NEEDED_FROM
# define MAX_NEEDED_FROM MIN_NEEDED_FROM
#define DEFINE_FINI 1
#define MIN_NEEDED_FROM 1
#define MIN_NEEDED_TO 4
+#define ONE_DIRECTION 0
/* First define the conversion function from the 8bit charset to UCS4. */
#define DEFINE_FINI 1
#define MIN_NEEDED_FROM 1
#define MIN_NEEDED_TO 4
+#define ONE_DIRECTION 0
/* First define the conversion function from the 8bit charset to UCS4. */