From ce23293b0a4416b1c0770b2ad151ac4b23df4aca Mon Sep 17 00:00:00 2001 From: Georg-Johann Lay Date: Mon, 2 Jan 2012 13:09:42 +0000 Subject: [PATCH] avr.opt (-mbranch-cost): Fix double definition of this option introduced in r180739. * config/avr/avr.opt (-mbranch-cost): Fix double definition of this option introduced in r180739. From-SVN: r182798 --- gcc/ChangeLog | 5 +++++ gcc/config/avr/avr.opt | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9d3a7dfa30b..e86e8cd31d6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-01-02 Georg-Johann Lay + + * config/avr/avr.opt (-mbranch-cost): Fix double definition of + this option introduced in r180739. + 2012-01-02 Georg-Johann Lay PR target/51345 diff --git a/gcc/config/avr/avr.opt b/gcc/config/avr/avr.opt index bb9c90ec36f..d6e73ee0914 100644 --- a/gcc/config/avr/avr.opt +++ b/gcc/config/avr/avr.opt @@ -73,7 +73,3 @@ Accumulate outgoing function arguments and acquire/release the needed stack spac mstrict-X Target Report Var(avr_strict_X) Init(0) When accessing RAM, use X as imposed by the hardware, i.e. just use pre-decrement, post-increment and indirect addressing with the X register. Without this option, the compiler may assume that there is an addressing mode X+const similar to Y+const and Z+const and emit instructions to emulate such an addressing mode for X. - -mbranch-cost= -Target Report RejectNegative Joined UInteger Var(avr_branch_cost) Init(0) -Set the cost of a branch instruction. Default value is 0. -- 2.30.2