Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323879
b: refs/heads/master
c: 3ce711a
h: refs/heads/master
i:
  323877: ea48eda
  323875: 13eccf5
  323871: b53a797
v: v3
  • Loading branch information
Markus Trippelsdorf authored and Arnaldo Carvalho de Melo committed Sep 24, 2012
1 parent 10b8d52 commit a8b51c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 70d9304475730a63dd8da884abc7c76ee4772cd2
refs/heads/master: 3ce711a6abc27abce1554e1d671a8762b7187690
2 changes: 1 addition & 1 deletion trunk/tools/perf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ else
EXTLIBS += -liberty
BASIC_CFLAGS += -DHAVE_CPLUS_DEMANGLE
else
FLAGS_BFD=$(ALL_CFLAGS) $(ALL_LDFLAGS) $(EXTLIBS) -lbfd
FLAGS_BFD=$(ALL_CFLAGS) $(ALL_LDFLAGS) $(EXTLIBS) -DPACKAGE='perf' -lbfd
has_bfd := $(call try-cc,$(SOURCE_BFD),$(FLAGS_BFD))
ifeq ($(has_bfd),y)
EXTLIBS += -lbfd
Expand Down
1 change: 1 addition & 0 deletions trunk/tools/perf/util/symbol.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ static inline char *bfd_demangle(void __maybe_unused *v,
return NULL;
}
#else
#define PACKAGE 'perf'
#include <bfd.h>
#endif
#endif
Expand Down

0 comments on commit a8b51c9

Please sign in to comment.