summaryrefslogtreecommitdiff
path: root/bfd/archive.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2001-08-19 23:42:47 +0000
committerAlan Modra <amodra@bigpond.net.au>2001-08-19 23:42:47 +0000
commitde82439993c3869bac74d2be21632d6d1c56fa7e (patch)
tree78e25736c1946f4ccd2a60ee8c3afc5528364d35 /bfd/archive.c
parentcd9fdd77bcf39dd65cc069f04e19bd96ad281341 (diff)
downloadgdb-de82439993c3869bac74d2be21632d6d1c56fa7e.tar.gz
* archive.c (offsetof): Remove define.
* elf.c: Likewise. * oasys.c: Likewise * sysdep.h (offsetof): Define.
Diffstat (limited to 'bfd/archive.c')
-rw-r--r--bfd/archive.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/bfd/archive.c b/bfd/archive.c
index 5f673e1dfee..daa135efcd3 100644
--- a/bfd/archive.c
+++ b/bfd/archive.c
@@ -142,12 +142,6 @@ extern int errno;
#define BFD_GNU960_ARMAG(abfd) (BFD_COFF_FILE_P((abfd)) ? ARMAG : ARMAGB)
#endif
-/* Define offsetof for those systems which lack it */
-
-#ifndef offsetof
-#define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER)
-#endif
-
/* We keep a cache of archive filepointers to archive elements to
speed up searching the archive by filepos. We only add an entry to
the cache when we actually read one. We also don't sort the cache;