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
commitf76c6dc3bc764f676b9cd9f8bf342c09f06c384f (patch)
treecb50f47d4901dd755fce98483b9b4b8f55a1d6f8 /bfd/archive.c
parent6996a2be1de1ced801e055eaa9f0264657f7ceb7 (diff)
downloadbinutils-redhat-f76c6dc3bc764f676b9cd9f8bf342c09f06c384f.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 5f673e1dfe..daa135efcd 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;