]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
2006-06-13 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Tue, 13 Jun 2006 19:41:58 +0000 (19:41 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 13 Jun 2006 19:41:58 +0000 (19:41 +0000)
* ppc64_retval.c: Remove SVR4_STRUCT_RETURN braino.

backends/ChangeLog
backends/ppc64_retval.c

index c054c58ed55a93559f62baab6d7df775823dc02b..b5ae13045358c9abb7eb19944ec1241b62565eaf 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 70a0de7641205824147e21ecba762bcc87d06373..7f5e6f83d7785c7798c60b4e29d9ac7fa2094fe1 100644 (file)
 #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;