Fix bugs in fetch backend of powerpc64le
authorPetr Machata <pmachata@redhat.com>
Fri, 8 Aug 2014 21:10:21 +0000 (23:10 +0200)
committerChanho Park <chanho61.park@samsung.com>
Fri, 22 Aug 2014 11:38:27 +0000 (20:38 +0900)
commit0727d9e0c598b4a7da8d4d2e557a65c2afa24b92
treeb75c3239ce8746ad31e71fcb088ee25ca919bae9
parentd07ac802087f881f9ac42750f00b5dcfbc512429
Fix bugs in fetch backend of powerpc64le

- One bug was in a function that returned a small structure and whose
  first argument was a pointer that pointed to stack.  The old code
  assumed that meant that the structure was returned by implicit
  reference instead of in registers.

- Another was in passing large HFA's (larger than 8 elements) in
  arguments, and in returning HFA's.
sysdeps/linux-gnu/ppc/fetch.c