From 283045c0b42b12ea4828c92532db41e54762e7ca Mon Sep 17 00:00:00 2001 From: Georg-Johann Lay Date: Wed, 10 Jul 2013 11:21:41 +0000 Subject: [PATCH] re PR target/56987 (gcc/config/avr/avr.opt:80: "change" -> "changed"?) PR target/56987 * config/avr/avr.opt (Waddr-space-convert): Fix typo. From-SVN: r200869 --- 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.30.2