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
33512303
Commit
33512303
authored
Nov 15, 2013
by
Ulrich Weigand
Committed by
Ulrich Weigand
Nov 15, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/invoke.texi (-mabi=elfv1, -mabi=elfv2): Document.
From-SVN: r204842
parent
75a2bcc0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
1 deletions
+20
-1
gcc/ChangeLog
+4
-0
gcc/doc/invoke.texi
+16
-1
No files found.
gcc/ChangeLog
View file @
33512303
2013
-
11
-
15
Ulrich
Weigand
<
Ulrich
.
Weigand
@
de
.
ibm
.
com
>
*
doc
/
invoke
.
texi
(-
mabi
=
elfv1
,
-
mabi
=
elfv2
):
Document
.
2013
-
11
-
15
Joseph
Myers
<
joseph
@
codesourcery
.
com
>
2013
-
11
-
15
Joseph
Myers
<
joseph
@
codesourcery
.
com
>
*
acinclude
.
m4
(
GCC_GLIBC_VERSION_GTE_IFELSE
):
New
configure
*
acinclude
.
m4
(
GCC_GLIBC_VERSION_GTE_IFELSE
):
New
configure
gcc/doc/invoke.texi
View file @
33512303
...
@@ -18846,7 +18846,8 @@ SVR4 ABI)@.
...
@@ -18846,7 +18846,8 @@ SVR4 ABI)@.
@
opindex
mabi
@
opindex
mabi
Extend
the
current
ABI
with
a
particular
extension
,
or
remove
such
extension
.
Extend
the
current
ABI
with
a
particular
extension
,
or
remove
such
extension
.
Valid
values
are
@
var
{
altivec
},
@
var
{
no
-
altivec
},
@
var
{
spe
},
Valid
values
are
@
var
{
altivec
},
@
var
{
no
-
altivec
},
@
var
{
spe
},
@
var
{
no
-
spe
},
@
var
{
ibmlongdouble
},
@
var
{
ieeelongdouble
}@.
@
var
{
no
-
spe
},
@
var
{
ibmlongdouble
},
@
var
{
ieeelongdouble
},
@
var
{
elfv1
},
@
var
{
elfv2
}@.
@
item
-
mabi
=
spe
@
item
-
mabi
=
spe
@
opindex
mabi
=
spe
@
opindex
mabi
=
spe
...
@@ -18868,6 +18869,20 @@ This is a PowerPC 32-bit SYSV ABI option.
...
@@ -18868,6 +18869,20 @@ This is a PowerPC 32-bit SYSV ABI option.
Change
the
current
ABI
to
use
IEEE
extended
-
precision
long
double
.
Change
the
current
ABI
to
use
IEEE
extended
-
precision
long
double
.
This
is
a
PowerPC
32
-
bit
Linux
ABI
option
.
This
is
a
PowerPC
32
-
bit
Linux
ABI
option
.
@
item
-
mabi
=
elfv1
@
opindex
mabi
=
elfv1
Change
the
current
ABI
to
use
the
ELFv1
ABI
.
This
is
the
default
ABI
for
big
-
endian
PowerPC
64
-
bit
Linux
.
Overriding
the
default
ABI
requires
special
system
support
and
is
likely
to
fail
in
spectacular
ways
.
@
item
-
mabi
=
elfv2
@
opindex
mabi
=
elfv2
Change
the
current
ABI
to
use
the
ELFv2
ABI
.
This
is
the
default
ABI
for
little
-
endian
PowerPC
64
-
bit
Linux
.
Overriding
the
default
ABI
requires
special
system
support
and
is
likely
to
fail
in
spectacular
ways
.
@
item
-
mprototype
@
item
-
mprototype
@
itemx
-
mno
-
prototype
@
itemx
-
mno
-
prototype
@
opindex
mprototype
@
opindex
mprototype
...
...
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