* gprof.h: Don't include gconfig.h twice. Undef conflicting
PACKAGE_* defines.
This commit is contained in:
parent
7038524624
commit
d59b9bb415
2 changed files with 9 additions and 8 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-07-29 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* gprof.h: Don't include gconfig.h twice. Undef conflicting
|
||||
PACKAGE_* defines.
|
||||
|
||||
2012-07-27 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure.in (BFD_VERSION): Run bfd/configure --version and
|
||||
|
|
|
@ -29,19 +29,15 @@
|
|||
#ifndef gprof_h
|
||||
#define gprof_h
|
||||
|
||||
#include "gconfig.h"
|
||||
|
||||
#undef PACKAGE
|
||||
|
||||
/* Include the BFD sysdep.h file. */
|
||||
#include "sysdep.h"
|
||||
#include "bfd.h"
|
||||
|
||||
/* Undefine the BFD PACKAGE and VERSION macros before including the
|
||||
gprof config.h file. */
|
||||
#undef PACKAGE
|
||||
#undef VERSION
|
||||
|
||||
#undef PACKAGE_NAME
|
||||
#undef PACKAGE_STRING
|
||||
#undef PACKAGE_TARNAME
|
||||
#undef PACKAGE_VERSION
|
||||
#include "gconfig.h"
|
||||
|
||||
#ifndef MIN
|
||||
|
|
Loading…
Reference in a new issue