Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 20948
Collapse All | Expand All

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

Return to bug 20948