Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 791364 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +5 lines)
Line  Link Here
0
-- a/tools/objtool/arch/x86/decode.c
0
++ b/tools/objtool/arch/x86/decode.c
Lines 6-11 Link Here
6
#include <stdio.h>
6
#include <stdio.h>
7
#include <stdlib.h>
7
#include <stdlib.h>
8
8
9
#if !defined(__GLIBC__)
10
#include <linux/stddef.h>
11
#endif
12
9
#define unlikely(cond) (cond)
13
#define unlikely(cond) (cond)
10
#include <asm/insn.h>
14
#include <asm/insn.h>
11
#include "../../../arch/x86/lib/inat.c"
15
#include "../../../arch/x86/lib/inat.c"

Return to bug 791364