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
09afda70
Commit
09afda70
authored
Oct 27, 2004
by
Geoffrey Keating
Committed by
Geoffrey Keating
Oct 27, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/tm.texi (USE_SELECT_SECTION_FOR_FUNCTIONS): Document.
From-SVN: r89713
parent
72747d40
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
gcc/ChangeLog
+2
-0
gcc/doc/tm.texi
+11
-0
No files found.
gcc/ChangeLog
View file @
09afda70
2004
-
10
-
27
Geoffrey
Keating
<
geoffk
@
apple
.
com
>
*
doc
/
tm
.
texi
(
USE_SELECT_SECTION_FOR_FUNCTIONS
):
Document
.
*
config
/
darwin
.
h
(
GTHREAD_USE_WEAK
):
Define
.
2004
-
10
-
28
Ben
Elliston
<
bje
@
au
.
ibm
.
com
>
...
...
gcc/doc/tm.texi
View file @
09afda70
...
...
@@ -5980,8 +5980,19 @@ in bits.
The
default
version
of
this
function
takes
care
of
putting
read
-
only
variables
in
@code{
readonly_data_section
}
.
See
also
@var{
USE_SELECT_SECTION_FOR_FUNCTIONS
}
.
@end
deftypefn
@defmac
USE_SELECT_SECTION_FOR_FUNCTIONS
Define
this
macro
if
you
wish
TARGET_ASM_SELECT_SECTION
to
be
called
for
@code{
FUNCTION_DECL
}
s
as
well
as
for
variables
and
constants
.
In
the
case
of
a
@code{
FUNCTION_DECL
}
,
@var{
reloc
}
will
be
zero
if
the
function
has
been
determined
to
be
likely
to
be
called
,
and
nonzero
if
it
is
unlikely
to
be
called
.
@end
defmac
@deftypefn
{
Target
Hook
}
void
TARGET_ASM_UNIQUE_SECTION
(
tree
@var{
decl
}
,
int
@var{
reloc
}
)
Build
up
a
unique
section
name
,
expressed
as
a
@code{
STRING_CST
}
node
,
and
assign
it
to
@samp{
DECL_SECTION_NAME
(
@var{
decl
}
)
}
.
...
...
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