aboutsummaryrefslogtreecommitdiff
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
commit6094e721e9a8629eed6b5b1585e86885da2300b9 (patch)
tree6d7cb6757a932264556d7030b95d78e03f5d8586 /opcodes/tic30-dis.c
parent271025ebee2763b122955ae9fad4d179dd22bd72 (diff)
downloadfsf-binutils-gdb-6094e721e9a8629eed6b5b1585e86885da2300b9.zip
fsf-binutils-gdb-6094e721e9a8629eed6b5b1585e86885da2300b9.tar.gz
fsf-binutils-gdb-6094e721e9a8629eed6b5b1585e86885da2300b9.tar.bz2
* 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 1051457..5ccf893 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"