aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-09-27 23:27:46 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-09-27 23:27:46 +0000
commit69bdf1a5dabad362020844b56c2985875736295d (patch)
tree1fb3fe9cbe8b9194e8fab587f1e10fe4076957e9 /bfd/hosts
parent8737c2f4e51bab64cecd0b5de47cb7b39bc209ea (diff)
downloadgdb-69bdf1a5dabad362020844b56c2985875736295d.zip
gdb-69bdf1a5dabad362020844b56c2985875736295d.tar.gz
gdb-69bdf1a5dabad362020844b56c2985875736295d.tar.bz2
* archive.c: Define offsetof here.
* hosts/*.h: Don't define it here.
Diffstat (limited to 'bfd/hosts')
-rw-r--r--bfd/hosts/amix.h5
-rw-r--r--bfd/hosts/apollo68.h5
-rw-r--r--bfd/hosts/apollov68.h5
-rw-r--r--bfd/hosts/delta88.h5
-rw-r--r--bfd/hosts/dgux.h5
-rw-r--r--bfd/hosts/harris.h5
-rw-r--r--bfd/hosts/i386aix.h5
-rw-r--r--bfd/hosts/i386v.h5
-rw-r--r--bfd/hosts/i386v4.h5
-rw-r--r--bfd/hosts/irix3.h5
-rw-r--r--bfd/hosts/irix4.h5
-rw-r--r--bfd/hosts/ncr3000.h5
-rw-r--r--bfd/hosts/rtbsd.h5
-rw-r--r--bfd/hosts/std-host.h9
-rw-r--r--bfd/hosts/stratus.h5
-rw-r--r--bfd/hosts/sun3.h5
-rw-r--r--bfd/hosts/ultra3.h5
-rw-r--r--bfd/hosts/we32k.h5
18 files changed, 0 insertions, 94 deletions
diff --git a/bfd/hosts/amix.h b/bfd/hosts/amix.h
index a2b072e..5cc1767 100644
--- a/bfd/hosts/amix.h
+++ b/bfd/hosts/amix.h
@@ -48,8 +48,3 @@ extern int fputc();
extern int unlink();
#include "fopen-same.h"
-
-/* From ANSI C <stddef.h>, which we can't depend upon the existence of */
-#ifndef offsetof
-#define offsetof(type,memb) ((size_t)&(((type *)0)->memb))
-#endif
diff --git a/bfd/hosts/apollo68.h b/bfd/hosts/apollo68.h
index f644986..d70e25a 100644
--- a/bfd/hosts/apollo68.h
+++ b/bfd/hosts/apollo68.h
@@ -25,8 +25,3 @@ extern void free PARAMS ((PTR));
#endif
#include "fopen-same.h"
-
-/* From ANSI C <stddef.h>, which we can't depend upon the existence of */
-#ifndef offsetof
-#define offsetof(type,memb) ((size_t)&(((type *)0)->memb))
-#endif
diff --git a/bfd/hosts/apollov68.h b/bfd/hosts/apollov68.h
index 27580ea..bf82c18 100644
--- a/bfd/hosts/apollov68.h
+++ b/bfd/hosts/apollov68.h
@@ -36,8 +36,3 @@ extern void free PARAMS ((PTR));
#endif
#include "fopen-same.h"
-
-/* From ANSI C <stddef.h>, which we can't depend upon the existence of */
-#ifndef offsetof
-#define offsetof(type,memb) ((size_t)&(((type *)0)->memb))
-#endif
diff --git a/bfd/hosts/delta88.h b/bfd/hosts/delta88.h
index 2e9f632..c8e7bbd 100644
--- a/bfd/hosts/delta88.h
+++ b/bfd/hosts/delta88.h
@@ -82,8 +82,3 @@ extern int unlink();
#include "fopen-same.h"
-
-/* From ANSI C <stddef.h>, which we can't depend upon the existence of */
-#ifndef offsetof
-#define offsetof(type,memb) ((size_t)&(((type *)0)->memb))
-#endif
diff --git a/bfd/hosts/dgux.h b/bfd/hosts/dgux.h
index c424a50..0760462 100644
--- a/bfd/hosts/dgux.h
+++ b/bfd/hosts/dgux.h
@@ -27,8 +27,3 @@ extern int strtol();
#include "fopen-same.h"
-
-/* From ANSI C <stddef.h>, which we can't depend upon the existence of */
-#ifndef offsetof
-#define offsetof(type,memb) ((size_t)&(((type *)0)->memb))
-#endif
diff --git a/bfd/hosts/harris.h b/bfd/hosts/harris.h
index 82750d4..08f2c89 100644
--- a/bfd/hosts/harris.h
+++ b/bfd/hosts/harris.h
@@ -24,8 +24,3 @@ extern void bzero PARAMS ((char *, int));
extern int strtol();
#include "fopen-same.h"
-
-/* From ANSI C <stddef.h>, which we can't depend upon the existence of */
-#ifndef offsetof
-#define offsetof(type,memb) ((size_t)&(((type *)0)->memb))
-#endif
diff --git a/bfd/hosts/i386aix.h b/bfd/hosts/i386aix.h
index c09968a..871714f 100644
--- a/bfd/hosts/i386aix.h
+++ b/bfd/hosts/i386aix.h
@@ -46,8 +46,3 @@ extern int fputc();
extern int unlink();
#include "fopen-same.h"
-
-/* From ANSI C <stddef.h>, which we can't depend upon the existence of */
-#ifndef offsetof
-#define offsetof(type,memb) ((size_t)&(((type *)0)->memb))
-#endif
diff --git a/bfd/hosts/i386v.h b/bfd/hosts/i386v.h
index 5954a94..ee7daeb 100644
--- a/bfd/hosts/i386v.h
+++ b/bfd/hosts/i386v.h
@@ -35,8 +35,3 @@ extern void free PARAMS ((PTR));
#endif
#include "fopen-same.h"
-
-/* From ANSI C <stddef.h>, which we can't depend upon the existence of */
-#ifndef offsetof
-#define offsetof(type,memb) ((size_t)&(((type *)0)->memb))
-#endif
diff --git a/bfd/hosts/i386v4.h b/bfd/hosts/i386v4.h
index 1f46db5..3679c80 100644
--- a/bfd/hosts/i386v4.h
+++ b/bfd/hosts/i386v4.h
@@ -48,8 +48,3 @@ extern int fputc();
extern int unlink();
#include "fopen-same.h"
-
-/* From ANSI C <stddef.h>, which we can't depend upon the existence of */
-#ifndef offsetof
-#define offsetof(type,memb) ((size_t)&(((type *)0)->memb))
-#endif
diff --git a/bfd/hosts/irix3.h b/bfd/hosts/irix3.h
index 4672530..caa7901 100644
--- a/bfd/hosts/irix3.h
+++ b/bfd/hosts/irix3.h
@@ -23,8 +23,3 @@
#endif
#include "fopen-same.h"
-
-/* From ANSI C <stddef.h>, which we can't depend upon the existence of */
-#ifndef offsetof
-#define offsetof(type,memb) ((size_t)&(((type *)0)->memb))
-#endif
diff --git a/bfd/hosts/irix4.h b/bfd/hosts/irix4.h
index f005fef..5da3636 100644
--- a/bfd/hosts/irix4.h
+++ b/bfd/hosts/irix4.h
@@ -25,8 +25,3 @@
#endif
#include "fopen-same.h"
-
-/* From ANSI C <stddef.h>, which we can't depend upon the existence of */
-#ifndef offsetof
-#define offsetof(type,memb) ((size_t)&(((type *)0)->memb))
-#endif
diff --git a/bfd/hosts/ncr3000.h b/bfd/hosts/ncr3000.h
index 1f46db5..3679c80 100644
--- a/bfd/hosts/ncr3000.h
+++ b/bfd/hosts/ncr3000.h
@@ -48,8 +48,3 @@ extern int fputc();
extern int unlink();
#include "fopen-same.h"
-
-/* From ANSI C <stddef.h>, which we can't depend upon the existence of */
-#ifndef offsetof
-#define offsetof(type,memb) ((size_t)&(((type *)0)->memb))
-#endif
diff --git a/bfd/hosts/rtbsd.h b/bfd/hosts/rtbsd.h
index 42f89de..957065f 100644
--- a/bfd/hosts/rtbsd.h
+++ b/bfd/hosts/rtbsd.h
@@ -18,8 +18,3 @@ extern char *malloc();
extern void free();
#include "fopen-same.h"
-
-/* From ANSI C <stddef.h>, which we can't depend upon the existence of */
-#ifndef offsetof
-#define offsetof(type,memb) ((size_t)&(((type *)0)->memb))
-#endif
diff --git a/bfd/hosts/std-host.h b/bfd/hosts/std-host.h
index 4e3d685..0a17229 100644
--- a/bfd/hosts/std-host.h
+++ b/bfd/hosts/std-host.h
@@ -89,19 +89,10 @@ extern int unlink();
#define BYTES_IN_PRINTF_INT 4
#endif
-/* From ANSI C <stddef.h>, which we can't depend upon the existence of */
-#ifndef offsetof
-#define offsetof(type,memb) ((size_t)&(((type *)0)->memb))
-#endif
-
#include "fopen-same.h"
#define hosts_std_host_H
#endif
#ifdef STDC_HEADERS
#include <stddef.h>
-#else
-#ifndef offsetof
-#define offsetof(type,memb) ((size_t)&(((type *)0)->memb))
-#endif
#endif /* STDC_HEADERS */
diff --git a/bfd/hosts/stratus.h b/bfd/hosts/stratus.h
index 345480e..1f8df76 100644
--- a/bfd/hosts/stratus.h
+++ b/bfd/hosts/stratus.h
@@ -48,8 +48,3 @@ extern int fputc();
extern int unlink();
#include "fopen-same.h"
-
-/* From ANSI C <stddef.h>, which we can't depend upon the existence of */
-#ifndef offsetof
-#define offsetof(type,memb) ((size_t)&(((type *)0)->memb))
-#endif
diff --git a/bfd/hosts/sun3.h b/bfd/hosts/sun3.h
index dfb505c..d70adea 100644
--- a/bfd/hosts/sun3.h
+++ b/bfd/hosts/sun3.h
@@ -54,8 +54,3 @@ extern int unlink();
#include "fopen-same.h"
-
-/* From ANSI C <stddef.h>, which we can't depend upon the existence of */
-#ifndef offsetof
-#define offsetof(type,memb) ((size_t)&(((type *)0)->memb))
-#endif
diff --git a/bfd/hosts/ultra3.h b/bfd/hosts/ultra3.h
index fe3c960..cb3f82c 100644
--- a/bfd/hosts/ultra3.h
+++ b/bfd/hosts/ultra3.h
@@ -18,8 +18,3 @@ extern char *malloc();
extern void free();
#include "fopen-same.h"
-
-/* From ANSI C <stddef.h>, which we can't depend upon the existence of */
-#ifndef offsetof
-#define offsetof(type,memb) ((size_t)&(((type *)0)->memb))
-#endif
diff --git a/bfd/hosts/we32k.h b/bfd/hosts/we32k.h
index a1791c1..00b2878 100644
--- a/bfd/hosts/we32k.h
+++ b/bfd/hosts/we32k.h
@@ -26,8 +26,3 @@ extern int strtol();
#define NO_STDARG 1
#include "fopen-same.h"
-
-/* From ANSI C <stddef.h>, which we can't depend upon the existence of */
-#ifndef offsetof
-#define offsetof(type,memb) ((size_t)&(((type *)0)->memb))
-#endif