aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1993-07-30 18:17:38 +0000
committerSteve Chamberlain <sac@cygnus>1993-07-30 18:17:38 +0000
commitf751f474f45fdc636f466c876d6a62be27073d05 (patch)
tree4dcd3dfb4b501666e4f002c6a6561d2d69f2f70f /bfd
parent73e77bc3da324f24f974eab84e6d4e23f00b5ccb (diff)
downloadgdb-f751f474f45fdc636f466c876d6a62be27073d05.zip
gdb-f751f474f45fdc636f466c876d6a62be27073d05.tar.gz
gdb-f751f474f45fdc636f466c876d6a62be27073d05.tar.bz2
d
Make sure ansidecl.h is included where needed.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/hosts/amix.h2
-rw-r--r--bfd/hosts/apollo68.h1
-rw-r--r--bfd/hosts/apollov68.h1
-rw-r--r--bfd/hosts/delta88.h1
-rw-r--r--bfd/hosts/dgux.h1
-rw-r--r--bfd/hosts/harris.h1
-rw-r--r--bfd/hosts/i386aix.h1
-rw-r--r--bfd/hosts/i386isc.h1
-rw-r--r--bfd/hosts/i386mach.h1
-rw-r--r--bfd/hosts/i386v.h1
-rw-r--r--bfd/hosts/i386v4.h2
-rw-r--r--bfd/hosts/ncr3000.h2
-rw-r--r--bfd/hosts/sparc-ll.h2
-rw-r--r--bfd/hosts/stratus.h2
-rw-r--r--bfd/hosts/we32k.h1
15 files changed, 15 insertions, 5 deletions
diff --git a/bfd/hosts/amix.h b/bfd/hosts/amix.h
index 848a43f..25d1e1e 100644
--- a/bfd/hosts/amix.h
+++ b/bfd/hosts/amix.h
@@ -1,5 +1,5 @@
/* Amiga Unix host system */
-
+#include <ansidecl.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
diff --git a/bfd/hosts/apollo68.h b/bfd/hosts/apollo68.h
index 8dad598..4e7b477 100644
--- a/bfd/hosts/apollo68.h
+++ b/bfd/hosts/apollo68.h
@@ -1,3 +1,4 @@
+#include <ansidecl.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
diff --git a/bfd/hosts/apollov68.h b/bfd/hosts/apollov68.h
index c13dfbf..5c5dbde 100644
--- a/bfd/hosts/apollov68.h
+++ b/bfd/hosts/apollov68.h
@@ -1,3 +1,4 @@
+#include <ansidecl.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
diff --git a/bfd/hosts/delta88.h b/bfd/hosts/delta88.h
index 631add2..c1b88ed 100644
--- a/bfd/hosts/delta88.h
+++ b/bfd/hosts/delta88.h
@@ -1,3 +1,4 @@
+#include <ansidecl.h>
#include <errno.h>
#include <sys/types.h>
#include <unistd.h>
diff --git a/bfd/hosts/dgux.h b/bfd/hosts/dgux.h
index 0847982..058c53a 100644
--- a/bfd/hosts/dgux.h
+++ b/bfd/hosts/dgux.h
@@ -1,3 +1,4 @@
+#include <ansidecl.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/dg_c_generics.h>
diff --git a/bfd/hosts/harris.h b/bfd/hosts/harris.h
index e628680..0d86aa1 100644
--- a/bfd/hosts/harris.h
+++ b/bfd/hosts/harris.h
@@ -1,3 +1,4 @@
+#include <ansidecl.h>
#include <errno.h>
#include <sys/types.h>
#include <unistd.h>
diff --git a/bfd/hosts/i386aix.h b/bfd/hosts/i386aix.h
index d4d8d8a..ae59809 100644
--- a/bfd/hosts/i386aix.h
+++ b/bfd/hosts/i386aix.h
@@ -1,6 +1,7 @@
/* i386 AIX 1.2.x host system */
/* From Minh Tran-Le <TRANLE@INTELLICORP.COM>. */
+#include <ansidecl.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
diff --git a/bfd/hosts/i386isc.h b/bfd/hosts/i386isc.h
index 239bcd9..5f818d9 100644
--- a/bfd/hosts/i386isc.h
+++ b/bfd/hosts/i386isc.h
@@ -1,5 +1,6 @@
/* Host configuration file for Interactive Unix 3.2 */
/* From Minh Tran-Le <TRANLE@INTELLICORP.COM>. */
+#include <ansidecl.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
diff --git a/bfd/hosts/i386mach.h b/bfd/hosts/i386mach.h
index 997aa7c..60badec 100644
--- a/bfd/hosts/i386mach.h
+++ b/bfd/hosts/i386mach.h
@@ -1,3 +1,4 @@
+#include <ansidecl.h>
#include <fcntl.h>
#include <errno.h>
extern int errno; /* <errno.h> forgets to do this... */
diff --git a/bfd/hosts/i386v.h b/bfd/hosts/i386v.h
index b81aa5b..f45bdbd 100644
--- a/bfd/hosts/i386v.h
+++ b/bfd/hosts/i386v.h
@@ -1,3 +1,4 @@
+#include <ansidecl.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
diff --git a/bfd/hosts/i386v4.h b/bfd/hosts/i386v4.h
index 3e83514..0c52b2f 100644
--- a/bfd/hosts/i386v4.h
+++ b/bfd/hosts/i386v4.h
@@ -1,5 +1,5 @@
/* SVR4 Unix host system */
-
+#include <ansidecl.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
diff --git a/bfd/hosts/ncr3000.h b/bfd/hosts/ncr3000.h
index 3e83514..0c52b2f 100644
--- a/bfd/hosts/ncr3000.h
+++ b/bfd/hosts/ncr3000.h
@@ -1,5 +1,5 @@
/* SVR4 Unix host system */
-
+#include <ansidecl.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
diff --git a/bfd/hosts/sparc-ll.h b/bfd/hosts/sparc-ll.h
index 32618f2..d7a1181 100644
--- a/bfd/hosts/sparc-ll.h
+++ b/bfd/hosts/sparc-ll.h
@@ -1,6 +1,6 @@
/* Host definition file for Sun-4 running with gcc, using "long long"
for addresses, to handle 64-bit target systems. */
-
+#include <ansidecl.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
diff --git a/bfd/hosts/stratus.h b/bfd/hosts/stratus.h
index 6d7d50c..0386dc2 100644
--- a/bfd/hosts/stratus.h
+++ b/bfd/hosts/stratus.h
@@ -1,5 +1,5 @@
/* Stratus FTX2 host system */
-
+#include <ansidecl.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
diff --git a/bfd/hosts/we32k.h b/bfd/hosts/we32k.h
index 9a76723..6d5dd98 100644
--- a/bfd/hosts/we32k.h
+++ b/bfd/hosts/we32k.h
@@ -1,3 +1,4 @@
+#include <ansidecl.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>