diff options
author | Jakub Jelinek <jakub@redhat.com> | 2013-03-12 14:25:01 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2013-03-12 14:25:01 +0100 |
commit | 6fcf5434ddc09281494ac6a5a5cdcf1d0ed975da (patch) | |
tree | d0b96252cde320a44681e86445bbbed0ccfd8df9 /gcc | |
parent | 4f38fa8ce5b39d0a04f9d76c6f3844734fc4837b (diff) | |
download | gcc-6fcf5434ddc09281494ac6a5a5cdcf1d0ed975da.zip gcc-6fcf5434ddc09281494ac6a5a5cdcf1d0ed975da.tar.gz gcc-6fcf5434ddc09281494ac6a5a5cdcf1d0ed975da.tar.bz2 |
* doc/invoke.texi (-Waddr-space-convert): Move into the table earlier.
From-SVN: r196614
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9acbb52..fc1e95a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +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> PR lto/56557 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index a3f3d5a..7927c6f 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -11632,6 +11632,11 @@ sbiw r26, const ; X -= const @item -mtiny-stack @opindex mtiny-stack 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 @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. Indirect jumps and calls on these devices are handled as follows by 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 @item |