From: Segher Boessenkool Date: Fri, 8 Jun 2018 12:46:02 +0000 (+0200) Subject: rs6000: Delete unused min/max macros X-Git-Tag: upstream/12.2.0~31114 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7efc32b58491ec3b1293c41354ff96d458ef884;p=platform%2Fupstream%2Fgcc.git 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 --- 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.