summaryrefslogtreecommitdiff
path: root/opcodes/arm-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
commit8588f814f00dc208a1f7ddb26e9e64b71e2a6537 (patch)
treeb58a3f09f4585b4edf41bcadc6a94b0e21d24cc8 /opcodes/arm-dis.c
parent58e6e8b1edc139129fe07690e200fbd24886202d (diff)
downloadgdb-8588f814f00dc208a1f7ddb26e9e64b71e2a6537.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/arm-dis.c')
-rw-r--r--opcodes/arm-dis.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/arm-dis.c b/opcodes/arm-dis.c
index fadedf57d39..81a3593e6d7 100644
--- a/opcodes/arm-dis.c
+++ b/opcodes/arm-dis.c
@@ -19,6 +19,7 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+#include "sysdep.h"
#include "dis-asm.h"
#define DEFINE_TABLE
#include "arm-opc.h"