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
81ccb752
Commit
81ccb752
authored
Apr 30, 2015
by
Caroline Tice
Committed by
Uros Bizjak
Apr 30, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tm.texi: Regenerate.
* doc/tm.texi: Regenerate. From-SVN: r222655
parent
0ca7ba9a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
0 deletions
+29
-0
gcc/ChangeLog
+1
-0
gcc/doc/tm.texi
+28
-0
No files found.
gcc/ChangeLog
View file @
81ccb752
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
(ASM_DECLARE_COLD_FUNCTION_SIZE): New macro definition.
(ASM_DECLARE_COLD_FUNCTION_SIZE): New macro definition.
* doc/tm.texi.in (ASM_DECLARE_COLD_FUNCTION_NAME): Document new macro.
* doc/tm.texi.in (ASM_DECLARE_COLD_FUNCTION_NAME): Document new macro.
(ASM_DECLARE_COLD_FUNCTION_SIZE): Document new macro.
(ASM_DECLARE_COLD_FUNCTION_SIZE): Document new macro.
* doc/tm.texi: Regenerate.
* final.c (final_scan_insn): Use ASM_DECLARE_COLD_FUNCTION_NAME
* final.c (final_scan_insn): Use ASM_DECLARE_COLD_FUNCTION_NAME
instead of ASM_DECLARE_FUNCTION_NAME for cold partition name.
instead of ASM_DECLARE_FUNCTION_NAME for cold partition name.
* varasm.c (assemble_end_function): Use ASM_DECLARE_COLD_FUNCTION_SIZE
* varasm.c (assemble_end_function): Use ASM_DECLARE_COLD_FUNCTION_SIZE
...
...
gcc/doc/tm.texi
View file @
81ccb752
...
@@ -7934,6 +7934,34 @@ You may wish to use @code{ASM_OUTPUT_MEASURED_SIZE} in the definition
...
@@ -7934,6 +7934,34 @@ You may wish to use @code{ASM_OUTPUT_MEASURED_SIZE} in the definition
of
this
macro
.
of
this
macro
.
@end
defmac
@end
defmac
@defmac
ASM_DECLARE_COLD_FUNCTION_NAME
(
@var{
stream
}
,
@var{
name
}
,
@var{
decl
}
)
A
C
statement
(
sans
semicolon
)
to
output
to
the
stdio
stream
@var{
stream
}
any
text
necessary
for
declaring
the
name
@var{
name
}
of
a
cold
function
partition
which
is
being
defined
.
This
macro
is
responsible
for
outputting
the
label
definition
(
perhaps
using
@code{
ASM_OUTPUT_FUNCTION_LABEL
}
).
The
argument
@var{
decl
}
is
the
@code{
FUNCTION_DECL
}
tree
node
representing
the
function
.
If
this
macro
is
not
defined
,
then
the
cold
partition
name
is
defined
in
the
usual
manner
as
a
label
(
by
means
of
@code{
ASM_OUTPUT_LABEL
}
).
You
may
wish
to
use
@code{
ASM_OUTPUT_TYPE_DIRECTIVE
}
in
the
definition
of
this
macro
.
@end
defmac
@defmac
ASM_DECLARE_COLD_FUNCTION_SIZE
(
@var{
stream
}
,
@var{
name
}
,
@var{
decl
}
)
A
C
statement
(
sans
semicolon
)
to
output
to
the
stdio
stream
@var{
stream
}
any
text
necessary
for
declaring
the
size
of
a
cold
function
partition
which
is
being
defined
.
The
argument
@var{
name
}
is
the
name
of
the
cold
partition
of
the
function
.
The
argument
@var{
decl
}
is
the
@code{
FUNCTION_DECL
}
tree
node
representing
the
function
.
If
this
macro
is
not
defined
,
then
the
partition
size
is
not
defined
.
You
may
wish
to
use
@code{
ASM_OUTPUT_MEASURED_SIZE
}
in
the
definition
of
this
macro
.
@end
defmac
@defmac
ASM_DECLARE_OBJECT_NAME
(
@var{
stream
}
,
@var{
name
}
,
@var{
decl
}
)
@defmac
ASM_DECLARE_OBJECT_NAME
(
@var{
stream
}
,
@var{
name
}
,
@var{
decl
}
)
A
C
statement
(
sans
semicolon
)
to
output
to
the
stdio
stream
A
C
statement
(
sans
semicolon
)
to
output
to
the
stdio
stream
@var{
stream
}
any
text
necessary
for
declaring
the
name
@var{
name
}
of
an
@var{
stream
}
any
text
necessary
for
declaring
the
name
@var{
name
}
of
an
...
...
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