]> granicus.if.org Git - file/commitdiff
Added linux-64 2.4 offset.
authorChristos Zoulas <christos@zoulas.com>
Wed, 9 Feb 2005 20:29:13 +0000 (20:29 +0000)
committerChristos Zoulas <christos@zoulas.com>
Wed, 9 Feb 2005 20:29:13 +0000 (20:29 +0000)
src/readelf.c

index b18209f95df19c376f4f0a14a79696b818865eda..7a97df3ffaf2737be61dcbeeed10cb3ea6166ebf 100644 (file)
@@ -37,7 +37,7 @@
 #include "readelf.h"
 
 #ifndef lint
-FILE_RCSID("@(#)$Id: readelf.c,v 1.45 2004/11/24 17:38:24 christos Exp $")
+FILE_RCSID("@(#)$Id: readelf.c,v 1.46 2005/02/09 20:29:13 christos Exp $")
 #endif
 
 #ifdef ELFCORE
@@ -176,6 +176,7 @@ size_t      prpsoffsets32[] = {
 };
 
 size_t prpsoffsets64[] = {
+       40,             /* Linux (tested on core from 2.4.x) */
        120,            /* SunOS 5.x, 64-bit */
 };