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
0b73ca18
Commit
0b73ca18
authored
Apr 13, 1997
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(profile_function): Save the static chain register around the call to
the profiler function. From-SVN: r13865
parent
9886e013
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
gcc/final.c
+0
-4
No files found.
gcc/final.c
View file @
0b73ca18
...
@@ -1058,7 +1058,6 @@ profile_function (file)
...
@@ -1058,7 +1058,6 @@ profile_function (file)
#endif
#endif
#endif
#endif
#if 0
#ifdef STATIC_CHAIN_INCOMING_REGNUM
#ifdef STATIC_CHAIN_INCOMING_REGNUM
if
(
cxt
)
if
(
cxt
)
ASM_OUTPUT_REG_PUSH
(
file
,
STATIC_CHAIN_INCOMING_REGNUM
);
ASM_OUTPUT_REG_PUSH
(
file
,
STATIC_CHAIN_INCOMING_REGNUM
);
...
@@ -1068,11 +1067,9 @@ profile_function (file)
...
@@ -1068,11 +1067,9 @@ profile_function (file)
ASM_OUTPUT_REG_PUSH
(
file
,
STATIC_CHAIN_REGNUM
);
ASM_OUTPUT_REG_PUSH
(
file
,
STATIC_CHAIN_REGNUM
);
#endif
#endif
#endif
#endif
#endif
/* 0 */
FUNCTION_PROFILER
(
file
,
profile_label_no
);
FUNCTION_PROFILER
(
file
,
profile_label_no
);
#if 0
#ifdef STATIC_CHAIN_INCOMING_REGNUM
#ifdef STATIC_CHAIN_INCOMING_REGNUM
if
(
cxt
)
if
(
cxt
)
ASM_OUTPUT_REG_POP
(
file
,
STATIC_CHAIN_INCOMING_REGNUM
);
ASM_OUTPUT_REG_POP
(
file
,
STATIC_CHAIN_INCOMING_REGNUM
);
...
@@ -1082,7 +1079,6 @@ profile_function (file)
...
@@ -1082,7 +1079,6 @@ profile_function (file)
ASM_OUTPUT_REG_POP
(
file
,
STATIC_CHAIN_REGNUM
);
ASM_OUTPUT_REG_POP
(
file
,
STATIC_CHAIN_REGNUM
);
#endif
#endif
#endif
#endif
#endif
/* 0 */
#ifdef STRUCT_VALUE_INCOMING_REGNUM
#ifdef STRUCT_VALUE_INCOMING_REGNUM
if
(
sval
)
if
(
sval
)
...
...
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