aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-10-27 18:13:28 +0000
committerNick Clifton <nickc@redhat.com>1999-10-27 18:13:28 +0000
commit29c4c6b539b90397d6057b3e22e35b6337163a9c (patch)
tree97a79997f32d196a0ca856ee974be5ebb6b6de61 /ld
parent1ac6a75211ea439731cf3fb801f02971fadc4368 (diff)
downloadgdb-29c4c6b539b90397d6057b3e22e35b6337163a9c.zip
gdb-29c4c6b539b90397d6057b3e22e35b6337163a9c.tar.gz
gdb-29c4c6b539b90397d6057b3e22e35b6337163a9c.tar.bz2
fix compile time warnings
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/emultempl/armelf.em3
2 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 564bb2b..7008486 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+1999-10-27 Scott Bambrough <scottb@netwinder.org>
+
+ * emultempl/armelf.em: Include ctype.h to prevent compile time
+ warnings.
+
1999-10-26 Nick Clifton <nickc@cygnus.com>
* emultempl/armcoff.em (gld{}_finish): Remove extraneous
diff --git a/ld/emultempl/armelf.em b/ld/emultempl/armelf.em
index 84fe088..c3a1b3c 100644
--- a/ld/emultempl/armelf.em
+++ b/ld/emultempl/armelf.em
@@ -28,6 +28,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "bfd.h"
#include "sysdep.h"
+
+#include <ctype.h>
+
#include "bfdlink.h"
#include "getopt.h"