From 636ded309166398df1e0d60d1d00b3cb4def692f Mon Sep 17 00:00:00 2001 From: gjl Date: Wed, 10 Jul 2013 11:21:41 +0000 Subject: [PATCH] PR target/56987 * config/avr/avr.opt (Waddr-space-convert): Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200869 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/config/avr/avr.opt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 19016a2016a..0b56890f0e2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-07-10 Georg-Johann Lay + + PR target/56987 + * config/avr/avr.opt (Waddr-space-convert): Fix typo. + 2013-07-10 Graham Stott * config/mips/mips.c (mips_rtx_costs): Very slightly increase the cost of MULT when optimizing for size. diff --git a/gcc/config/avr/avr.opt b/gcc/config/avr/avr.opt index 6b2e755eeb2..4b990775b7f 100644 --- a/gcc/config/avr/avr.opt +++ b/gcc/config/avr/avr.opt @@ -77,4 +77,4 @@ The device has no SPH special function register. This option will be overridden Waddr-space-convert Warning C Report Var(avr_warn_addr_space_convert) Init(0) -Warn if the address space of an address is change. +Warn if the address space of an address is changed. -- 2.11.4.GIT