diff options
author | gjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-10 11:21:41 +0000 |
---|---|---|
committer | gjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-10 11:21:41 +0000 |
commit | 636ded309166398df1e0d60d1d00b3cb4def692f (patch) | |
tree | f05d1916805ff8ad9e5cf362ce89b9d46a35a599 | |
parent | 0060eac443aa4e3a42d6931b144de76ef87e7170 (diff) | |
download | gcc-636ded309166398df1e0d60d1d00b3cb4def692f.tar.gz |
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
-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 19016a2016a..0b56890f0e2 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 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. |