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
1a141fe1
Commit
1a141fe1
authored
Sep 15, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Sep 15, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/tm.texi: Follow spelling conventions.
From-SVN: r87550
parent
b3a27618
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/doc/tm.texi
+2
-2
No files found.
gcc/ChangeLog
View file @
1a141fe1
2004
-
09
-
15
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
doc
/
tm
.
texi
:
Follow
spelling
conventions
.
2004
-
09
-
15
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
tree
-
ssa
-
dom
.
c
:
Fix
comment
typos
.
2004
-
09
-
15
Alan
Modra
<
amodra
@
bigpond
.
net
.
au
>
...
...
gcc/doc/tm.texi
View file @
1a141fe1
...
...
@@ -5512,7 +5512,7 @@ for multiplications, @code{COSTS_N_INSNS (7)} for division and modulus
operations
,
and
@code{
COSTS_N_INSNS
(
1
)
}
for
all
other
operations
.
When
optimizing
for
code
size
,
i
.
e
@
.
when
@code{
optimize_size
}
is
non
-
zero
,
this
target
hook
should
be
used
to
estimate
the
relative
nonzero
,
this
target
hook
should
be
used
to
estimate
the
relative
size
cost
of
an
expression
,
again
relative
to
@code{
COSTS_N_INSNS
}
.
The
hook
returns
true
when
all
subexpressions
of
@var{
x
}
have
been
...
...
@@ -8398,7 +8398,7 @@ to perform initial processing of the @samp{dllimport} and
@end
deftypefn
@defmac
TARGET_DECLSPEC
Define
this
macro
to
a
non
-
zero
value
if
you
want
to
treat
Define
this
macro
to
a
nonzero
value
if
you
want
to
treat
@code
{
__declspec
(
X
)}
as
equivalent
to
@code
{
__attribute
((
X
))}.
By
default
,
this
behavior
is
enabled
only
for
targets
that
define
@code
{
TARGET_DLLIMPORT_DECL_ATTRIBUTES
}.
The
current
implementation
...
...
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