aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-11-14 12:44:56 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1993-11-14 12:44:56 -0500
commita3d7d623537c203b9533113292b35b533a8a02e9 (patch)
treec17cb60e0859e155f26ea87fe2dc17b53fb74e47 /gcc
parent81ef6b33eed321ae1bad908212b47f0ac6fa505a (diff)
downloadgcc-a3d7d623537c203b9533113292b35b533a8a02e9.zip
gcc-a3d7d623537c203b9533113292b35b533a8a02e9.tar.gz
gcc-a3d7d623537c203b9533113292b35b533a8a02e9.tar.bz2
(HAVE_VPRINTF): New macro.
From-SVN: r6087
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/sh/xm-sh.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/sh/xm-sh.h b/gcc/config/sh/xm-sh.h
index 148ff57..a6b9424 100644
--- a/gcc/config/sh/xm-sh.h
+++ b/gcc/config/sh/xm-sh.h
@@ -31,6 +31,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define alloca __builtin_alloca
#endif
+/* We have the vprintf function. */
+#define HAVE_VPRINTF 1
+
/* target machine dependencies.
tm.h is a symbolic link to the actual target specific file. */
#include "tm.h"