aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorAnatoly Sokolov <aesok@post.ru>2009-10-08 22:28:48 +0400
committerAnatoly Sokolov <aesok@gcc.gnu.org>2009-10-08 22:28:48 +0400
commit007a178cff07dc03e9df0cc0798d5077dbd9a944 (patch)
treebaa39b99f458db604664b5d5b0a55a0cc8eab780 /gcc/doc
parente3104f55001fa42614c49cab274e078978d64e5a (diff)
downloadgcc-007a178cff07dc03e9df0cc0798d5077dbd9a944.zip
gcc-007a178cff07dc03e9df0cc0798d5077dbd9a944.tar.gz
gcc-007a178cff07dc03e9df0cc0798d5077dbd9a944.tar.bz2
* config/avr/avr.c (last_insn_address) Remove variable.
(expand_prologue): Don't initialise last_insn_address variable. (final_prescan_insn): Don't output insn size. * config/avr/avr.opt (msize): Remove switch. * doc/invoke.texi (AVR Options): Remove documentation of -msize switch. From-SVN: r152568
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi6
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index a805f2b..6d0d4c4 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -471,7 +471,7 @@ Objective-C and Objective-C++ Dialects}.
-mfix-cortex-m3-ldrd}
@emph{AVR Options}
-@gccoptlist{-mmcu=@var{mcu} -msize -mno-interrupts @gol
+@gccoptlist{-mmcu=@var{mcu} -mno-interrupts @gol
-mcall-prologues -mtiny-stack -mint8}
@emph{Blackfin Options}
@@ -9931,10 +9931,6 @@ Instruction set avr5 is for the enhanced AVR core with up to 128K program
memory space (MCU types: atmega16, atmega161, atmega163, atmega32, atmega323,
atmega64, atmega128, at43usb355, at94k).
-@item -msize
-@opindex msize
-Output instruction sizes to the asm file.
-
@item -mno-interrupts
@opindex mno-interrupts
Generated code is not compatible with hardware interrupts.