+2002-08-29 Roland McGrath <roland@redhat.com>
+
+ * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
+
+ * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
+ (norm_add_slashes): alloca -> __alloca
+
2002-08-29 Jakub Jelinek <jakub@redhat.com>
* stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
-mcpu=ultrasparc, not only tune for it.
(ASFLAGS*): Set unconditionally.
-2002-08-29 Jakub Jelinek <jakub@redhat.com>
-
- * sysdeps/generic/readelflib.c (process_elf_file): Make loadaddr
+ * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
ElfW(Addr). Don't mask upper 32-bits and lower 12 bits off from
- p_vaddr/p_offset when computing loadaddr.
+ p_vaddr/p_offset when computing LOADADDR.
2002-08-29 Ulrich Drepper <drepper@redhat.com>
#define _GCONV_INT_H 1
#include "gconv.h"
+#include <stdlib.h> /* For alloca used in macro below. */
__BEGIN_DECLS
if (*cp++ == '/') \
++cnt; \
\
- tmp = result = alloca (cp - (str) + 3 + suffix_len); \
+ tmp = result = __alloca (cp - (str) + 3 + suffix_len); \
cp = (str); \
while (*cp != '\0') \
*tmp++ = __toupper_l (*cp++, &_nl_C_locobj); \