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
3294102b
Commit
3294102b
authored
11 years ago
by
Marcus Shawcroft
Committed by
Marcus Shawcroft
11 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AArch64] Fix whitespace around PROFILE_HOOK.
From-SVN: r205041
parent
cb1ac93c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
gcc/ChangeLog
+4
-0
gcc/config/aarch64/aarch64.h
+7
-7
No files found.
gcc/ChangeLog
View file @
3294102b
2013
-
11
-
19
Marcus
Shawcroft
<
marcus
.
shawcroft
@
arm
.
com
>
*
config
/
aarch64
/
aarch64
.
h
(
PROFILE_HOOK
):
Fix
whitespace
.
2013
-
11
-
19
Joseph
Myers
<
joseph
@
codesourcery
.
com
>
*
varasm
.
c
(
align_variable
):
Give
error
instead
of
warning
for
This diff is collapsed.
Click to expand it.
gcc/config/aarch64/aarch64.h
View file @
3294102b
...
...
@@ -789,13 +789,13 @@ do { \
/* Emit rtl for profiling. Output assembler code to FILE
to call "_mcount" for profiling a function entry. */
#define PROFILE_HOOK(LABEL)
\
{
\
rtx fun,lr;
\
lr = get_hard_reg_initial_val (Pmode, LR_REGNUM);
\
fun = gen_rtx_SYMBOL_REF (Pmode, MCOUNT_NAME);
\
emit_library_call (fun, LCT_NORMAL, VOIDmode, 1, lr, Pmode);
\
}
#define PROFILE_HOOK(LABEL)
\
{
\
rtx fun, lr;
\
lr = get_hard_reg_initial_val (Pmode, LR_REGNUM);
\
fun = gen_rtx_SYMBOL_REF (Pmode, MCOUNT_NAME);
\
emit_library_call (fun, LCT_NORMAL, VOIDmode, 1, lr, Pmode);
\
}
/* All the work done in PROFILE_HOOK, but still required. */
#define FUNCTION_PROFILER(STREAM, LABELNO) do { } while (0)
...
...
This diff is collapsed.
Click to expand it.
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