diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/arm/arm.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 23c841f..805dbdb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2005-07-30 Paul Brook <paul@codesourcery.com> + * config/arm/arm.c (arm_coproc_mem_operand): Fix inaccurate comment. + +2005-07-30 Paul Brook <paul@codesourcery.com> + * config/arm/arm-protos.h (arm_canonicalize_comparison): Update prototype. * config/arm/arm.c (arm_canonicalize_comparison): Use correct limit diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index 33b2e32..cb4ed75 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -4923,7 +4923,7 @@ cirrus_memory_offset (rtx op) return 0; } -/* Return TRUE if OP is a valid VFP memory address pattern. +/* Return TRUE if OP is a valid coprocessor memory address pattern. WB if true if writeback address modes are allowed. */ int |