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
7b50d234
Commit
7b50d234
authored
Sep 06, 2011
by
Michael Meissner
Committed by
Michael Meissner
Sep 06, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentation about tm_p.h
From-SVN: r178618
parent
e25fc78f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
gcc/ChangeLog
+5
-0
gcc/doc/configfiles.texi
+10
-2
No files found.
gcc/ChangeLog
View file @
7b50d234
2011-09-06 Michael Meissner <meissner@linux.vnet.ibm.com>
* doc/configfiles.texi (Configuration Files): Update documentation
about tm_p.h and remove FIXME comment.
2011-09-06 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.c (ix86_function_value_regno_p): Use AX_REG.
gcc/doc/configfiles.texi
View file @
7b50d234
...
...
@@ -59,6 +59,14 @@ these include the autoconfigured headers generated by
machine
.
@item
@file
{
tm_p
.
h
},
which
includes
the
header
@file
{
@var
{
machine
}
-
protos
.
h
}
that
contains
prototypes
for
functions
in
the
target
@file
{.
c
}
file
.
FIXME
:
why
is
such
a
separate
header
necessary
?
that
contains
prototypes
for
functions
in
the
target
@file
{
@var
{
machine
}.
c
}
file
.
The
header
@file
{
@var
{
machine
}
-
protos
.
h
}
can
include
prototypes
of
functions
that
use
rtl
and
tree
data
structures
inside
appropriate
@code
{
#
ifdef
RTX_CODE
}
and
@code
{
#
ifdef
TREE_CODE
}
conditional
code
segements
.
The
@file
{
@var
{
machine
}
-
protos
.
h
}
is
included
after
the
@file
{
rtl
.
h
}
and
/
or
@file
{
tree
.
h
}
would
have
been
included
.
The
@file
{
tm_p
.
h
}
also
includes
the
header
@file
{
tm
-
preds
.
h
}
which
is
generated
by
@file
{
genpreds
}
program
during
the
build
to
define
the
declarations
and
inline
functions
for
the
predicate
functions
.
@end
itemize
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