invoke.texi (AVR Options): Remove documentation of -minit-stack switch.

* doc/invoke.texi (AVR Options): Remove documentation of -minit-stack
	switch.

From-SVN: r151132
This commit is contained in:
Anatoly Sokolov 2009-08-27 01:21:34 +04:00 committed by Anatoly Sokolov
parent dbf615292d
commit 98f6d48afa
2 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2009-08-26 Anatoly Sokolov <aesok@post.ru>
* doc/invoke.texi (AVR Options): Remove documentation of -minit-stack
switch.
2009-08-26 Richard Sandiford <rdsandiford@googlemail.com>
* config/mips/mips-protos.h (mips_output_sync): Declare.

View File

@ -469,7 +469,7 @@ Objective-C and Objective-C++ Dialects}.
-mfix-cortex-m3-ldrd}
@emph{AVR Options}
@gccoptlist{-mmcu=@var{mcu} -msize -minit-stack=@var{n} -mno-interrupts @gol
@gccoptlist{-mmcu=@var{mcu} -msize -mno-interrupts @gol
-mcall-prologues -mtiny-stack -mint8}
@emph{Blackfin Options}
@ -9620,11 +9620,6 @@ atmega64, atmega128, at43usb355, at94k).
@opindex msize
Output instruction sizes to the asm file.
@item -minit-stack=@var{N}
@opindex minit-stack
Specify the initial stack address, which may be a symbol or numeric value,
@samp{__stack} is the default.
@item -mno-interrupts
@opindex mno-interrupts
Generated code is not compatible with hardware interrupts.