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
6fcf5434
Commit
6fcf5434
authored
Mar 12, 2013
by
Jakub Jelinek
Committed by
Jakub Jelinek
Mar 12, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/invoke.texi (-Waddr-space-convert): Move into the table earlier.
From-SVN: r196614
parent
4f38fa8c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
gcc/ChangeLog
+4
-0
gcc/doc/invoke.texi
+5
-5
No files found.
gcc/ChangeLog
View file @
6fcf5434
2013-03-12 Jakub Jelinek <jakub@redhat.com>
* doc/invoke.texi (-Waddr-space-convert): Move into the table earlier.
2013-03-11 Jan Hubicka <jh@suse.cz>
2013-03-11 Jan Hubicka <jh@suse.cz>
PR lto/56557
PR lto/56557
...
...
gcc/doc/invoke.texi
View file @
6fcf5434
...
@@ -11632,6 +11632,11 @@ sbiw r26, const ; X -= const
...
@@ -11632,6 +11632,11 @@ sbiw r26, const ; X -= const
@item -mtiny-stack
@item -mtiny-stack
@opindex mtiny-stack
@opindex mtiny-stack
Only change the lower 8@tie{}bits of the stack pointer.
Only change the lower 8@tie{}bits of the stack pointer.
@item -Waddr-space-convert
@opindex Waddr-space-convert
Warn about conversions between address spaces in the case where the
resulting address space is not contained in the incoming address space.
@end table
@end table
@subsubsection @code{EIND} and Devices with more than 128 Ki Bytes of Flash
@subsubsection @code{EIND} and Devices with more than 128 Ki Bytes of Flash
...
@@ -11649,11 +11654,6 @@ when @code{EICALL} or @code{EIJMP} instructions are used.
...
@@ -11649,11 +11654,6 @@ when @code{EICALL} or @code{EIJMP} instructions are used.
Indirect jumps and calls on these devices are handled as follows by
Indirect jumps and calls on these devices are handled as follows by
the compiler and are subject to some limitations:
the compiler and are subject to some limitations:
@item -Waddr-space-convert
@opindex Waddr-space-convert
Warn about conversions between address spaces in the case where the
resulting address space is not contained in the incoming address space.
@itemize @bullet
@itemize @bullet
@item
@item
...
...
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