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

Collapse All | Expand All

(-)a/tools/perf/util/srcline.c (+6 lines)
Lines 127-132 static struct symbol *new_inline_sym(str Link Here
127
#define PACKAGE "perf"
127
#define PACKAGE "perf"
128
#include <bfd.h>
128
#include <bfd.h>
129
129
130
#ifndef bfd_get_section_flags
131
#define bfd_get_section_flags(bfd, ptr) ((void) bfd, (ptr)->flags)
132
#define bfd_get_section_size(ptr) ((ptr)->size)
133
#define bfd_get_section_vma(bfd, ptr) ((void) bfd, (ptr)->vma)
134
#endif
135
130
struct a2l_data {
136
struct a2l_data {
131
	const char 	*input;
137
	const char 	*input;
132
	u64	 	addr;
138
	u64	 	addr;

Return to bug 707830