Whoops, forgot to commit the patch with r261324, just did the changelog.
authorSegher Boessenkool <segher@gcc.gnu.org>
Fri, 8 Jun 2018 15:23:19 +0000 (17:23 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Fri, 8 Jun 2018 15:23:19 +0000 (17:23 +0200)
From-SVN: r261335

gcc/config/rs6000/rs6000.c

index 683cb6c6f2fbcd531365214a290f8e9dff3b4ba3..fb394bf3f2e39ddb26aff453fccf86796a4742d3 100644 (file)
 #endif
 #endif
 
-#define min(A,B)       ((A) < (B) ? (A) : (B))
-#define max(A,B)       ((A) > (B) ? (A) : (B))
-
 static pad_direction rs6000_function_arg_padding (machine_mode, const_tree);
 
 /* Structure used to define the rs6000 stack */