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
8b7d4300
Commit
8b7d4300
authored
Aug 24, 2006
by
Bill Wendling
Committed by
Mike Stump
Aug 24, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/tm.texi (TARGET_DEFAULT_PACK_STRUCT): Fixed English.
From-SVN: r116385
parent
7ef701a8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/doc/tm.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
8b7d4300
2006
-
08
-
24
Bill
Wendling
<
wendling
@apple
.
com
>
*
doc
/
tm
.
texi
(
TARGET_DEFAULT_PACK_STRUCT
)
:
Fixed
English
.
2006
-
08
-
24
Jan
Hubicka
<
jh
@suse
.
cz
>
2006
-
08
-
24
Jan
Hubicka
<
jh
@suse
.
cz
>
*
reload1
.
c
(
emit_reload_insns
)
:
Fix
yet
another
typo
in
my
patch
.
*
reload1
.
c
(
emit_reload_insns
)
:
Fix
yet
another
typo
in
my
patch
.
...
...
gcc/doc/tm.texi
View file @
8b7d4300
...
@@ -9473,7 +9473,7 @@ arguments of @samp{#pragma pack}.
...
@@ -9473,7 +9473,7 @@ arguments of @samp{#pragma pack}.
@defmac
TARGET_DEFAULT_PACK_STRUCT
@defmac
TARGET_DEFAULT_PACK_STRUCT
If
your
target
requires
a
structure
packing
default
other
than
0
(
meaning
If
your
target
requires
a
structure
packing
default
other
than
0
(
meaning
the
machine
default
),
define
this
macro
to
the
necessary
value
(
in
bytes
).
the
machine
default
),
define
this
macro
to
the
necessary
value
(
in
bytes
).
This
must
be
a
value
that
would
also
valid
to
be
used
with
This
must
be
a
value
that
would
also
be
valid
to
use
with
@samp
{
#
pragma
pack
()}
(
that
is
,
a
small
power
of
two
).
@samp
{
#
pragma
pack
()}
(
that
is
,
a
small
power
of
two
).
@end
defmac
@end
defmac
...
...
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