aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2009-04-15 03:22:42 +0000
committerKazu Hirata <kazu@codesourcery.com>2009-04-15 03:22:42 +0000
commit39e65143d27eb91a882da6de8d840557c7bd447b (patch)
treea1322b390ab6a91011670365d8f30b863818f648 /ld
parent93af4360e4ffdd97c92a851bef44ee1485e22c0c (diff)
downloadgdb-39e65143d27eb91a882da6de8d840557c7bd447b.zip
gdb-39e65143d27eb91a882da6de8d840557c7bd447b.tar.gz
gdb-39e65143d27eb91a882da6de8d840557c7bd447b.tar.bz2
gprof/
* gprof.h: Include gconfig.h. #undef PACKAGE. ld/ * ldlang.c: Do not include limits.h.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/ldlang.c2
2 files changed, 4 insertions, 2 deletions
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 <kazu@codesourcery.com>
+
+ * ldlang.c: Do not include limits.h.
+
2009-04-14 Alan Modra <amodra@bigpond.net.au>
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 <limits.h>
-
#include "sysdep.h"
#include "bfd.h"
#include "libiberty.h"