]> granicus.if.org Git - file/commitdiff
add FreeBSD 64 bit elf offsets. From Peter Wemm.
authorChristos Zoulas <christos@zoulas.com>
Thu, 14 Jul 2005 02:22:25 +0000 (02:22 +0000)
committerChristos Zoulas <christos@zoulas.com>
Thu, 14 Jul 2005 02:22:25 +0000 (02:22 +0000)
src/readelf.c

index c437a0bede9b34cd130ebe882ccee538dff755dc..696f7dbf66abe60b5ab5495f9699bd4853a3b466 100644 (file)
@@ -37,7 +37,7 @@
 #include "readelf.h"
 
 #ifndef lint
-FILE_RCSID("@(#)$Id: readelf.c,v 1.48 2005/06/30 16:33:47 christos Exp $")
+FILE_RCSID("@(#)$Id: readelf.c,v 1.49 2005/07/14 02:22:25 christos Exp $")
 #endif
 
 #ifdef ELFCORE
@@ -176,6 +176,7 @@ size_t      prpsoffsets32[] = {
 };
 
 size_t prpsoffsets64[] = {
+       16,             /* FreeBSD, 64-bit */
        40,             /* Linux (tested on core from 2.4.x) */
        120,            /* SunOS 5.x, 64-bit */
 };