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
8f0e7be4
Commit
8f0e7be4
authored
Mar 28, 1999
by
Richard Henderson
Committed by
Richard Henderson
Mar 28, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* varasm.c (output_constant_pool): Always mark the constant pool.
From-SVN: r26044
parent
86001391
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/ChangeLog
+4
-0
gcc/varasm.c
+1
-2
No files found.
gcc/ChangeLog
View file @
8f0e7be4
Sun
Mar
28
15
:
34
:
28
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
*
varasm
.
c
(
output_constant_pool
)
:
Always
mark
the
constant
pool
.
Sun
Mar
28
16
:
09
:
01
1999
"Jerry Quinn"
<
jquinn
@nortelnetworks
.
com
>
*
pa
.
c
(
pa_adjust_cost
)
:
Don
'
t
do
cost
adjustments
on
pa8000
.
...
...
gcc/varasm.c
View file @
8f0e7be4
...
...
@@ -3615,8 +3615,7 @@ output_constant_pool (fnname, fndecl)
/* It is possible for gcc to call force_const_mem and then to later
discard the instructions which refer to the constant. In such a
case we do not need to output the constant. */
if
(
optimize
>=
0
&&
flag_expensive_optimizations
)
mark_constant_pool
();
mark_constant_pool
();
#ifdef ASM_OUTPUT_POOL_PROLOGUE
ASM_OUTPUT_POOL_PROLOGUE
(
asm_out_file
,
fnname
,
fndecl
,
pool_offset
);
...
...
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