aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorKaveh Ghazi <ghazi@caip.rutgers.edu>2005-08-16 00:13:53 +0000
committerKaveh Ghazi <ghazi@caip.rutgers.edu>2005-08-16 00:13:53 +0000
commit82cc374a03ca0c4112dbf218f9ef20e60341ac5a (patch)
tree774ee5769490a67cd97563023ebfcb374ef18a6a /gcc/config.in
parenta0ff473ba5d4e5a6fe1cf86fcefbb63c1990751d (diff)
* aclocal.m4 (gcc_AC_FUNC_PRINTF_PTR): Delete.
* configure.ac: Don't call gcc_AC_FUNC_PRINTF_PTR. * system.h (HOST_PTR_PRINTF): Don't define, poison it. * bitmap.c, c-decl.c, config/i386/i386-interix.h, config/iq2000/iq2000.c, mips-tfile.c, print-rtl.c, print-tree.c: Delete HOST_PTR_PRINTF. * configure, config.in: Regenerate. cp: * name-lookup.c, ptree.c: Delete HOST_PTR_PRINTF. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@103135 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 3fc2f58a64f..f533c1c205e 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -958,12 +958,6 @@
#endif
-/* Define if printf supports "%p". */
-#ifndef USED_FOR_TARGET
-#undef HAVE_PRINTF_PTR
-#endif
-
-
/* Define to 1 if you have the `putchar_unlocked' function. */
#ifndef USED_FOR_TARGET
#undef HAVE_PUTCHAR_UNLOCKED