From fdea58659cad76b9c271ed89d95a80dc6f50643e Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Fri, 19 Sep 2014 15:49:21 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 7 +++++++ gcc/config/rs6000/rs6000.c | 6 +++--- 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 + + * 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 * 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"); } } -- 2.7.4