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
5274639a
Commit
5274639a
authored
Feb 28, 2001
by
Jan Hubicka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Undo the accidental checkin :(
From-SVN: r40129
parent
6f45f005
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
39 deletions
+0
-39
gcc/dwarf2out.c
+0
-33
gcc/final.c
+0
-6
No files found.
gcc/dwarf2out.c
View file @
5274639a
...
@@ -1743,39 +1743,6 @@ dwarf2out_frame_debug (insn)
...
@@ -1743,39 +1743,6 @@ dwarf2out_frame_debug (insn)
cfa_store
=
cfa
;
cfa_store
=
cfa
;
cfa_temp
.
reg
=
-
1
;
cfa_temp
.
reg
=
-
1
;
cfa_temp
.
offset
=
0
;
cfa_temp
.
offset
=
0
;
n_alternate_entry_points
=
0
;
for
(
insn
=
get_insns
();
insn
;
insn
=
NEXT_INSN
(
insn
))
if
(
GET_CODE
(
insn
)
==
CODE_LABEL
&&
LABEL_ALTERNATE_NAME
(
insn
))
n_alternate_entry_points
++
;
/* For each alternate entry point amit an store_state command. We will pop
the state once we will reach it. */
while
(
n_alternate_entry_points
--
)
{
register
dw_cfi_ref
xcfi
;
/* Set the location counter to the new label. */
xcfi
=
new_cfi
();
xcfi
->
dw_cfi_opc
=
DW_CFA_remember_state
;
add_fde_cfi
(
NULL
,
xcfi
);
}
return
;
}
/* An alternate entry point. Pop the state we pushed during initialization
and re-initialize our tables. */
if
(
GET_CODE
(
insn
)
==
CODE_LABEL
&&
LABEL_ALTERNATE_NAME
(
insn
))
{
register
dw_cfi_ref
xcfi
;
label
=
dwarf2out_cfi_label
();
/* On entry, the Canonical Frame Address is at SP. */
dwarf2out_def_cfa
(
label
,
STACK_POINTER_REGNUM
,
INCOMING_FRAME_SP_OFFSET
);
/* Restore the frame state we had right before entering function. */
xcfi
=
new_cfi
();
xcfi
->
dw_cfi_opc
=
DW_CFA_restore_state
;
add_fde_cfi
(
label
,
xcfi
);
return
;
return
;
}
}
...
...
gcc/final.c
View file @
5274639a
...
@@ -2332,12 +2332,6 @@ final_scan_insn (insn, file, optimize, prescan, nopeepholes)
...
@@ -2332,12 +2332,6 @@ final_scan_insn (insn, file, optimize, prescan, nopeepholes)
break
;
break
;
case
CODE_LABEL
:
case
CODE_LABEL
:
#if defined (DWARF2_UNWIND_INFO)
/* If we push arguments, we need to check all insns for stack
adjustments. */
if
(
dwarf2out_do_frame
())
dwarf2out_frame_debug
(
insn
);
#endif
/* The target port might emit labels in the output function for
/* The target port might emit labels in the output function for
some insn, e.g. sh.c output_branchy_insn. */
some insn, e.g. sh.c output_branchy_insn. */
if
(
CODE_LABEL_NUMBER
(
insn
)
<=
max_labelno
)
if
(
CODE_LABEL_NUMBER
(
insn
)
<=
max_labelno
)
...
...
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