Commit 9231abf2 by Joseph Myers Committed by Joseph Myers

* gcc.c (cpp_options): Add specs for __STDC_HOSTED__.

From-SVN: r36489
parent 2bd429f4
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.
......
...@@ -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\
......
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