header. This should be __LP64__ or just eliminate the long part of the
struct? From Alex Deiter
#include "readelf.h"
#ifndef lint
-FILE_RCSID("@(#)$Id: readelf.c,v 1.59 2006/10/31 19:37:17 christos Exp $")
+FILE_RCSID("@(#)$Id: readelf.c,v 1.60 2006/11/07 19:47:22 christos Exp $")
#endif
#ifdef ELFCORE
size_t nbytes)
{
union {
-#if defined(__s390x__) || defined(__powerpc64__)
+#if defined(__s390x__) || defined(__powerpc64__) || defined(__sparcv9)
int32_t l;
char c[sizeof (int32_t)];
#else