aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ia64-gen.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2012-05-18 01:59:38 +0000
committerAlan Modra <amodra@gmail.com>2012-05-18 01:59:38 +0000
commit5eb3690ee9d6bf3a5d60d2853bc6c1be8c251f06 (patch)
tree0acb4ed5b627287c391c16f1759d8efbd21f66da /opcodes/ia64-gen.c
parenta4ebc835cbcbc0a6f55f1dbe68332cfd8359fdfd (diff)
downloadfsf-binutils-gdb-5eb3690ee9d6bf3a5d60d2853bc6c1be8c251f06.zip
fsf-binutils-gdb-5eb3690ee9d6bf3a5d60d2853bc6c1be8c251f06.tar.gz
fsf-binutils-gdb-5eb3690ee9d6bf3a5d60d2853bc6c1be8c251f06.tar.bz2
* arc-dis.c: Include sysdep.h first, remove some redundant includes.
* bfin-dis.c: Likewise. * i860-dis.c: Likewise. * ia64-dis.c: Likewise. * ia64-gen.c: Likewise. * m68hc11-dis.c: Likewise. * mmix-dis.c: Likewise. * msp430-dis.c: Likewise. * or32-dis.c: Likewise. * rl78-dis.c: Likewise. * rx-dis.c: Likewise. * tic4x-dis.c: Likewise. * tilegx-opc.c: Likewise. * tilepro-opc.c: Likewise. * rx-decode.c: Regenerate.
Diffstat (limited to 'opcodes/ia64-gen.c')
-rw-r--r--opcodes/ia64-gen.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/opcodes/ia64-gen.c b/opcodes/ia64-gen.c
index eefa81c..f6deca1 100644
--- a/opcodes/ia64-gen.c
+++ b/opcodes/ia64-gen.c
@@ -1,5 +1,5 @@
/* ia64-gen.c -- Generate a shrunk set of opcode tables
- Copyright 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009
+ Copyright 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009, 2012
Free Software Foundation, Inc.
Written by Bob Manson, Cygnus Solutions, <manson@cygnus.com>
@@ -34,14 +34,13 @@
The resource table is constructed based on some text dependency tables,
which are also easier to maintain than the final representation. */
+#include "sysdep.h"
#include <stdio.h>
#include <stdarg.h>
#include <errno.h>
-#include "ansidecl.h"
#include "libiberty.h"
#include "safe-ctype.h"
-#include "sysdep.h"
#include "getopt.h"
#include "ia64-opc.h"
#include "ia64-opc-a.c"