aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGeorg-Johann Lay <gjl@gcc.gnu.org>2012-09-25 16:24:24 +0000
committerGeorg-Johann Lay <gjl@gcc.gnu.org>2012-09-25 16:24:24 +0000
commit5139232eef79c85e9dccb1c04cc5f01f6af12a6f (patch)
treeffb5f96628861e0025a2d3fe0be1f38cc5c96bd8 /gcc
parentb70c0a2de5809c6e959d5e9fecc7aa4a7370fb1a (diff)
downloadgcc-5139232eef79c85e9dccb1c04cc5f01f6af12a6f.zip
gcc-5139232eef79c85e9dccb1c04cc5f01f6af12a6f.tar.gz
gcc-5139232eef79c85e9dccb1c04cc5f01f6af12a6f.tar.bz2
* Tippo
From-SVN: r191717
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d6365a8..7792d9a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,7 +1,7 @@
2012-09-25 Georg-Johann Lay <avr@gjlay.de>
PR other/54701
- * config/avr/avr-log.c (avr_double_int_pop_digit): Reerite using
+ * config/avr/avr-log.c (avr_double_int_pop_digit): Rewrite using
double_int::udivmod.
2012-09-25 Georg-Johann Lay <avr@gjlay.de>