aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom de Vries <vries@gcc.gnu.org>2016-02-20 11:42:35 +0000
committerTom de Vries <vries@gcc.gnu.org>2016-02-20 11:42:35 +0000
commitd6451de9f13de6362c3ec8f16defc651ab6bfba2 (patch)
tree8ea29afb9ba5af3ba7dfc87059be566d4ddf0ff2
parent423ea09f066e91cba5e87f5c494773fe2a623983 (diff)
downloadgcc-d6451de9f13de6362c3ec8f16defc651ab6bfba2.zip
gcc-d6451de9f13de6362c3ec8f16defc651ab6bfba2.tar.gz
gcc-d6451de9f13de6362c3ec8f16defc651ab6bfba2.tar.bz2
Fix whitespace in gcc/ChangeLog
From-SVN: r233585
-rw-r--r--gcc/ChangeLog16
1 files changed, 8 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c8548c0..92fdb85 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -123,14 +123,14 @@
2016-02-18 Nick Clifton <nickc@redhat.com>
- PR target/62254
- PR target/69610
- * config/arm/arm.c (arm_option_override_internal): Disable
- interworking if the target does not support thumb instructions.
- (arm_reload_in_hi): Handle the case where a register to register
- move needs reloading because there is no simple pattern to handle
- it.
- (arm_reload_out_hi): Likewise.
+ PR target/62254
+ PR target/69610
+ * config/arm/arm.c (arm_option_override_internal): Disable
+ interworking if the target does not support thumb instructions.
+ (arm_reload_in_hi): Handle the case where a register to register
+ move needs reloading because there is no simple pattern to handle
+ it.
+ (arm_reload_out_hi): Likewise.
2016-02-18 Richard Biener <rguenther@suse.de>