]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix whitespace in gcc/ChangeLog
authorTom de Vries <vries@gcc.gnu.org>
Sat, 20 Feb 2016 11:42:35 +0000 (11:42 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Sat, 20 Feb 2016 11:42:35 +0000 (11:42 +0000)
From-SVN: r233585

gcc/ChangeLog

index c8548c05ab8e7fefe9e52a0d6e3711e075de2be6..92fdb85ed8e872b830c053519fa96a56d4f649c9 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>