diff options
author | Alan Modra <amodra@gmail.com> | 2010-06-21 07:42:55 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-06-21 07:42:55 +0000 |
commit | 6d0cb78c78e090501eced0284e413137aeb50875 (patch) | |
tree | cdb720813617c2448415d34b37ba72e5e849dfc8 /gas/ChangeLog | |
parent | 89e38f6b1a253fd16441a5aff934e3f90d8094e5 (diff) | |
download | gdb-6d0cb78c78e090501eced0284e413137aeb50875.zip gdb-6d0cb78c78e090501eced0284e413137aeb50875.tar.gz gdb-6d0cb78c78e090501eced0284e413137aeb50875.tar.bz2 |
PR gas/11733
* config/tc-sh.c (find_cooked_opcode): Correct array bounds check.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 83ed094..b899092 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2010-06-21 Alan Modra <amodra@gmail.com> + + PR gas/11733 + * config/tc-sh.c (find_cooked_opcode): Correct array bounds check. + 2010-06-18 Joseph Myers <joseph@codesourcery.com> * config/tc-tic6x.h (tic6x_segment_info_type): Add field |