Fix whitespace in gcc/ChangeLog
authorvries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Feb 2016 11:42:35 +0000 (11:42 +0000)
committervries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Feb 2016 11:42:35 +0000 (11:42 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233585 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index c8548c0..92fdb85 100644 (file)
 
 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>