summaryrefslogtreecommitdiff
path: root/opcodes/tic30-dis.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-06-21 10:11:52 +0000
committerIan Lance Taylor <ian@airs.com>1999-06-21 10:11:52 +0000
commit32cda5c7f3c65ffc65a3010839fe902d0168bf71 (patch)
treed59e47be445cb50cd400afbe4b8e8c391ca2a3d5 /opcodes/tic30-dis.c
parent91f3b409c9fd92751fd92e061bf3f96fd7dd90d9 (diff)
downloadbinutils-redhat-32cda5c7f3c65ffc65a3010839fe902d0168bf71.tar.gz
* alpha-dis.c: Don't include <stdlib.h>.
* arm-dis.c: Include "sysdep.h". * tic30-dis.c: Don't include <stdlib.h> or <string.h>. Include "sysdep.h". * Makefile.am: Rebuild dependencies. * Makefile.in: Rebuild.
Diffstat (limited to 'opcodes/tic30-dis.c')
-rw-r--r--opcodes/tic30-dis.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/opcodes/tic30-dis.c b/opcodes/tic30-dis.c
index 105145778b..5ccf893f2f 100644
--- a/opcodes/tic30-dis.c
+++ b/opcodes/tic30-dis.c
@@ -1,5 +1,5 @@
/* Disassembly routines for TMS320C30 architecture
- Copyright (C) 1998 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999 Free Software Foundation, Inc.
Contributed by Steven Haworth (steve@pm.cse.rmit.edu.au)
This program is free software; you can redistribute it and/or modify
@@ -19,8 +19,7 @@
#include <errno.h>
#include <math.h>
-#include <stdlib.h>
-#include <string.h>
+#include "sysdep.h"
#include "dis-asm.h"
#include "opcode/tic30.h"