aboutsummaryrefslogtreecommitdiff
path: root/gas/config.in
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2010-06-03 07:36:04 +0000
committerTristan Gingold <gingold@adacore.com>2010-06-03 07:36:04 +0000
commitaadd803061a38c972762f18472d3c52cfcf7ecde (patch)
tree6f0adaa0a63c4c652732f7e1217c1f4efe2106b4 /gas/config.in
parentdf1784511914208f03f111bc06e42ab3d75dcbd5 (diff)
downloadgdb-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/config.in')
-rw-r--r--gas/config.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/gas/config.in b/gas/config.in
index 9f4c746..55f4c9c 100644
--- a/gas/config.in
+++ b/gas/config.in
@@ -78,9 +78,6 @@
/* Define to 1 if you have the `sbrk' function. */
#undef HAVE_SBRK
-/* Define to 1 if you have the <stdarg.h> header file. */
-#undef HAVE_STDARG_H
-
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
@@ -117,9 +114,6 @@
/* Define to 1 if you have the `unlink' function. */
#undef HAVE_UNLINK
-/* Define to 1 if you have the <varargs.h> header file. */
-#undef HAVE_VARARGS_H
-
/* Using i386 COFF? */
#undef I386COFF