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
ff970081
Commit
ff970081
authored
Sep 03, 2002
by
Arati Dikey
Committed by
Jeff Law
Sep 03, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* h8300.c (asm_file_start): Corrected optimization comment.
From-SVN: r56761
parent
b50d021d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
gcc/ChangeLog
+4
-0
gcc/config/h8300/h8300.c
+4
-1
No files found.
gcc/ChangeLog
View file @
ff970081
2002
-
09
-
03
Arati
Dikey
<
aratid
@kpit
.
com
>
*
h8300
.
c
(
asm_file_start
)
:
Corrected
optimization
comment
.
2002
-
09
-
03
Stan
Shebs
<
shebs
@apple
.
com
>
*
c
-
lang
.
c
(
recognize_objc_keyword
)
:
Remove
,
no
longer
used
.
...
...
gcc/config/h8300/h8300.c
View file @
ff970081
...
...
@@ -505,7 +505,10 @@ asm_file_start (file)
{
fprintf
(
file
,
";
\t
GCC For the Hitachi H8/300
\n
"
);
fprintf
(
file
,
";
\t
By Hitachi America Ltd and Cygnus Support
\n
"
);
if
(
optimize
)
if
(
optimize_size
)
fprintf
(
file
,
"; -Os
\n
"
)
else
if
(
optimize
)
fprintf
(
file
,
"; -O%d
\n
"
,
optimize
);
if
(
TARGET_H8300H
)
fprintf
(
file
,
"
\n\t
.h8300h
\n
"
);
...
...
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