summaryrefslogtreecommitdiff
path: root/backends/ppc64_retval.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-06-15 03:07:46 +0000
committerUlrich Drepper <drepper@redhat.com>2006-06-15 03:07:46 +0000
commitd5a7519085f35bf48c9b33b8698835b24caa2da1 (patch)
tree9f61add4cad3bb4f545e93e837c24df8ba601af8 /backends/ppc64_retval.c
parent595d0e7e9f368f04f0d9e04b902c8dc1073103e6 (diff)
downloadelfutils-d5a7519085f35bf48c9b33b8698835b24caa2da1.tar.gz
merge of b305fe132f91c44a41a877a48efc3bdfda785b73
and c4704f02db5f42d7bcdb2feafc6199d7ac132da3
Diffstat (limited to 'backends/ppc64_retval.c')
-rw-r--r--backends/ppc64_retval.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/backends/ppc64_retval.c b/backends/ppc64_retval.c
index 70a0de76..7f5e6f83 100644
--- a/backends/ppc64_retval.c
+++ b/backends/ppc64_retval.c
@@ -34,10 +34,6 @@
#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[] =
{
@@ -137,7 +133,7 @@ ppc64_return_value_location (Dwarf_Die *functypedie, const Dwarf_Op **locp)
return nloc_fp4regs;
}
}
- if (size <= 8 && SVR4_STRUCT_RETURN)
+ if (size <= 8)
{
intreg:
*locp = loc_intreg;