View | Details | Raw Unified
Collapse All | Expand All

(-) elfutils-0.76.orig/libelf/elf_fill.c (-1 / +1 lines)
 Lines 21-27    Link Here 
#include "libelfP.h"
#include "libelfP.h"
int __libelf_fill_byte;
int __libelf_fill_byte = 0;
void
void
(-) elfutils-0.76.orig/libelf/elf_version.c (-1 / +1 lines)
 Lines 20-26    Link Here 
/* Is the version initialized?  */
/* Is the version initialized?  */
int __libelf_version_initialized;
int __libelf_version_initialized = 0;
/* Currently selected version.  */
/* Currently selected version.  */
unsigned int __libelf_version = EV_CURRENT;
unsigned int __libelf_version = EV_CURRENT;