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
d630442f
Commit
d630442f
authored
Mar 27, 2000
by
Nick Clifton
Committed by
Nick Clifton
Mar 27, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
document new %{<S} command in spec strings.
From-SVN: r32767
parent
814feb38
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
gcc/ChangeLog
+5
-0
gcc/invoke.texi
+6
-0
No files found.
gcc/ChangeLog
View file @
d630442f
2000
-
03
-
27
Nick
Clifton
<
nickc
@cygnus
.
com
>
*
invoke
.
texi
(
Spec
Files
)
:
Document
new
spec
%
command
created
by
Tom
Tromey
'
s
recent
patch
.
2000
-
03
-
27
Jakub
Jelinek
<
jakub
@redhat
.
com
>
2000
-
03
-
27
Jakub
Jelinek
<
jakub
@redhat
.
com
>
*
libgcc2
.
h
(
MIN_UNITS_PER_WORD
)
:
Define
to
UNITS_PER_WORD
*
libgcc2
.
h
(
MIN_UNITS_PER_WORD
)
:
Define
to
UNITS_PER_WORD
...
...
gcc/invoke.texi
View file @
d630442f
...
@@ -3586,6 +3586,12 @@ text, including the space. Thus two arguments would be generated.
...
@@ -3586,6 +3586,12 @@ text, including the space. Thus two arguments would be generated.
Like
%@{@
code
{
S
}*@},
but
don
't put a blank between a switch and its
Like
%@{@
code
{
S
}*@},
but
don
't put a blank between a switch and its
argument. Thus %@{^o*@} would only generate one argument, not two.
argument. Thus %@{^o*@} would only generate one argument, not two.
@item %@{<@code{S}@}
Remove all occurences of @code{S} from the command line. Note - this
command is position dependent. @samp{%} commands in the spec string
before this option will see @code{S}, @samp{%} commands in the spec
string after this option will not.
@item %@{@code{S}*:@code{X}@}
@item %@{@code{S}*:@code{X}@}
Substitutes @code{X} if one or more switches whose names start with
Substitutes @code{X} if one or more switches whose names start with
@code{-S} are specified to GCC. Note that the tail part of the
@code{-S} are specified to GCC. Note that the tail part of the
...
...
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