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
cded08ea
Commit
cded08ea
authored
Apr 01, 2014
by
Sebastian Huber
Committed by
Eric Botcazou
Apr 01, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/invoke.texi (mapp-regs): Clarify.
From-SVN: r208973
parent
25336bb6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+4
-0
gcc/doc/invoke.texi
+3
-2
No files found.
gcc/ChangeLog
View file @
cded08ea
2014-04-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
* doc/invoke.texi (mapp-regs): Clarify.
2014-03-31 Ulrich Drepper <drepper@gmail.com>
2014-03-31 Ulrich Drepper <drepper@gmail.com>
* config/i386/avx512fintrin.h (__v32hi): Define type.
* config/i386/avx512fintrin.h (__v32hi): Define type.
...
...
gcc/doc/invoke.texi
View file @
cded08ea
...
@@ -20848,8 +20848,9 @@ These @samp{-m} options are supported on the SPARC:
...
@@ -20848,8 +20848,9 @@ These @samp{-m} options are supported on the SPARC:
@opindex mno-app-regs
@opindex mno-app-regs
@opindex mapp-regs
@opindex mapp-regs
Specify @option{-mapp-regs} to generate output using the global registers
Specify @option{-mapp-regs} to generate output using the global registers
2 through 4, which the SPARC SVR4 ABI reserves for applications. This
2 through 4, which the SPARC SVR4 ABI reserves for applications. Like the
is the default.
global register 1, each global register 2 through 4 is then treated as an
allocable register that is clobbered by function calls. This is the default.
To be fully SVR4 ABI-compliant at the cost of some performance loss,
To be fully SVR4 ABI-compliant at the cost of some performance loss,
specify @option{-mno-app-regs}. You should compile libraries and system
specify @option{-mno-app-regs}. You should compile libraries and system
...
...
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