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
b6877196
Commit
b6877196
authored
Jun 13, 2005
by
Bernd Schmidt
Committed by
Bernd Schmidt
Jun 13, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/invoke.texi (Blackfin Options): Document -mlong-calls.
From-SVN: r100875
parent
f610dd5f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletions
+21
-1
gcc/ChangeLog
+4
-0
gcc/doc/invoke.texi
+17
-1
No files found.
gcc/ChangeLog
View file @
b6877196
2005-06-13 Bernd Schmidt <bernd.schmidt@analog.com>
* doc/invoke.texi (Blackfin Options): Document -mlong-calls.
2005-06-12 Richard Henderson <rth@redhat.com>
PR tree-opt/21994
...
...
gcc/doc/invoke.texi
View file @
b6877196
...
...
@@ -416,7 +416,8 @@ Objective-C and Objective-C++ Dialects}.
@
emph
{
Blackfin
Options
}
@
gccoptlist
{-
momit
-
leaf
-
frame
-
pointer
-
mno
-
omit
-
leaf
-
frame
-
pointer
-
mcsync
@
gol
-
mno
-
csync
-
mlow
-
64
k
-
mno
-
low64k
-
mid
-
shared
-
library
@
gol
-
mno
-
id
-
shared
-
library
-
mshared
-
library
-
id
=@
var
{
n
}
@
gol
}
-
mno
-
id
-
shared
-
library
-
mshared
-
library
-
id
=@
var
{
n
}
@
gol
-
mlong
-
calls
-
mno
-
long
-
calls
}
@
emph
{
CRIS
Options
}
@
gccoptlist
{-
mcpu
=@
var
{
cpu
}
-
march
=@
var
{
cpu
}
-
mtune
=@
var
{
cpu
}
@
gol
...
...
@@ -7418,6 +7419,21 @@ Specified the identification number of the ID based shared library being
compiled
.
Specifying
a
value
of
0
will
generate
more
compact
code
,
specifying
other
values
will
force
the
allocation
of
that
number
to
the
current
library
but
is
no
more
space
or
time
efficient
than
omitting
this
option
.
@
item
-
mlong
-
calls
@
itemx
-
mno
-
long
-
calls
@
opindex
mlong
-
calls
@
opindex
mno
-
long
-
calls
Tells
the
compiler
to
perform
function
calls
by
first
loading
the
address
of
the
function
into
a
register
and
then
performing
a
subroutine
call
on
this
register
.
This
switch
is
needed
if
the
target
function
will
lie
outside
of
the
24
bit
addressing
range
of
the
offset
based
version
of
subroutine
call
instruction
.
This
feature
is
not
enabled
by
default
.
Specifying
@
option
{-
mno
-
long
-
calls
}
will
restore
the
default
behavior
.
Note
these
switches
have
no
effect
on
how
the
compiler
generates
code
to
handle
function
calls
via
function
pointers
.
@
end
table
@
node
CRIS
Options
...
...
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