Commit d3fe5280 by Segher Boessenkool

Whoops, forgot to commit the patch with r261324, just did the changelog.

From-SVN: r261335
parent adff928a
...@@ -103,9 +103,6 @@ ...@@ -103,9 +103,6 @@
#endif #endif
#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); static pad_direction rs6000_function_arg_padding (machine_mode, const_tree);
/* Structure used to define the rs6000 stack */ /* Structure used to define the rs6000 stack */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment