* gprof.h: Include gconfig.h.  #undef PACKAGE.

ld/
	* ldlang.c: Do not include limits.h.
This commit is contained in:
Kazu Hirata
2009-04-15 03:22:42 +00:00
parent 93af4360e4
commit 39e65143d2
4 changed files with 12 additions and 2 deletions

View File

@@ -29,6 +29,10 @@
#ifndef gprof_h
#define gprof_h
#include "gconfig.h"
#undef PACKAGE
/* Include the BFD sysdep.h file. */
#include "sysdep.h"
#include "bfd.h"