gprof/
authorKazu Hirata <kazu@codesourcery.com>
Wed, 15 Apr 2009 03:22:42 +0000 (03:22 +0000)
committerKazu Hirata <kazu@codesourcery.com>
Wed, 15 Apr 2009 03:22:42 +0000 (03:22 +0000)
* gprof.h: Include gconfig.h.  #undef PACKAGE.

ld/
* ldlang.c: Do not include limits.h.

gprof/ChangeLog
gprof/gprof.h
ld/ChangeLog
ld/ldlang.c

index e7fd5efac7b91dd50564dc6b3bc9f3c5cf200b1b..f206f0a13fe205cb216b01fde2e25af227e40d0b 100644 (file)
@@ -1,3 +1,7 @@
+2009-04-15  Kazu Hirata  <kazu@codesourcery.com>
+
+       * gprof.h: Include gconfig.h.  #undef PACKAGE.
+
 2009-04-09  Philippe Biondi  <phil@secdev.org>
 
        * corefile.c (core_create_function_syms): Initialise a symbol's
index 4cb9e4a75f17ed84f19334de7a704ee8423ada1b..0856976eef1a9578b586caf00d54ae6cd2bd2df8 100644 (file)
 #ifndef gprof_h
 #define gprof_h
 
+#include "gconfig.h"
+
+#undef PACKAGE
+
 /* Include the BFD sysdep.h file.  */
 #include "sysdep.h"
 #include "bfd.h"
index 6e7f2e8a510ab58abcaec8ee29c9d96b32b3592a..39e5555c27e9db7c5527f203f0328f80d500ee1b 100644 (file)
@@ -1,3 +1,7 @@
+2009-04-15  Kazu Hirata  <kazu@codesourcery.com>
+
+       * ldlang.c: Do not include limits.h.
+
 2009-04-14  Alan Modra  <amodra@bigpond.net.au>
 
        PR ld/10047
index a32dd51cbe301a8cd20cef9d9faed8ddcad12328..412a86c5a4dfba5d99380a27bec1eefdfea44dc9 100644 (file)
@@ -20,8 +20,6 @@
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
 
-#include <limits.h>
-
 #include "sysdep.h"
 #include "bfd.h"
 #include "libiberty.h"
This page took 0.031862 seconds and 4 git commands to generate.