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
5bef9b1f
Commit
5bef9b1f
authored
May 21, 1997
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
From-SVN: r14108
parent
5ff660f0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
gcc/dwarf2out.c
+5
-5
No files found.
gcc/dwarf2out.c
View file @
5bef9b1f
...
...
@@ -623,6 +623,11 @@ dwarf2out_def_cfa (label, reg, offset)
unsigned
long
old_reg
;
long
old_offset
;
cfa_reg
=
reg
;
cfa_offset
=
offset
;
if
(
cfa_store_reg
==
reg
)
cfa_store_offset
=
offset
;
reg
=
DWARF_FRAME_REGNUM
(
reg
);
lookup_cfa
(
&
old_reg
,
&
old_offset
);
...
...
@@ -653,11 +658,6 @@ dwarf2out_def_cfa (label, reg, offset)
}
add_fde_cfi
(
label
,
cfi
);
cfa_reg
=
reg
;
cfa_offset
=
offset
;
if
(
cfa_store_reg
==
reg
)
cfa_store_offset
=
offset
;
}
/* Add the CFI for saving a register. REG is the CFA column number.
...
...
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