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
64d961b8
Commit
64d961b8
authored
Jan 06, 2004
by
Geoffrey Keating
Committed by
Geoffrey Keating
Jan 06, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dwarf2out.c (add_const_value_attribute): Remove incorrect comment.
From-SVN: r75483
parent
72b38561
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
gcc/ChangeLog
+4
-0
gcc/dwarf2out.c
+0
-5
No files found.
gcc/ChangeLog
View file @
64d961b8
2004-01-06 Geoffrey Keating <geoffk@apple.com>
* dwarf2out.c (add_const_value_attribute): Remove incorrect comment.
2004-01-06 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/xcoff.h (EXTRA_SECTION_FUNCTIONS): Split each
...
...
gcc/dwarf2out.c
View file @
64d961b8
...
...
@@ -9109,11 +9109,6 @@ add_const_value_attribute (dw_die_ref die, rtx rtl)
switch
(
GET_CODE
(
rtl
))
{
case
CONST_INT
:
/* Note that a CONST_INT rtx could represent either an integer
or a floating-point constant. A CONST_INT is used whenever
the constant will fit into a single word. In all such
cases, the original mode of the constant value is wiped
out, and the CONST_INT rtx is assigned VOIDmode. */
{
HOST_WIDE_INT
val
=
INTVAL
(
rtl
);
...
...
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