diff options
author | Georg-Johann Lay <avr@gjlay.de> | 2013-07-10 11:21:41 +0000 |
---|---|---|
committer | Georg-Johann Lay <gjl@gcc.gnu.org> | 2013-07-10 11:21:41 +0000 |
commit | 283045c0b42b12ea4828c92532db41e54762e7ca (patch) | |
tree | f05d1916805ff8ad9e5cf362ce89b9d46a35a599 | |
parent | ceb2d59f8c6e2ab12e7c010880595919ed8fdcf2 (diff) | |
download | gcc-283045c0b42b12ea4828c92532db41e54762e7ca.zip gcc-283045c0b42b12ea4828c92532db41e54762e7ca.tar.gz gcc-283045c0b42b12ea4828c92532db41e54762e7ca.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/avr/avr.opt | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 19016a2..0b56890 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-07-10 Georg-Johann Lay <avr@gjlay.de> + + PR target/56987 + * config/avr/avr.opt (Waddr-space-convert): Fix typo. + 2013-07-10 Graham Stott <graham.stott@btinternet.com> * 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 6b2e755..4b99077 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. |