From: Kazu Hirata Date: Wed, 15 Apr 2009 03:22:42 +0000 (+0000) Subject: gprof/ X-Git-Tag: sid-snapshot-20090501~170 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39e65143d27eb91a882da6de8d840557c7bd447b;p=external%2Fbinutils.git gprof/ * gprof.h: Include gconfig.h. #undef PACKAGE. ld/ * ldlang.c: Do not include limits.h. --- diff --git a/gprof/ChangeLog b/gprof/ChangeLog index e7fd5ef..f206f0a 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +2009-04-15 Kazu Hirata + + * gprof.h: Include gconfig.h. #undef PACKAGE. + 2009-04-09 Philippe Biondi * corefile.c (core_create_function_syms): Initialise a symbol's diff --git a/gprof/gprof.h b/gprof/gprof.h index 4cb9e4a..0856976 100644 --- a/gprof/gprof.h +++ b/gprof/gprof.h @@ -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" diff --git a/ld/ChangeLog b/ld/ChangeLog index 6e7f2e8..39e5555 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2009-04-15 Kazu Hirata + + * ldlang.c: Do not include limits.h. + 2009-04-14 Alan Modra PR ld/10047 diff --git a/ld/ldlang.c b/ld/ldlang.c index a32dd51..412a86c 100644 --- a/ld/ldlang.c +++ b/ld/ldlang.c @@ -20,8 +20,6 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -#include - #include "sysdep.h" #include "bfd.h" #include "libiberty.h"