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
7e1f39b6
Commit
7e1f39b6
authored
Dec 14, 2018
by
Jeff Law
Committed by
Jeff Law
Dec 14, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* target.def (post_cfi_startproc): Fix text.
From-SVN: r267136
parent
dddb7af4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+4
-0
gcc/target.def
+2
-1
No files found.
gcc/ChangeLog
View file @
7e1f39b6
2018-12-14 Jeff Law <law@redhat.com>
* target.def (post_cfi_startproc): Fix text.
2018-12-14 Sam Tebbs <sam.tebbs@arm.com>
2018-12-14 Sam Tebbs <sam.tebbs@arm.com>
* doc/tm.texi (TARGET_ASM_POST_CFI_STARTPROC): Define.
* doc/tm.texi (TARGET_ASM_POST_CFI_STARTPROC): Define.
gcc/target.def
View file @
7e1f39b6
...
@@ -98,7 +98,8 @@ DEFHOOK
...
@@ -98,7 +98,8 @@ DEFHOOK
(
post_cfi_startproc
,
(
post_cfi_startproc
,
"This target hook is used to emit assembly strings required by the target
\n
\
"This target hook is used to emit assembly strings required by the target
\n
\
after the .cfi_startproc directive. The first argument is the file stream to
\n
\
after the .cfi_startproc directive. The first argument is the file stream to
\n
\
write the strings to and the second argument is the function
\'
s declaration.
\n
\
write the strings to and the second argument is the function
\'
s declaration. The
\n
\
expected use is to add more .cfi_* directives.
\n
\
\n
\
\n
\
The default is to not output any assembly strings."
,
The default is to not output any assembly strings."
,
void
,
(
FILE
*
,
tree
),
void
,
(
FILE
*
,
tree
),
...
...
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