diff options
author | Nick Clifton <nickc@redhat.com> | 2012-06-11 14:26:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-06-11 14:26:41 +0000 |
commit | e4efb6653157f9b6af49c574378a0b180ebcb539 (patch) | |
tree | b0a23869313d7b96c1cd24a2928b3b92e8507ee6 /gas/ChangeLog | |
parent | 17d6eea5d50485078affbb12b895e3e508366ba9 (diff) | |
download | gdb-e4efb6653157f9b6af49c574378a0b180ebcb539.zip gdb-e4efb6653157f9b6af49c574378a0b180ebcb539.tar.gz gdb-e4efb6653157f9b6af49c574378a0b180ebcb539.tar.bz2 |
PR 13503
* config/tc-avr.c (exp_mod): Fix typo introduced in 1.82
from 2012-05-16.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 62705c2..1182c13 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2012-06-11 Georg-Johann Lay <avr@gjlay.de> + + PR 13503 + * config/tc-avr.c (exp_mod): Fix typo introduced in 1.82 + from 2012-05-16. + 2012-06-09 H.J. Lu <hongjiu.lu@intel.com> * input-scrub.c (input_scrub_include_sb): Use sb_build to |