summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormpf <mpf@138bc75d-0d04-0410-961f-82ee72b054a4>2015-01-14 22:10:21 +0000
committermpf <mpf@138bc75d-0d04-0410-961f-82ee72b054a4>2015-01-14 22:10:21 +0000
commite1e4663f47ccd4d3d88a9ee7b3bc35e109826845 (patch)
treea9612ec493f24473381afc7f4f7117dc9eccaa0f
parent05af34e229e96bfdb76003f6ddd938f980c3dc79 (diff)
downloadgcc-e1e4663f47ccd4d3d88a9ee7b3bc35e109826845.tar.gz
Fix indentation in an earlier gcc/ChangeLog update
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219620 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog22
1 files changed, 11 insertions, 11 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 38a8643d0f2..50713d15e82 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -127,17 +127,17 @@
2015-01-14 Matthew Fortune <matthew.fortune@imgtec.com>
- * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Only infer an ISA
- level from an ARCH; do not inject the default.
- (MIPS_DEFAULT_ISA_LEVEL_SPEC): New macro split out from
- MIPS_ISA_LEVEL_SPEC.
- (MIPS_ISA_NAN2008_SPEC): Update comment.
- (BASE_DRIVER_SELF_SPECS): Likewise.
- * config/mips/elfoabi.h (DRIVER_SELF_SPECS): Add
- MIPS_DEFAULT_ISA_LEVEL_SPEC.
- * config/mips/mti-elf.h (DRIVER_SELF_SPECS): Likewise.
- * config/mips/mti-linux.h (DRIVER_SELF_SPECS): Likewise.
- * config/mips/sde.h (DRIVER_SELF_SPECS): Likewise.
+ * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Only infer an ISA
+ level from an ARCH; do not inject the default.
+ (MIPS_DEFAULT_ISA_LEVEL_SPEC): New macro split out from
+ MIPS_ISA_LEVEL_SPEC.
+ (MIPS_ISA_NAN2008_SPEC): Update comment.
+ (BASE_DRIVER_SELF_SPECS): Likewise.
+ * config/mips/elfoabi.h (DRIVER_SELF_SPECS): Add
+ MIPS_DEFAULT_ISA_LEVEL_SPEC.
+ * config/mips/mti-elf.h (DRIVER_SELF_SPECS): Likewise.
+ * config/mips/mti-linux.h (DRIVER_SELF_SPECS): Likewise.
+ * config/mips/sde.h (DRIVER_SELF_SPECS): Likewise.
2015-01-14 Richard Biener <rguenther@suse.de>