diff options
author | Mark Shinwell <shinwell@codesourcery.com> | 2006-10-31 16:46:37 +0000 |
---|---|---|
committer | Mark Shinwell <shinwell@codesourcery.com> | 2006-10-31 16:46:37 +0000 |
commit | 84eae82e7486aa08d7c4eebd417664d4ad0ff7c5 (patch) | |
tree | f6859a8a893d89e92f9f229803b278d146b0bfb5 | |
parent | 8111a629b6bb82f8318d7e4a3c010dab260c804a (diff) | |
download | gdb-84eae82e7486aa08d7c4eebd417664d4ad0ff7c5.tar.gz |
gas/
* config/tc-arm.c (do_t_czb): Rename to do_t_cbz.
(insns): Adjust accordingly.
(md_apply_fix): Alter comments to use CBZ instead of CZB.
-rw-r--r-- | ChangeLog.csl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl index 68f42e78e5a..fbb65ad8edf 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,10 @@ +2006-10-31 Mark Shinwell <shinwell@codesourcery.com> + + gas/ + * config/tc-arm.c (do_t_czb): Rename to do_t_cbz. + (insns): Adjust accordingly. + (md_apply_fix): Alter comments to use CBZ instead of CZB. + 2006-10-30 Paul Brook <paul@codesourcery.com> bfd/ |