Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
e35b30c7
Commit
e35b30c7
authored
Jan 18, 2005
by
Kaz Kojima
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/sh/linux.h (TARGET_C99_FUNCTIONS): Define.
From-SVN: r93868
parent
66b0e835
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
+10
-1
gcc/ChangeLog
+4
-0
gcc/config/sh/linux.h
+6
-1
No files found.
gcc/ChangeLog
View file @
e35b30c7
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
...
...
gcc/config/sh/linux.h
View file @
e35b30c7
/* 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment