From ba3ef70e78fc3fc766338ec9743c7fd595e922d8 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sun, 19 Aug 2001 23:42:47 +0000 Subject: * archive.c (offsetof): Remove define. * elf.c: Likewise. * oasys.c: Likewise * sysdep.h (offsetof): Define. --- bfd/archive.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'bfd/archive.c') diff --git a/bfd/archive.c b/bfd/archive.c index 5f673e1..daa135e 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; -- cgit v1.1