* ppc64_retval.c: Remove SVR4_STRUCT_RETURN braino.
+2006-06-13 Roland McGrath <roland@redhat.com>
+
+ * ppc64_retval.c: Remove SVR4_STRUCT_RETURN braino.
+
2006-06-12 Ulrich Drepper <drepper@redhat.com>
* common-reloc.c (none_reloc_p): New function.
#include "libebl_CPU.h"
-/* This is the SVR4 ELF ABI convention, but AIX and Linux do not use it. */
-#define SVR4_STRUCT_RETURN 0
-
-
/* r3. */
static const Dwarf_Op loc_intreg[] =
{
return nloc_fp4regs;
}
}
- if (size <= 8 && SVR4_STRUCT_RETURN)
+ if (size <= 8)
{
intreg:
*locp = loc_intreg;