diff options
author | Tristan Gingold <gingold@adacore.com> | 2010-06-03 07:36:04 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2010-06-03 07:36:04 +0000 |
commit | aadd803061a38c972762f18472d3c52cfcf7ecde (patch) | |
tree | 6f0adaa0a63c4c652732f7e1217c1f4efe2106b4 /gas/configure | |
parent | df1784511914208f03f111bc06e42ab3d75dcbd5 (diff) | |
download | gdb-aadd803061a38c972762f18472d3c52cfcf7ecde.zip gdb-aadd803061a38c972762f18472d3c52cfcf7ecde.tar.gz gdb-aadd803061a38c972762f18472d3c52cfcf7ecde.tar.bz2 |
2010-06-02 Tristan Gingold <gingold@adacore.com>
* as.h: Remove conditionnal definition of HAVE_STDARG_H,
USE_STDARG, va_alist, va_dcl, va_list, va_start, va_end.
Remove conditionnal inclusion of stdarg.h and varargs.h.
Assume ISO C.
* config.in: Regenerate.
* configure: Regenerate.
* configure.in: Remove stdarg.h and varargs.h from
AC_CHECK_HEADERS list.
* messages.c (as_tsktsk): Remove non ISO C version.
(as_warn, as_warn_where, as_bad, as_bad_where, as_fatal): Ditto.
Diffstat (limited to 'gas/configure')
-rwxr-xr-x | gas/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure b/gas/configure index a7d460a..1781b4e 100755 --- a/gas/configure +++ b/gas/configure @@ -13153,7 +13153,7 @@ fi -for ac_header in string.h stdlib.h memory.h strings.h unistd.h stdarg.h varargs.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 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" |