From a7efc32b58491ec3b1293c41354ff96d458ef884 Mon Sep 17 00:00:00 2001 From: Segher Boessenkool Date: Fri, 8 Jun 2018 14:46:02 +0200 Subject: [PATCH] rs6000: Delete unused min/max macros The last use was deleted in 2017. There are the generic MIN/MAX macros to use already, and in this new world we should use std::min, std::max. * config/rs6000/rs6000.c (min, max): Delete. From-SVN: r261324 --- gcc/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 84384d1..190683c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2018-06-08 Segher Boessenkool + * config/rs6000/rs6000.c (min, max): Delete. + +2018-06-08 Segher Boessenkool + * doc/invoke.texi (RS/6000 and PowerPC Options): Delete mention of -mabi=spe and -mabi=no-spe. -- 2.7.4