From: Anatoly Sokolov Date: Wed, 26 Aug 2009 21:21:34 +0000 (+0400) Subject: invoke.texi (AVR Options): Remove documentation of -minit-stack switch. X-Git-Tag: releases/gcc-4.5.0~3827 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98f6d48afa2ebd758417e7eb675ae872f1b3828c;p=thirdparty%2Fgcc.git invoke.texi (AVR Options): Remove documentation of -minit-stack switch. * doc/invoke.texi (AVR Options): Remove documentation of -minit-stack switch. From-SVN: r151132 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f6d242b20ecd..11dc539dcba7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-08-26 Anatoly Sokolov + + * doc/invoke.texi (AVR Options): Remove documentation of -minit-stack + switch. + 2009-08-26 Richard Sandiford * config/mips/mips-protos.h (mips_output_sync): Declare. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 0ee51ba0f52f..8c1db6d7ed32 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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.