v850 linker scripts
[deliverable/binutils-gdb.git] / gdb / ppc-sysv-tdep.c
index 140d993641bbe030a3c052d5ba3f4b60a900115b..4083cc81fc9e3f2402ef4d79432941cf0cc56440 100644 (file)
@@ -28,6 +28,7 @@
 #include "objfiles.h"
 #include "infcall.h"
 #include "dwarf2.h"
+#include <algorithm>
 
 
 /* Check whether FTPYE is a (pointer to) function type that should use
@@ -1189,7 +1190,7 @@ ppc64_aggregate_candidate (struct type *type,
              if (TYPE_CODE (type) == TYPE_CODE_STRUCT)
                count += sub_count;
              else
-               count = max (count, sub_count);
+               count = std::max (count, sub_count);
            }
 
          /* There must be no padding.  */
This page took 0.0425 seconds and 4 git commands to generate.