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
fd868572
Commit
fd868572
authored
Sep 28, 1998
by
Catherine Moore
Committed by
Catherine Moore
Sep 28, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix last patch.
From-SVN: r22622
parent
1f2b04b3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/ChangeLog
+4
-0
gcc/toplev.c
+4
-4
No files found.
gcc/ChangeLog
View file @
fd868572
Mon
Sep
28
12
:
51
:
00
1998
Catherine
Moore
<
clm
@cygnus
.
com
>
*
toplev
.
c
:
fix
bad
patch
around
flag_data_sections
.
Mon
Sep
28
10
:
32
:
28
1998
Nick
Clifton
<
nickc
@cygnus
.
com
>
*
reload1
.
c
(
reload
)
:
Use
reload_address_index_reg_class
and
...
...
gcc/toplev.c
View file @
fd868572
...
...
@@ -522,16 +522,16 @@ int flag_omit_frame_pointer = 0;
int
flag_function_sections
=
0
;
/* ... and similar for data. */
int
flag_data_sections
=
0
;
/* Nonzero to inhibit use of define_optimization peephole opts. */
int
flag_no_peephole
=
0
;
/* Nonzero allows GCC to violate some IEEE or ANSI rules regarding math
operations in the interest of optimization. For example it allows
/* ... and similar for data. */
int
flag_data_sections
=
0
;
GCC to assume arguments to sqrt are nonnegative numbers, allowing
faster code for sqrt to be generated. */
...
...
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