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
26f63a77
Commit
26f63a77
authored
Oct 26, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Oct 26, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tm.texi (ASM_OUTPUT_MAX_SKIP_ALIGN): Document.
From-SVN: r23352
parent
0fd3de00
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
gcc/ChangeLog
+4
-0
gcc/tm.texi
+8
-0
No files found.
gcc/ChangeLog
View file @
26f63a77
Mon
Oct
26
12
:
53
:
14
1998
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
tm
.
texi
(
ASM_OUTPUT_MAX_SKIP_ALIGN
)
:
Document
.
Mon
Oct
26
00
:
36
:
58
PST
1998
Jeff
Law
(
law
@cygnus
.
com
)
*
version
.
c
:
Bump
for
snapshot
.
...
...
gcc/tm.texi
View file @
26f63a77
...
...
@@ -6375,6 +6375,14 @@ section.
A
C
statement
to
output
to
the
stdio
stream
@var{
stream
}
an
assembler
command
to
advance
the
location
counter
to
a
multiple
of
2
to
the
@var{
power
}
bytes
.
@var{
power
}
will
be
a
C
expression
of
type
@code{
int
}
.
@findex
ASM_OUTPUT_MAX_SKIP_ALIGN
@item
ASM_OUTPUT_MAX_SKIP_ALIGN
(
@var{
stream
}
,
@var{
power
}
,
@var{
max_skip
}
)
A
C
statement
to
output
to
the
stdio
stream
@var{
stream
}
an
assembler
command
to
advance
the
location
counter
to
a
multiple
of
2
to
the
@var{
power
}
bytes
,
but
only
if
@var{
max_skip
}
or
fewer
bytes
are
needed
to
satisfy
the
alignment
request
.
@var{
power
}
and
@var{
max_skip
}
will
be
a
C
expression
of
type
@code{
int
}
.
@end
table
@need
3000
...
...
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