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
45832e21
Commit
45832e21
authored
Aug 18, 1997
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Take out __EGCS__ and __EGCS_MINOR__.
From-SVN: r14839
parent
f24b370a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
gcc/ChangeLog
+0
-5
gcc/gcc.c
+0
-4
No files found.
gcc/ChangeLog
View file @
45832e21
...
@@ -22,11 +22,6 @@ Sun Aug 17 15:42:17 1997 Dave Love (d.love@dl.ac.uk)
...
@@ -22,11 +22,6 @@ Sun Aug 17 15:42:17 1997 Dave Love (d.love@dl.ac.uk)
* configure.lang: Substitute autoconfed ${INSTALL} (not currently
* configure.lang: Substitute autoconfed ${INSTALL} (not currently
relevant).
relevant).
Sun Aug 17 15:15:53 1997 Jeffrey A Law (law@cygnus.com)
* gcc.c (default_compilers): Add __EGCS__ and __EGCS_MINOR__
predefines.
Sat Aug 16 01:08:12 1997 Jeffrey A Law (law@cygnus.com)
Sat Aug 16 01:08:12 1997 Jeffrey A Law (law@cygnus.com)
* loop.c (is_power_of_2, is_conditional_branch): Delete unused
* loop.c (is_power_of_2, is_conditional_branch): Delete unused
...
...
gcc/gcc.c
View file @
45832e21
...
@@ -595,7 +595,6 @@ static struct compiler default_compilers[] =
...
@@ -595,7 +595,6 @@ static struct compiler default_compilers[] =
%{C:%{!E:%eGNU C does not support -C without using -E}}\
%{C:%{!E:%eGNU C does not support -C without using -E}}\
%{M} %{MM} %{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG}\
%{M} %{MM} %{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG}\
-undef -D__GNUC__=%v1 -D__GNUC_MINOR__=%v2\
-undef -D__GNUC__=%v1 -D__GNUC_MINOR__=%v2\
-D__EGCS__=%v1 -D__EGCS_MINOR__=%v2\
%{ansi:-trigraphs -D__STRICT_ANSI__}\
%{ansi:-trigraphs -D__STRICT_ANSI__}\
%{!undef:%{!ansi:%p} %P} %{trigraphs} \
%{!undef:%{!ansi:%p} %P} %{trigraphs} \
%c %{O*:%{!O0:-D__OPTIMIZE__}} %{traditional} %{ftraditional:-traditional}\
%c %{O*:%{!O0:-D__OPTIMIZE__}} %{traditional} %{ftraditional:-traditional}\
...
@@ -617,7 +616,6 @@ static struct compiler default_compilers[] =
...
@@ -617,7 +616,6 @@ static struct compiler default_compilers[] =
%{C:%{!E:%eGNU C does not support -C without using -E}}\
%{C:%{!E:%eGNU C does not support -C without using -E}}\
%{M} %{MM} %{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG}\
%{M} %{MM} %{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG}\
-undef -D__GNUC__=%v1 -D__GNUC_MINOR__=%v2\
-undef -D__GNUC__=%v1 -D__GNUC_MINOR__=%v2\
-D__EGCS__=%v1 -D__EGCS_MINOR__=%v2\
%{ansi:-trigraphs -D__STRICT_ANSI__}\
%{ansi:-trigraphs -D__STRICT_ANSI__}\
%{!undef:%{!ansi:%p} %P} %{trigraphs}\
%{!undef:%{!ansi:%p} %P} %{trigraphs}\
%c %{O*:%{!O0:-D__OPTIMIZE__}} %{traditional} %{ftraditional:-traditional}\
%c %{O*:%{!O0:-D__OPTIMIZE__}} %{traditional} %{ftraditional:-traditional}\
...
@@ -631,7 +629,6 @@ static struct compiler default_compilers[] =
...
@@ -631,7 +629,6 @@ static struct compiler default_compilers[] =
%{C:%{!E:%eGNU C does not support -C without using -E}}\
%{C:%{!E:%eGNU C does not support -C without using -E}}\
%{M} %{MM} %{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG}\
%{M} %{MM} %{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG}\
-undef -D__OBJC__ -D__GNUC__=%v1 -D__GNUC_MINOR__=%v2\
-undef -D__OBJC__ -D__GNUC__=%v1 -D__GNUC_MINOR__=%v2\
-D__EGCS__=%v1 -D__EGCS_MINOR__=%v2\
%{ansi:-trigraphs -D__STRICT_ANSI__}\
%{ansi:-trigraphs -D__STRICT_ANSI__}\
%{!undef:%{!ansi:%p} %P} %{trigraphs}\
%{!undef:%{!ansi:%p} %P} %{trigraphs}\
%c %{O*:%{!O0:-D__OPTIMIZE__}} %{traditional} %{ftraditional:-traditional}\
%c %{O*:%{!O0:-D__OPTIMIZE__}} %{traditional} %{ftraditional:-traditional}\
...
@@ -656,7 +653,6 @@ static struct compiler default_compilers[] =
...
@@ -656,7 +653,6 @@ static struct compiler default_compilers[] =
%{C:%{!E:%eGNU C does not support -C without using -E}}\
%{C:%{!E:%eGNU C does not support -C without using -E}}\
%{M} %{MM} %{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG}\
%{M} %{MM} %{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG}\
-undef -D__GNUC__=%v1 -D__GNUC_MINOR__=%v2\
-undef -D__GNUC__=%v1 -D__GNUC_MINOR__=%v2\
-D__EGCS__=%v1 -D__EGCS_MINOR__=%v2\
%{ansi:-trigraphs -D__STRICT_ANSI__}\
%{ansi:-trigraphs -D__STRICT_ANSI__}\
%{!undef:%{!ansi:%p} %P} %{trigraphs}\
%{!undef:%{!ansi:%p} %P} %{trigraphs}\
%c %{O*:%{!O0:-D__OPTIMIZE__}} %{traditional} %{ftraditional:-traditional}\
%c %{O*:%{!O0:-D__OPTIMIZE__}} %{traditional} %{ftraditional:-traditional}\
...
...
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