5 changed files with 6 additions and 43 deletions
@ -1,12 +0,0 @@ |
|||||
diff -u -r ../elfutils-0.166/libelf/elf_getaroff.c ./libelf/elf_getaroff.c
|
|
||||
--- ../elfutils-0.166/libelf/elf_getaroff.c 2015-11-27 08:36:29.000000000 -0500
|
|
||||
+++ ./libelf/elf_getaroff.c 2016-05-04 13:07:06.547288608 -0400
|
|
||||
@@ -38,7 +38,7 @@
|
|
||||
#include "libelfP.h" |
|
||||
|
|
||||
|
|
||||
-off_t
|
|
||||
+loff_t
|
|
||||
elf_getaroff (Elf *elf) |
|
||||
{ |
|
||||
/* Be gratious, the specs demand it. */ |
|
@ -1,12 +0,0 @@ |
|||||
diff -u -r ../elfutils-0.166/libelf/elf_getbase.c ./libelf/elf_getbase.c
|
|
||||
--- ../elfutils-0.166/libelf/elf_getbase.c 2015-11-27 08:36:29.000000000 -0500
|
|
||||
+++ ./libelf/elf_getbase.c 2016-05-04 13:01:52.776589425 -0400
|
|
||||
@@ -37,7 +37,7 @@
|
|
||||
#include "libelfP.h" |
|
||||
|
|
||||
|
|
||||
-off_t
|
|
||||
+loff_t
|
|
||||
elf_getbase (Elf *elf) |
|
||||
{ |
|
||||
return elf == NULL ? (off_t) -1 : elf->start_offset; |
|
@ -1,12 +0,0 @@ |
|||||
diff -u -r ../elfutils-0.166/libelf/elf_getdata_rawchunk.c ./libelf/elf_getdata_rawchunk.c
|
|
||||
--- ../elfutils-0.166/libelf/elf_getdata_rawchunk.c 2015-11-27 08:36:29.000000000 -0500
|
|
||||
+++ ./libelf/elf_getdata_rawchunk.c 2016-05-04 13:03:35.578844420 -0400
|
|
||||
@@ -41,7 +41,7 @@
|
|
||||
#include "common.h" |
|
||||
|
|
||||
Elf_Data * |
|
||||
-elf_getdata_rawchunk (Elf *elf, off_t offset, size_t size, Elf_Type type)
|
|
||||
+elf_getdata_rawchunk (Elf *elf, loff_t offset, size_t size, Elf_Type type)
|
|
||||
{ |
|
||||
if (unlikely (elf == NULL)) |
|
||||
return NULL; |
|
Loading…
Reference in new issue