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
8b7d763c
Commit
8b7d763c
authored
Jul 29, 2011
by
Uros Bizjak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* function.c: Remove unwanted commit.
From-SVN: r176925
parent
dadecee2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
gcc/function.c
+0
-10
No files found.
gcc/function.c
View file @
8b7d763c
...
...
@@ -4570,14 +4570,9 @@ stack_protect_prologue (void)
tree
guard_decl
=
targetm
.
stack_protect_guard
();
rtx
x
,
y
;
printf
(
"TESTx
\n
"
);
x
=
expand_normal
(
crtl
->
stack_protect_guard
);
y
=
expand_normal
(
guard_decl
);
debug_rtx
(
x
);
debug_rtx
(
y
);
/* Allow the target to copy from Y to X without leaking Y into a
register. */
if
(
HAVE_stack_protect_set
)
...
...
@@ -4609,14 +4604,9 @@ stack_protect_epilogue (void)
rtx
label
=
gen_label_rtx
();
rtx
x
,
y
,
tmp
;
printf
(
"TESTz
\n
"
);
x
=
expand_normal
(
crtl
->
stack_protect_guard
);
y
=
expand_normal
(
guard_decl
);
debug_rtx
(
x
);
debug_rtx
(
y
);
/* Allow the target to compare Y with X without leaking either into
a register. */
switch
(
HAVE_stack_protect_test
!=
0
)
...
...
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