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
9231abf2
Commit
9231abf2
authored
Sep 18, 2000
by
Joseph Myers
Committed by
Joseph Myers
Sep 18, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.c (cpp_options): Add specs for __STDC_HOSTED__.
From-SVN: r36489
parent
2bd429f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+4
-0
gcc/gcc.c
+2
-0
No files found.
gcc/ChangeLog
View file @
9231abf2
2000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
* gcc.c (cpp_options): Add specs for __STDC_HOSTED__.
2000-09-18 Bernd Schmidt <bernds@redhat.co.uk>
2000-09-18 Bernd Schmidt <bernds@redhat.co.uk>
* optabs.c (emit_libcall_block): Set CONST_CALL_P for the call.
* optabs.c (emit_libcall_block): Set CONST_CALL_P for the call.
...
...
gcc/gcc.c
View file @
9231abf2
...
@@ -564,6 +564,8 @@ static const char *cpp_options =
...
@@ -564,6 +564,8 @@ static const char *cpp_options =
%c %{Os:-D__OPTIMIZE_SIZE__} %{O*:%{!O0:-D__OPTIMIZE__}}\
%c %{Os:-D__OPTIMIZE_SIZE__} %{O*:%{!O0:-D__OPTIMIZE__}}\
%{ffast-math:-D__FAST_MATH__}\
%{ffast-math:-D__FAST_MATH__}\
%{fshort-wchar:-U__WCHAR_TYPE__ -D__WCHAR_TYPE__=short
\\
unsigned
\\
int}\
%{fshort-wchar:-U__WCHAR_TYPE__ -D__WCHAR_TYPE__=short
\\
unsigned
\\
int}\
%{ffreestanding:-D__STDC_HOSTED__=0} %{fno-hosted:-D__STDC_HOSTED__=0}\
%{!ffreestanding:%{!fno-hosted:-D__STDC_HOSTED__=1}}\
%{fshow-column} %{fno-show-column}\
%{fshow-column} %{fno-show-column}\
%{fleading-underscore} %{fno-leading-underscore}\
%{fleading-underscore} %{fno-leading-underscore}\
%{g*} %{W*} %{w} %{pedantic*} %{H} %{d*} %C %{U*} %{D*} %{i*} %Z %i\
%{g*} %{W*} %{w} %{pedantic*} %{H} %{d*} %C %{U*} %{D*} %{i*} %Z %i\
...
...
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