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
c4f46fde
Commit
c4f46fde
authored
Feb 23, 2007
by
DJ Delorie
Committed by
DJ Delorie
Feb 23, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/tm.h (BIGGEST_ALIGNMENT): Clarify the purpose of this macro.
From-SVN: r122285
parent
40728134
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+4
-0
gcc/doc/tm.texi
+3
-1
No files found.
gcc/ChangeLog
View file @
c4f46fde
2007-02-23 DJ Delorie <dj@redhat.com>
* doc/tm.h (BIGGEST_ALIGNMENT): Clarify the purpose of this macro.
2007-02-23 Mike Stump <mrs@apple.com>
* tlink.c (scan_linker_output): Parse linker messages from
...
...
gcc/doc/tm.texi
View file @
c4f46fde
...
...
@@ -1068,7 +1068,9 @@ Alignment required for a function entry point, in bits.
@end
defmac
@defmac
BIGGEST_ALIGNMENT
Biggest
alignment
that
any
data
type
can
require
on
this
machine
,
in
bits
.
Biggest
alignment
that
any
data
type
can
require
on
this
machine
,
in
bits
.
Note
that
this
is
not
the
biggest
alignment
that
is
supported
,
just
the
biggest
alignment
that
,
when
violated
,
may
cause
a
fault
.
@end
defmac
@defmac
MINIMUM_ATOMIC_ALIGNMENT
...
...
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