aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2014-09-19 15:49:21 +0000
committerUlrich Weigand <uweigand@gcc.gnu.org>2014-09-19 15:49:21 +0000
commitfdea58659cad76b9c271ed89d95a80dc6f50643e (patch)
tree50380e2ba08b1769a120605b9f492d73fefd235c
parent0f1fbc836e3c9b03fd6078bf10c6ad51a1c59bbb (diff)
downloadgcc-fdea58659cad76b9c271ed89d95a80dc6f50643e.zip
gcc-fdea58659cad76b9c271ed89d95a80dc6f50643e.tar.gz
gcc-fdea58659cad76b9c271ed89d95a80dc6f50643e.tar.bz2
rs6000.c (rs6000_special_adjust_field_align_p): Update GCC version name to GCC 5.
* config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p): Update GCC version name to GCC 5. (rs6000_function_arg_boundary): Likewise. (rs6000_function_arg): Likewise. From-SVN: r215395
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/config/rs6000/rs6000.c6
2 files changed, 10 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 86ed324..614c14f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2014-09-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
+
+ * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
+ Update GCC version name to GCC 5.
+ (rs6000_function_arg_boundary): Likewise.
+ (rs6000_function_arg): Likewise.
+
2014-09-19 James Greenhalgh <james.greenhalgh@arm.com>
* config/sh/sh.md: Fix use of constraints in define_split.
diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c
index 7554fcc..5810f68 100644
--- a/gcc/config/rs6000/rs6000.c
+++ b/gcc/config/rs6000/rs6000.c
@@ -5939,7 +5939,7 @@ rs6000_special_adjust_field_align_p (tree field, unsigned int computed)
warned = true;
inform (input_location,
"the layout of aggregates containing vectors with"
- " %d-byte alignment has changed in GCC 4.10",
+ " %d-byte alignment has changed in GCC 5",
computed / BITS_PER_UNIT);
}
}
@@ -9307,7 +9307,7 @@ rs6000_function_arg_boundary (enum machine_mode mode, const_tree type)
warned = true;
inform (input_location,
"the ABI of passing aggregates with %d-byte alignment"
- " has changed in GCC 4.10",
+ " has changed in GCC 5",
(int) TYPE_ALIGN (type) / BITS_PER_UNIT);
}
}
@@ -10428,7 +10428,7 @@ rs6000_function_arg (cumulative_args_t cum_v, enum machine_mode mode,
warned = true;
inform (input_location,
"the ABI of passing homogeneous float aggregates"
- " has changed in GCC 4.10");
+ " has changed in GCC 5");
}
}