aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Fortune <mpf@gcc.gnu.org>2015-01-14 22:10:21 +0000
committerMatthew Fortune <mpf@gcc.gnu.org>2015-01-14 22:10:21 +0000
commit622ef5dae9892df79bc88f7c36a5f6d7d37aa6e7 (patch)
treea9612ec493f24473381afc7f4f7117dc9eccaa0f
parent047b52f61d6ab6b8e4f20b346a7c97c6ab4d6c53 (diff)
downloadgcc-622ef5dae9892df79bc88f7c36a5f6d7d37aa6e7.zip
gcc-622ef5dae9892df79bc88f7c36a5f6d7d37aa6e7.tar.gz
gcc-622ef5dae9892df79bc88f7c36a5f6d7d37aa6e7.tar.bz2
Fix indentation in an earlier gcc/ChangeLog update
From-SVN: r219620
-rw-r--r--gcc/ChangeLog22
1 files changed, 11 insertions, 11 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 38a8643..50713d1 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>