Commit e35b30c7 by Kaz Kojima

* config/sh/linux.h (TARGET_C99_FUNCTIONS): Define.

From-SVN: r93868
parent 66b0e835
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
......
/* 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment