From f0433b26e73a34b6eea280ed3afe18416ae3a0b6 Mon Sep 17 00:00:00 2001 From: Jie Zhang Date: Tue, 21 Dec 2010 09:18:49 +0000 Subject: [PATCH] * config/arm/arm-ldmstm.ml: Fix a typo in comment. From-SVN: r168106 --- gcc/ChangeLog | 4 ++++ gcc/config/arm/arm-ldmstm.ml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * config/arm/arm-ldmstm.ml: Fix a typo in comment. + 2010-12-21 Jakub Jelinek 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 -- 2.30.2