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
5fad8ebf
Commit
5fad8ebf
authored
Jan 04, 2000
by
David Edelsohn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Document SLOW_UNALIGNED_ACCESS change.
- Update copyright. From-SVN: r31212
parent
e1565e65
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
gcc/tm.texi
+6
-5
No files found.
gcc/tm.texi
View file @
5fad8ebf
@c
Copyright
(
C
)
1988
,
89
,
92
,
93
,
94
,
96
,
97
,
98
,
1999
Free
Software
Foundation
,
Inc
.
@c
Copyright
(
C
)
1988
,
89
,
92
-
99
,
2000
Free
Software
Foundation
,
Inc
.
@c
This
is
part
of
the
GCC
manual
.
@c
This
is
part
of
the
GCC
manual
.
@c
For
copying
conditions
,
see
the
file
gcc
.
texi
.
@c
For
copying
conditions
,
see
the
file
gcc
.
texi
.
...
@@ -4719,10 +4719,11 @@ recognize RTL structures like this:
...
@@ -4719,10 +4719,11 @@ recognize RTL structures like this:
and
likewise
for
@code{
HImode
}
.
and
likewise
for
@code{
HImode
}
.
@findex
SLOW_UNALIGNED_ACCESS
@findex
SLOW_UNALIGNED_ACCESS
@item
SLOW_UNALIGNED_ACCESS
@item
SLOW_UNALIGNED_ACCESS
(
@var{
mode
}
,
@var{
alignment
}
)
Define
this
macro
to
be
the
value
1
if
unaligned
accesses
have
a
cost
Define
this
macro
to
be
the
value
1
if
memory
accesses
described
by
the
many
times
greater
than
aligned
accesses
,
for
example
if
they
are
@var{
mode
}
and
@var{
alignment
}
parameters
have
a
cost
many
times
greater
emulated
in
a
trap
handler
.
than
aligned
accesses
,
for
example
if
they
are
emulated
in
a
trap
handler
.
When
this
macro
is
non
-
zero
,
the
compiler
will
act
as
if
When
this
macro
is
non
-
zero
,
the
compiler
will
act
as
if
@code{
STRICT_ALIGNMENT
}
were
non
-
zero
when
generating
code
for
block
@code{
STRICT_ALIGNMENT
}
were
non
-
zero
when
generating
code
for
block
...
...
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