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
f42f3c2d
Commit
f42f3c2d
authored
Sep 22, 2001
by
Richard Kenner
Committed by
Richard Kenner
Sep 22, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* varasm.c (output_constant): Fix unused variable warning.
From-SVN: r45750
parent
bb9f8221
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/varasm.c
+1
-1
No files found.
gcc/ChangeLog
View file @
f42f3c2d
Sat
Sep
22
09
:
09
:
32
2001
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
Sat
Sep
22
09
:
09
:
32
2001
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
*
varasm
.
c
(
output_constant
)
:
Fix
unused
variable
warning
.
*
attribs
.
c
:
New
file
,
from
c
-
common
.
c
.
*
attribs
.
c
:
New
file
,
from
c
-
common
.
c
.
(
attribute_tables
)
:
Now
four
elements
.
(
attribute_tables
)
:
Now
four
elements
.
(
format_attribute_table
,
lang_attribute_common
)
:
New
variables
.
(
format_attribute_table
,
lang_attribute_common
)
:
New
variables
.
...
...
gcc/varasm.c
View file @
f42f3c2d
...
@@ -4472,9 +4472,9 @@ output_constant (exp, size, align)
...
@@ -4472,9 +4472,9 @@ output_constant (exp, size, align)
if
(
TREE_CODE
(
exp
)
==
FDESC_EXPR
)
if
(
TREE_CODE
(
exp
)
==
FDESC_EXPR
)
{
{
#ifdef ASM_OUTPUT_FDESC
HOST_WIDE_INT
part
=
tree_low_cst
(
TREE_OPERAND
(
exp
,
1
),
0
);
HOST_WIDE_INT
part
=
tree_low_cst
(
TREE_OPERAND
(
exp
,
1
),
0
);
tree
decl
=
TREE_OPERAND
(
exp
,
0
);
tree
decl
=
TREE_OPERAND
(
exp
,
0
);
#ifdef ASM_OUTPUT_FDESC
ASM_OUTPUT_FDESC
(
asm_out_file
,
decl
,
part
);
ASM_OUTPUT_FDESC
(
asm_out_file
,
decl
,
part
);
#else
#else
abort
();
abort
();
...
...
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