aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKaz Kojima <kkojima@gcc.gnu.org>2005-01-18 23:50:28 +0000
committerKaz Kojima <kkojima@gcc.gnu.org>2005-01-18 23:50:28 +0000
commite35b30c7774cff1c5f57f92daec1abee798d2c48 (patch)
treeeb88a28ae3a14a7e956d226b8724483e7e3430d1 /gcc
parent66b0e835636f691c0c841cb8ec3738b4017fe329 (diff)
downloadgcc-e35b30c7774cff1c5f57f92daec1abee798d2c48.zip
gcc-e35b30c7774cff1c5f57f92daec1abee798d2c48.tar.gz
gcc-e35b30c7774cff1c5f57f92daec1abee798d2c48.tar.bz2
* config/sh/linux.h (TARGET_C99_FUNCTIONS): Define.
From-SVN: r93868
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/sh/linux.h7
2 files changed, 10 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index aa1a181..de6e10d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-18 Kaz Kojima <kkojima@gcc.gnu.org>
+
+ * config/sh/linux.h (TARGET_C99_FUNCTIONS): Define.
+
2005-01-18 Eric Botcazou <ebotcazou@libertysurf.fr>
* calls.c (expand_call): Check DECL_BUILT_IN_CLASS before
diff --git a/gcc/config/sh/linux.h b/gcc/config/sh/linux.h
index 8724854..56c85d6 100644
--- a/gcc/config/sh/linux.h
+++ b/gcc/config/sh/linux.h
@@ -1,5 +1,6 @@
/* Definitions for SH running Linux-based GNU systems using ELF
- Copyright (C) 1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005
+ Free Software Foundation, Inc.
Contributed by Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
This file is part of GCC.
@@ -110,6 +111,10 @@ do { \
#define USE_LD_AS_NEEDED 1
#endif
+/* Determine whether the the entire c99 runtime
+ is present in the runtime library. */
+#define TARGET_C99_FUNCTIONS 1
+
/* Output assembler code to STREAM to call the profiler. */
#undef FUNCTION_PROFILER