binutils/
2012-04-06 Roland McGrath <mcgrathr@google.com> * configure.in (AC_CHECK_HEADERS): Add locale.h. * config.in: Regenerate. * configure: Regenerate. gas/ 2012-04-06 Roland McGrath <mcgrathr@google.com> * configure.in (AC_CHECK_HEADERS): Add locale.h. * config.in: Regenerate. * configure: Regenerate. gold/ 2012-04-06 Roland McGrath <mcgrathr@google.com> * configure.in (AC_CHECK_HEADERS): Add locale.h. * config.in: Regenerate. * configure: Regenerate. ld/ 2012-04-06 Roland McGrath <mcgrathr@google.com> * configure.in (AC_CHECK_HEADERS): Add locale.h. * config.in: Regenerate. * configure: Regenerate.
This commit is contained in:
parent
e127cba831
commit
5879767462
@ -1,3 +1,9 @@
|
||||
2012-04-06 Roland McGrath <mcgrathr@google.com>
|
||||
|
||||
* configure.in (AC_CHECK_HEADERS): Add locale.h.
|
||||
* config.in: Regenerate.
|
||||
* configure: Regenerate.
|
||||
|
||||
2012-04-05 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* configure.in (AC_CHECK_FUNCS): Add setlocale.
|
||||
|
@ -91,6 +91,9 @@
|
||||
/* Define to 1 if you have the <limits.h> header file. */
|
||||
#undef HAVE_LIMITS_H
|
||||
|
||||
/* Define to 1 if you have the <locale.h> header file. */
|
||||
#undef HAVE_LOCALE_H
|
||||
|
||||
/* Define to 1 if you have the <memory.h> header file. */
|
||||
#undef HAVE_MEMORY_H
|
||||
|
||||
|
2
binutils/configure
vendored
2
binutils/configure
vendored
@ -12436,7 +12436,7 @@ case "${host}" in
|
||||
esac
|
||||
|
||||
|
||||
for ac_header in string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h limits.h sys/param.h
|
||||
for ac_header in string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h limits.h locale.h sys/param.h
|
||||
do :
|
||||
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
||||
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
|
||||
|
@ -89,7 +89,7 @@ case "${host}" in
|
||||
esac
|
||||
AC_SUBST(DEMANGLER_NAME)
|
||||
|
||||
AC_CHECK_HEADERS(string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h limits.h sys/param.h)
|
||||
AC_CHECK_HEADERS(string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h limits.h locale.h sys/param.h)
|
||||
AC_HEADER_SYS_WAIT
|
||||
AC_FUNC_ALLOCA
|
||||
AC_CHECK_FUNCS(sbrk utimes setmode getc_unlocked strcoll setlocale)
|
||||
|
@ -1,3 +1,9 @@
|
||||
2012-04-06 Roland McGrath <mcgrathr@google.com>
|
||||
|
||||
* configure.in (AC_CHECK_HEADERS): Add locale.h.
|
||||
* config.in: Regenerate.
|
||||
* configure: Regenerate.
|
||||
|
||||
2012-04-05 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* configure.in (AC_CHECK_FUNCS): Add setlocale.
|
||||
|
@ -72,6 +72,9 @@
|
||||
/* Define to 1 if you have the <limits.h> header file. */
|
||||
#undef HAVE_LIMITS_H
|
||||
|
||||
/* Define to 1 if you have the <locale.h> header file. */
|
||||
#undef HAVE_LOCALE_H
|
||||
|
||||
/* Define to 1 if you have the <memory.h> header file. */
|
||||
#undef HAVE_MEMORY_H
|
||||
|
||||
@ -81,15 +84,15 @@
|
||||
/* Define to 1 if you have the `sbrk' function. */
|
||||
#undef HAVE_SBRK
|
||||
|
||||
/* Define to 1 if you have the `setlocale' function. */
|
||||
#undef HAVE_SETLOCALE
|
||||
|
||||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#undef HAVE_STDINT_H
|
||||
|
||||
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
#undef HAVE_STDLIB_H
|
||||
|
||||
/* Define to 1 if you have the `setlocale' function. */
|
||||
#undef HAVE_SETLOCALE
|
||||
|
||||
/* Define to 1 if you have the <strings.h> header file. */
|
||||
#undef HAVE_STRINGS_H
|
||||
|
||||
|
2
gas/configure
vendored
2
gas/configure
vendored
@ -13166,7 +13166,7 @@ fi
|
||||
|
||||
|
||||
|
||||
for ac_header in string.h stdlib.h memory.h strings.h unistd.h errno.h sys/types.h limits.h time.h sys/stat.h
|
||||
for ac_header in string.h stdlib.h memory.h strings.h unistd.h errno.h sys/types.h limits.h locale.h time.h sys/stat.h
|
||||
do :
|
||||
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
||||
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
|
||||
|
@ -403,7 +403,7 @@ changequote([,])dnl
|
||||
case ${te_file} in
|
||||
vms) extra_objects="$extra_objects te-vms.o" ;;
|
||||
esac
|
||||
|
||||
|
||||
# From target name and format, produce a list of supported emulations.
|
||||
|
||||
case ${generic_target}-${fmt} in
|
||||
@ -633,7 +633,7 @@ AM_MAINTAINER_MODE
|
||||
AM_CONDITIONAL(GENINSRC_NEVER, false)
|
||||
AC_EXEEXT
|
||||
|
||||
AC_CHECK_HEADERS(string.h stdlib.h memory.h strings.h unistd.h errno.h sys/types.h limits.h time.h sys/stat.h)
|
||||
AC_CHECK_HEADERS(string.h stdlib.h memory.h strings.h unistd.h errno.h sys/types.h limits.h locale.h time.h sys/stat.h)
|
||||
|
||||
# Put this here so that autoconf's "cross-compiling" message doesn't confuse
|
||||
# people who are not cross-compiling but are compiling cross-assemblers.
|
||||
|
@ -1,3 +1,9 @@
|
||||
2012-04-06 Roland McGrath <mcgrathr@google.com>
|
||||
|
||||
* configure.in (AC_CHECK_HEADERS): Add locale.h.
|
||||
* config.in: Regenerate.
|
||||
* configure: Regenerate.
|
||||
|
||||
2012-04-05 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* configure.ac (AC_CHECK_FUNCS): Add setlocale.
|
||||
@ -913,7 +919,7 @@
|
||||
(get_section_name): New function.
|
||||
(get_section_contents): New function.
|
||||
(update_section_order): New function.
|
||||
(allow_section_ordering): New function.
|
||||
(allow_section_ordering): New function.
|
||||
(Plugin::load): Add the new interfaces to the transfer vector.
|
||||
(Plugin_manager::load_plugins): New parameter.
|
||||
(Plugin_manager::all_symbols_read): New parameter.
|
||||
@ -1979,7 +1985,7 @@
|
||||
(Incremental_input_entry_reader::get_global_symbol_count): Rewrite.
|
||||
(Incremental_input_entry_reader::get_output_symbol_index): Adjust
|
||||
size of shared library info entry.
|
||||
* layout.cc (Layout::finish_dynamic_section): Don't test for
|
||||
* layout.cc (Layout::finish_dynamic_section): Don't test for
|
||||
incremental link when adding DT_NEEDED entries.
|
||||
* object.h (Object::Object): Initialize new data member.
|
||||
(Object::dynobj): New function.
|
||||
@ -3335,7 +3341,7 @@
|
||||
(Arm_exidx_merge_section::section_contents_): New data member.
|
||||
(Arm_input_section::Arm_input_section): Initialize original_contents_.
|
||||
(Arm_input_section::~Arm_input_section): De-allocate memory.
|
||||
(Arm_input_section::original_contents_): New data member.
|
||||
(Arm_input_section::original_contents_): New data member.
|
||||
(Arm_exidx_fixup::process_exidx_section): Pass EXIDX section contents
|
||||
in parameters instead of calling Object::section_contents without
|
||||
locking.
|
||||
|
@ -84,6 +84,9 @@
|
||||
/* Define if your <locale.h> file defines LC_MESSAGES. */
|
||||
#undef HAVE_LC_MESSAGES
|
||||
|
||||
/* Define to 1 if you have the <locale.h> header file. */
|
||||
#undef HAVE_LOCALE_H
|
||||
|
||||
/* Define to 1 if you have the `mallinfo' function. */
|
||||
#undef HAVE_MALLINFO
|
||||
|
||||
@ -108,6 +111,9 @@
|
||||
/* Define to 1 if you have the `readv' function. */
|
||||
#undef HAVE_READV
|
||||
|
||||
/* Define to 1 if you have the `setlocale' function. */
|
||||
#undef HAVE_SETLOCALE
|
||||
|
||||
/* Define if struct stat has a field st_mtim with timespec for mtime */
|
||||
#undef HAVE_STAT_ST_MTIM
|
||||
|
||||
@ -117,9 +123,6 @@
|
||||
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
#undef HAVE_STDLIB_H
|
||||
|
||||
/* Define to 1 if you have the `setlocale' function. */
|
||||
#undef HAVE_SETLOCALE
|
||||
|
||||
/* Define to 1 if you have the <strings.h> header file. */
|
||||
#undef HAVE_STRINGS_H
|
||||
|
||||
|
12
gold/configure
vendored
12
gold/configure
vendored
@ -7336,6 +7336,18 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
|
||||
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
|
||||
for ac_header in locale.h
|
||||
do :
|
||||
ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default"
|
||||
if test "x$ac_cv_header_locale_h" = x""yes; then :
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define HAVE_LOCALE_H 1
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
|
||||
done
|
||||
|
||||
for ac_func in setlocale
|
||||
do :
|
||||
ac_fn_c_check_func "$LINENO" "setlocale" "ac_cv_func_setlocale"
|
||||
|
@ -45,7 +45,7 @@ dnl "installed_linker" is the installed gold linker name.
|
||||
default_ld=
|
||||
AC_ARG_ENABLE(ld,
|
||||
[[ --enable-ld[=ARG] build ld [ARG={default,yes,no}]]],
|
||||
[case "${enableval}" in
|
||||
[case "${enableval}" in
|
||||
default)
|
||||
default_ld=ld.bfd
|
||||
;;
|
||||
@ -536,6 +536,7 @@ fi
|
||||
|
||||
AC_LANG_POP(C++)
|
||||
|
||||
AC_CHECK_HEADERS(locale.h)
|
||||
AC_CHECK_FUNCS(setlocale)
|
||||
AM_LC_MESSAGES
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
2012-04-06 Roland McGrath <mcgrathr@google.com>
|
||||
|
||||
* configure.in (AC_CHECK_HEADERS): Add locale.h.
|
||||
* config.in: Regenerate.
|
||||
* configure: Regenerate.
|
||||
|
||||
2012-04-05 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* configure.in (AC_CHECK_FUNCS): Add setlocale.
|
||||
|
13
ld/config.in
13
ld/config.in
@ -73,6 +73,9 @@
|
||||
/* Define to 1 if you have the <limits.h> header file. */
|
||||
#undef HAVE_LIMITS_H
|
||||
|
||||
/* Define to 1 if you have the <locale.h> header file. */
|
||||
#undef HAVE_LOCALE_H
|
||||
|
||||
/* Define to 1 if you have the `lseek' function. */
|
||||
#undef HAVE_LSEEK
|
||||
|
||||
@ -94,15 +97,15 @@
|
||||
/* Define to 1 if you have the `sbrk' function. */
|
||||
#undef HAVE_SBRK
|
||||
|
||||
/* Define to 1 if you have the `setlocale' function. */
|
||||
#undef HAVE_SETLOCALE
|
||||
|
||||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#undef HAVE_STDINT_H
|
||||
|
||||
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
#undef HAVE_STDLIB_H
|
||||
|
||||
/* Define to 1 if you have the `setlocale' function. */
|
||||
#undef HAVE_SETLOCALE
|
||||
|
||||
/* Define to 1 if you have the <strings.h> header file. */
|
||||
#undef HAVE_STRINGS_H
|
||||
|
||||
@ -169,8 +172,8 @@
|
||||
/* Define to the version of this package. */
|
||||
#undef PACKAGE_VERSION
|
||||
|
||||
/* The size of `long', as computed by sizeof. */
|
||||
#undef SIZEOF_LONG
|
||||
/* The size of `void *', as computed by sizeof. */
|
||||
#undef SIZEOF_VOID_P
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
#undef STDC_HEADERS
|
||||
|
2
ld/configure
vendored
2
ld/configure
vendored
@ -16188,7 +16188,7 @@ do_compare="$gcc_cv_prog_cmp_skip"
|
||||
|
||||
|
||||
|
||||
for ac_header in string.h strings.h stdlib.h unistd.h elf-hints.h limits.h sys/param.h
|
||||
for ac_header in string.h strings.h stdlib.h unistd.h elf-hints.h limits.h locale.h sys/param.h
|
||||
do :
|
||||
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
||||
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
|
||||
|
@ -162,7 +162,7 @@ AC_SUBST(HOSTING_CRT0)
|
||||
AC_SUBST(HOSTING_LIBS)
|
||||
AC_SUBST(NATIVE_LIB_DIRS)
|
||||
|
||||
AC_CHECK_HEADERS(string.h strings.h stdlib.h unistd.h elf-hints.h limits.h sys/param.h)
|
||||
AC_CHECK_HEADERS(string.h strings.h stdlib.h unistd.h elf-hints.h limits.h locale.h sys/param.h)
|
||||
AC_CHECK_HEADERS(fcntl.h sys/file.h sys/time.h sys/stat.h)
|
||||
AC_CHECK_FUNCS(glob mkstemp realpath sbrk setlocale waitpid)
|
||||
AC_CHECK_FUNCS(open lseek close)
|
||||
|
Loading…
x
Reference in New Issue
Block a user