summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <pb@futuretv.com>2000-05-06 14:49:26 +0000
committerPhil Blundell <pb@futuretv.com>2000-05-06 14:49:26 +0000
commit5adc2e8f264d5a3b416d88a08c4d8036e867a906 (patch)
tree6c5fdee52cfb45fdbefaf55bae29cb7f3bcc1263
parent590a54f5c089896f1b7d28ae32d085faf23bce40 (diff)
downloadgdb-5adc2e8f264d5a3b416d88a08c4d8036e867a906.tar.gz
2000-04-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
* a29k-dis.c, alpha-dis.c, alpha-opc.c, arc-dis.c, arc-opc.c, avr-dis.c, d10v-dis.c, d10v-opc.c, d30v-dis.c, d30v-opc.c, disassemble.c, h8300-dis.c, h8500-dis.c, hppa-dis.c, i370-dis.c, i370-opc.c, i960-dis.c, m10200-dis.c, m10200-opc.c, m10300-dis.c, m10300-opc.c, m68k-dis.c, m68k-opc.c, m88k-dis.c, mcore-dis.c, mips-dis.c, mips-opc.c, mips16-opc.c, pj-dis.c, pj-opc.c, ppc-dis.c, ppc-opc.c, sh-dis.c, sparc-dis.c, sparc-opc.c, tic80-dis.c, tic80-opc.c, v850-dis.c, v850-opc.c, vax-dis.c, w65-dis.c, z8k-dis.c, z8kgen.c: Everyone includes sysdep.h. Remove ansidecl.h as sysdep.h includes it.
-rw-r--r--opcodes/ChangeLog13
-rw-r--r--opcodes/a29k-dis.c1
-rw-r--r--opcodes/alpha-dis.c1
-rw-r--r--opcodes/alpha-opc.c2
-rw-r--r--opcodes/arc-dis.c1
-rw-r--r--opcodes/arc-opc.c2
-rw-r--r--opcodes/avr-dis.c1
-rw-r--r--opcodes/d10v-dis.c2
-rw-r--r--opcodes/d10v-opc.c2
-rw-r--r--opcodes/d30v-dis.c1
-rw-r--r--opcodes/d30v-opc.c2
-rw-r--r--opcodes/disassemble.c2
-rw-r--r--opcodes/h8300-dis.c1
-rw-r--r--opcodes/h8500-dis.c1
-rw-r--r--opcodes/hppa-dis.c1
-rw-r--r--opcodes/i370-dis.c1
-rw-r--r--opcodes/i370-opc.c2
-rw-r--r--opcodes/i960-dis.c1
-rw-r--r--opcodes/m10200-dis.c2
-rw-r--r--opcodes/m10200-opc.c2
-rw-r--r--opcodes/m10300-dis.c2
-rw-r--r--opcodes/m10300-opc.c2
-rw-r--r--opcodes/m68k-dis.c1
-rw-r--r--opcodes/m68k-opc.c2
-rw-r--r--opcodes/m88k-dis.c1
-rw-r--r--opcodes/mcore-dis.c1
-rw-r--r--opcodes/mips-dis.c1
-rw-r--r--opcodes/mips-opc.c2
-rw-r--r--opcodes/mips16-opc.c2
-rw-r--r--opcodes/pj-dis.c1
-rw-r--r--opcodes/pj-opc.c2
-rw-r--r--opcodes/ppc-dis.c1
-rw-r--r--opcodes/ppc-opc.c2
-rw-r--r--opcodes/sh-dis.c1
-rw-r--r--opcodes/sparc-dis.c1
-rw-r--r--opcodes/sparc-opc.c2
-rw-r--r--opcodes/tic80-dis.c2
-rw-r--r--opcodes/tic80-opc.c2
-rw-r--r--opcodes/v850-dis.c2
-rw-r--r--opcodes/v850-opc.c2
-rw-r--r--opcodes/vax-dis.c1
-rw-r--r--opcodes/w65-dis.c1
-rw-r--r--opcodes/z8k-dis.c1
-rw-r--r--opcodes/z8kgen.c1
44 files changed, 48 insertions, 29 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index c1c5a200138..4e2cd471a5e 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,16 @@
+2000-04-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
+
+ * a29k-dis.c, alpha-dis.c, alpha-opc.c, arc-dis.c, arc-opc.c,
+ avr-dis.c, d10v-dis.c, d10v-opc.c, d30v-dis.c, d30v-opc.c,
+ disassemble.c, h8300-dis.c, h8500-dis.c, hppa-dis.c, i370-dis.c,
+ i370-opc.c, i960-dis.c, m10200-dis.c, m10200-opc.c, m10300-dis.c,
+ m10300-opc.c, m68k-dis.c, m68k-opc.c, m88k-dis.c, mcore-dis.c,
+ mips-dis.c, mips-opc.c, mips16-opc.c, pj-dis.c, pj-opc.c, ppc-dis.c,
+ ppc-opc.c, sh-dis.c, sparc-dis.c, sparc-opc.c, tic80-dis.c,
+ tic80-opc.c, v850-dis.c, v850-opc.c, vax-dis.c, w65-dis.c, z8k-dis.c,
+ z8kgen.c: Everyone includes sysdep.h. Remove ansidecl.h as sysdep.h
+ includes it.
+
2000-04-20 Alexandre Oliva <aoliva@cygnus.com>
* m10300-dis.c (HAVE_AM30, HAVE_AM33): Define.
diff --git a/opcodes/a29k-dis.c b/opcodes/a29k-dis.c
index 72959c975d9..7b8b1b775a9 100644
--- a/opcodes/a29k-dis.c
+++ b/opcodes/a29k-dis.c
@@ -18,6 +18,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"
#include "opcode/a29k.h"
diff --git a/opcodes/alpha-dis.c b/opcodes/alpha-dis.c
index db2d8fac021..ce770bb41c8 100644
--- a/opcodes/alpha-dis.c
+++ b/opcodes/alpha-dis.c
@@ -21,7 +21,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
#include <stdio.h>
-#include "ansidecl.h"
#include "sysdep.h"
#include "dis-asm.h"
#include "opcode/alpha.h"
diff --git a/opcodes/alpha-opc.c b/opcodes/alpha-opc.c
index 7a8ca593523..99458916ad3 100644
--- a/opcodes/alpha-opc.c
+++ b/opcodes/alpha-opc.c
@@ -21,7 +21,7 @@
02111-1307, USA. */
#include <stdio.h>
-#include "ansidecl.h"
+#include "sysdep.h"
#include "opcode/alpha.h"
#include "bfd.h"
#include "opintl.h"
diff --git a/opcodes/arc-dis.c b/opcodes/arc-dis.c
index 802b07b9521..03f13795275 100644
--- a/opcodes/arc-dis.c
+++ b/opcodes/arc-dis.c
@@ -16,6 +16,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"
#include "opcode/arc.h"
#include "elf-bfd.h"
diff --git a/opcodes/arc-opc.c b/opcodes/arc-opc.c
index 0f8f6895965..f17ffc086fe 100644
--- a/opcodes/arc-opc.c
+++ b/opcodes/arc-opc.c
@@ -17,7 +17,7 @@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <stdio.h>
-#include "ansidecl.h"
+#include "sysdep.h"
#include "opcode/arc.h"
#include "opintl.h"
diff --git a/opcodes/avr-dis.c b/opcodes/avr-dis.c
index 78766869ffa..a2d0c29c31a 100644
--- a/opcodes/avr-dis.c
+++ b/opcodes/avr-dis.c
@@ -18,6 +18,7 @@ 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"
#include "opintl.h"
diff --git a/opcodes/d10v-dis.c b/opcodes/d10v-dis.c
index fb1a7d30dd2..92da134eb9f 100644
--- a/opcodes/d10v-dis.c
+++ b/opcodes/d10v-dis.c
@@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <stdio.h>
-#include "ansidecl.h"
+#include "sysdep.h"
#include "opcode/d10v.h"
#include "dis-asm.h"
diff --git a/opcodes/d10v-opc.c b/opcodes/d10v-opc.c
index c4bb098b65c..94436d4d826 100644
--- a/opcodes/d10v-opc.c
+++ b/opcodes/d10v-opc.c
@@ -19,7 +19,7 @@ along with this file; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <stdio.h>
-#include "ansidecl.h"
+#include "sysdep.h"
#include "opcode/d10v.h"
diff --git a/opcodes/d30v-dis.c b/opcodes/d30v-dis.c
index 9cdad69d809..a579f7d8b50 100644
--- a/opcodes/d30v-dis.c
+++ b/opcodes/d30v-dis.c
@@ -15,6 +15,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 <stdio.h>
#include "opcode/d30v.h"
#include "dis-asm.h"
diff --git a/opcodes/d30v-opc.c b/opcodes/d30v-opc.c
index 2a33f442eb9..9dcc156a4d4 100644
--- a/opcodes/d30v-opc.c
+++ b/opcodes/d30v-opc.c
@@ -19,7 +19,7 @@ along with this file; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <stdio.h>
-#include "ansidecl.h"
+#include "sysdep.h"
#include "opcode/d30v.h"
/* This table is sorted. */
diff --git a/opcodes/disassemble.c b/opcodes/disassemble.c
index 3d7de906275..373b6526cb1 100644
--- a/opcodes/disassemble.c
+++ b/opcodes/disassemble.c
@@ -16,7 +16,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 "ansidecl.h"
+#include "sysdep.h"
#include "dis-asm.h"
#ifdef ARCH_all
diff --git a/opcodes/h8300-dis.c b/opcodes/h8300-dis.c
index 57753a98d54..84f4aadc72d 100644
--- a/opcodes/h8300-dis.c
+++ b/opcodes/h8300-dis.c
@@ -17,6 +17,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define DEFINE_TABLE
+#include "sysdep.h"
#define h8_opcodes h8ops
#include "opcode/h8300.h"
#include "dis-asm.h"
diff --git a/opcodes/h8500-dis.c b/opcodes/h8500-dis.c
index 16858c98fa6..d5e15d4fdb6 100644
--- a/opcodes/h8500-dis.c
+++ b/opcodes/h8500-dis.c
@@ -20,6 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define DISASSEMBLER_TABLE
#define DEFINE_TABLE
+#include "sysdep.h"
#include "h8500-opc.h"
#include "dis-asm.h"
#include "opintl.h"
diff --git a/opcodes/hppa-dis.c b/opcodes/hppa-dis.c
index fa34fdc757d..94d05561a79 100644
--- a/opcodes/hppa-dis.c
+++ b/opcodes/hppa-dis.c
@@ -18,7 +18,6 @@ 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 <ansidecl.h>
#include "sysdep.h"
#include "dis-asm.h"
#include "libhppa.h"
diff --git a/opcodes/i370-dis.c b/opcodes/i370-dis.c
index a992c7635d2..51c0ff1dd3e 100644
--- a/opcodes/i370-dis.c
+++ b/opcodes/i370-dis.c
@@ -21,7 +21,6 @@ along with this file; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <stdio.h>
-#include "ansidecl.h"
#include "sysdep.h"
#include "dis-asm.h"
#include "opcode/i370.h"
diff --git a/opcodes/i370-opc.c b/opcodes/i370-opc.c
index 632f16b71ce..678f374bae9 100644
--- a/opcodes/i370-opc.c
+++ b/opcodes/i370-opc.c
@@ -21,7 +21,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
#include <stdio.h>
-#include "ansidecl.h"
+#include "sysdep.h"
#include "opcode/i370.h"
/* This file holds the i370 opcode table. The opcode table
diff --git a/opcodes/i960-dis.c b/opcodes/i960-dis.c
index c0bd84837aa..79820850b4f 100644
--- a/opcodes/i960-dis.c
+++ b/opcodes/i960-dis.c
@@ -16,6 +16,7 @@ along with this program; see the file COPYING. If not, write to the
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
+#include "sysdep.h"
#include "dis-asm.h"
static const char *const reg_names[] = {
diff --git a/opcodes/m10200-dis.c b/opcodes/m10200-dis.c
index 022c7e3410b..01d54627b14 100644
--- a/opcodes/m10200-dis.c
+++ b/opcodes/m10200-dis.c
@@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <stdio.h>
-#include "ansidecl.h"
+#include "sysdep.h"
#include "opcode/mn10200.h"
#include "dis-asm.h"
#include "opintl.h"
diff --git a/opcodes/m10200-opc.c b/opcodes/m10200-opc.c
index 2f70b9081ae..6d97137dc69 100644
--- a/opcodes/m10200-opc.c
+++ b/opcodes/m10200-opc.c
@@ -15,7 +15,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 "ansidecl.h"
+#include "sysdep.h"
#include "opcode/mn10200.h"
diff --git a/opcodes/m10300-dis.c b/opcodes/m10300-dis.c
index 1d095e65c65..554d3280a6b 100644
--- a/opcodes/m10300-dis.c
+++ b/opcodes/m10300-dis.c
@@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <stdio.h>
-#include "ansidecl.h"
+#include "sysdep.h"
#include "opcode/mn10300.h"
#include "dis-asm.h"
#include "opintl.h"
diff --git a/opcodes/m10300-opc.c b/opcodes/m10300-opc.c
index c779dbc1933..2b0b98dc622 100644
--- a/opcodes/m10300-opc.c
+++ b/opcodes/m10300-opc.c
@@ -17,7 +17,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* This file is formatted at > 80 columns. Attempting to read it on a
screeen with less than 80 columns will be difficult. */
-#include "ansidecl.h"
+#include "sysdep.h"
#include "opcode/mn10300.h"
diff --git a/opcodes/m68k-dis.c b/opcodes/m68k-dis.c
index 23d3a8217c4..10c461dae59 100644
--- a/opcodes/m68k-dis.c
+++ b/opcodes/m68k-dis.c
@@ -16,6 +16,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"
#include "floatformat.h"
#include <libiberty.h>
diff --git a/opcodes/m68k-opc.c b/opcodes/m68k-opc.c
index 847ad7c7f8f..49ce5de704b 100644
--- a/opcodes/m68k-opc.c
+++ b/opcodes/m68k-opc.c
@@ -19,7 +19,7 @@ along with this file; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-#include "ansidecl.h"
+#include "sysdep.h"
#include "opcode/m68k.h"
#define one(x) ((unsigned int) (x) << 16)
diff --git a/opcodes/m88k-dis.c b/opcodes/m88k-dis.c
index 8af6b87929b..ef3f32a284b 100644
--- a/opcodes/m88k-dis.c
+++ b/opcodes/m88k-dis.c
@@ -20,6 +20,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"
#include "opcode/m88k.h"
#include "opintl.h"
diff --git a/opcodes/mcore-dis.c b/opcodes/mcore-dis.c
index 096cec9aec0..7ebfd37a569 100644
--- a/opcodes/mcore-dis.c
+++ b/opcodes/mcore-dis.c
@@ -15,6 +15,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 <stdio.h>
#define STATIC_TABLE
#define DEFINE_TABLE
diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c
index 2e75266cef2..9ab9f98690c 100644
--- a/opcodes/mips-dis.c
+++ b/opcodes/mips-dis.c
@@ -18,7 +18,6 @@ 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 <ansidecl.h>
#include "sysdep.h"
#include "dis-asm.h"
#include "opcode/mips.h"
diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c
index 6cdd8330270..b1000db069c 100644
--- a/opcodes/mips-opc.c
+++ b/opcodes/mips-opc.c
@@ -20,7 +20,7 @@ along with this file; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <stdio.h>
-#include "ansidecl.h"
+#include "sysdep.h"
#include "opcode/mips.h"
/* Short hand so the lines aren't too long. */
diff --git a/opcodes/mips16-opc.c b/opcodes/mips16-opc.c
index dad2dbb2e5a..ab2d7c0795a 100644
--- a/opcodes/mips16-opc.c
+++ b/opcodes/mips16-opc.c
@@ -20,7 +20,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
#include <stdio.h>
-#include "ansidecl.h"
+#include "sysdep.h"
#include "opcode/mips.h"
/* This is the opcodes table for the mips16 processor. The format of
diff --git a/opcodes/pj-dis.c b/opcodes/pj-dis.c
index c098295ba7d..dc6ab2592c1 100644
--- a/opcodes/pj-dis.c
+++ b/opcodes/pj-dis.c
@@ -17,6 +17,7 @@ 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 <stdio.h>
#include "opcode/pj.h"
#include "dis-asm.h"
diff --git a/opcodes/pj-opc.c b/opcodes/pj-opc.c
index 9f7e38e973a..0eabc647f6c 100644
--- a/opcodes/pj-opc.c
+++ b/opcodes/pj-opc.c
@@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-#include "ansidecl.h"
+#include "sysdep.h"
#include "opcode/pj.h"
const pj_opc_info_t pj_opc_info[512] =
diff --git a/opcodes/ppc-dis.c b/opcodes/ppc-dis.c
index 70716ea2471..f2566328548 100644
--- a/opcodes/ppc-dis.c
+++ b/opcodes/ppc-dis.c
@@ -19,7 +19,6 @@ along with this file; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <stdio.h>
-#include "ansidecl.h"
#include "sysdep.h"
#include "dis-asm.h"
#include "opcode/ppc.h"
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c
index 6e44e2dc9bd..02fb7a4edf6 100644
--- a/opcodes/ppc-opc.c
+++ b/opcodes/ppc-opc.c
@@ -20,7 +20,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
#include <stdio.h>
-#include "ansidecl.h"
+#include "sysdep.h"
#include "opcode/ppc.h"
#include "opintl.h"
diff --git a/opcodes/sh-dis.c b/opcodes/sh-dis.c
index bef6518e173..c4e960c24e8 100644
--- a/opcodes/sh-dis.c
+++ b/opcodes/sh-dis.c
@@ -15,6 +15,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 <stdio.h>
#define STATIC_TABLE
#define DEFINE_TABLE
diff --git a/opcodes/sparc-dis.c b/opcodes/sparc-dis.c
index 9fbdb60c8c2..a595d0f3835 100644
--- a/opcodes/sparc-dis.c
+++ b/opcodes/sparc-dis.c
@@ -17,7 +17,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <stdio.h>
-#include "ansidecl.h"
#include "sysdep.h"
#include "opcode/sparc.h"
#include "dis-asm.h"
diff --git a/opcodes/sparc-opc.c b/opcodes/sparc-opc.c
index 7ad9d183878..a7132bb61f7 100644
--- a/opcodes/sparc-opc.c
+++ b/opcodes/sparc-opc.c
@@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */
slower, but would mess up some macros a bit. xoxorich. */
#include <stdio.h>
-#include "ansidecl.h"
+#include "sysdep.h"
#include "opcode/sparc.h"
/* Some defines to make life easy. */
diff --git a/opcodes/tic80-dis.c b/opcodes/tic80-dis.c
index 726bc12e881..449ce8f7fba 100644
--- a/opcodes/tic80-dis.c
+++ b/opcodes/tic80-dis.c
@@ -17,7 +17,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <stdio.h>
-#include "ansidecl.h"
+#include "sysdep.h"
#include "opcode/tic80.h"
#include "dis-asm.h"
diff --git a/opcodes/tic80-opc.c b/opcodes/tic80-opc.c
index 425c308ba64..4cdd06a64ff 100644
--- a/opcodes/tic80-opc.c
+++ b/opcodes/tic80-opc.c
@@ -19,7 +19,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
#include <stdio.h>
-#include "ansidecl.h"
+#include "sysdep.h"
#include "opcode/tic80.h"
/* This file holds various tables for the TMS320C80 (MVP).
diff --git a/opcodes/v850-dis.c b/opcodes/v850-dis.c
index 610625b6a19..d817f80bceb 100644
--- a/opcodes/v850-dis.c
+++ b/opcodes/v850-dis.c
@@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <stdio.h>
-#include "ansidecl.h"
+#include "sysdep.h"
#include "opcode/v850.h"
#include "dis-asm.h"
#include "opintl.h"
diff --git a/opcodes/v850-opc.c b/opcodes/v850-opc.c
index d34857efa10..874db1b6ee9 100644
--- a/opcodes/v850-opc.c
+++ b/opcodes/v850-opc.c
@@ -15,7 +15,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 "ansidecl.h"
+#include "sysdep.h"
#include "opcode/v850.h"
#include <stdio.h>
#include "opintl.h"
diff --git a/opcodes/vax-dis.c b/opcodes/vax-dis.c
index 54b59f30d40..29641f1768f 100644
--- a/opcodes/vax-dis.c
+++ b/opcodes/vax-dis.c
@@ -16,6 +16,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 "opcode/vax.h"
#include "dis-asm.h"
diff --git a/opcodes/w65-dis.c b/opcodes/w65-dis.c
index a12e896de67..09a17bbb8e7 100644
--- a/opcodes/w65-dis.c
+++ b/opcodes/w65-dis.c
@@ -15,6 +15,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 <stdio.h>
#define STATIC_TABLE
#define DEFINE_TABLE
diff --git a/opcodes/z8k-dis.c b/opcodes/z8k-dis.c
index 7123622a291..590f9d30bf0 100644
--- a/opcodes/z8k-dis.c
+++ b/opcodes/z8k-dis.c
@@ -17,7 +17,6 @@ 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 <ansidecl.h>
#include "sysdep.h"
#include "dis-asm.h"
diff --git a/opcodes/z8kgen.c b/opcodes/z8kgen.c
index e786bbb4c3d..44df0b2ec0d 100644
--- a/opcodes/z8kgen.c
+++ b/opcodes/z8kgen.c
@@ -18,7 +18,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* This program generates z8k-opc.h */
-#include <ansidecl.h>
#include "sysdep.h"
#define BYTE_INFO_LEN 10