diff options
| author | jiez <jiez@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-21 09:18:49 +0000 |
|---|---|---|
| committer | jiez <jiez@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-21 09:18:49 +0000 |
| commit | 84d198a383dca97c578d54464eea6efb7dd4d8a6 (patch) | |
| tree | ef24f8c45777f1b068ec64c95fac8ad1122e1a75 | |
| parent | 1e20370f14961119781fdba9301b57a2eacfdb1f (diff) | |
| download | ppe42-gcc-84d198a383dca97c578d54464eea6efb7dd4d8a6.tar.gz ppe42-gcc-84d198a383dca97c578d54464eea6efb7dd4d8a6.zip | |
* config/arm/arm-ldmstm.ml: Fix a typo in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168106 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/arm/arm-ldmstm.ml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e71e5110e60..cbfafbd4be1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-12-21 Jie Zhang <jie@codesourcery.com> + + * config/arm/arm-ldmstm.ml: Fix a typo in comment. + 2010-12-21 Jakub Jelinek <jakub@redhat.com> PR middle-end/45852 diff --git a/gcc/config/arm/arm-ldmstm.ml b/gcc/config/arm/arm-ldmstm.ml index b841a1d836d..221edd2aa31 100644 --- a/gcc/config/arm/arm-ldmstm.ml +++ b/gcc/config/arm/arm-ldmstm.ml @@ -26,7 +26,7 @@ 3.09.2, though other versions will probably work too. Run with: - ocaml arm-ldmstm.ml >/path/to/gcc/config/arm/ldmstm.ml + ocaml arm-ldmstm.ml >/path/to/gcc/config/arm/ldmstm.md *) type amode = IA | IB | DA | DB |

