aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-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>