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
3d2999ba
Commit
3d2999ba
authored
May 18, 2001
by
Mark Kettenis
Committed by
Alexandre Oliva
May 17, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dwarf2out.c (modified_type_die): Equate qualified type to die.
From-SVN: r42227
parent
754ad41d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ChangeLog
+4
-0
gcc/dwarf2out.c
+4
-0
No files found.
gcc/ChangeLog
View file @
3d2999ba
Thu
May
17
19
:
42
:
39
2001
Mark
Kettenis
<
kettenis
@wins
.
uva
.
nl
>
*
dwarf2out
.
c
(
modified_type_die
)
:
Equate
qualified
type
to
die
.
Thu
May
17
23
:
19
:
46
CEST
2001
Jan
Hubicka
<
jh
@suse
.
cz
>
*
integrate
.
c
(
copy_rtx_and_substitute
)
:
Use
simplify_gen_subreg
.
...
...
gcc/dwarf2out.c
View file @
3d2999ba
...
...
@@ -6982,6 +6982,10 @@ modified_type_die (type, is_const_type, is_volatile_type, context_die)
if
(
mod_type_die
==
NULL
)
abort
();
}
/* We want to equate the qualified type to the die below. */
if
(
qualified_type
)
type
=
qualified_type
;
}
equate_type_number_to_die
(
type
,
mod_type_die
);
...
...
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