diff options
author | Alan Modra <amodra@gmail.com> | 2001-08-19 23:42:47 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-08-19 23:42:47 +0000 |
commit | ba3ef70e78fc3fc766338ec9743c7fd595e922d8 (patch) | |
tree | eb9a432b7099f2c65f7a55c32382343a29481659 /bfd/elf.c | |
parent | fe766f112c8557ba0cc8c33a236b9078cca07d90 (diff) | |
download | gdb-ba3ef70e78fc3fc766338ec9743c7fd595e922d8.zip gdb-ba3ef70e78fc3fc766338ec9743c7fd595e922d8.tar.gz gdb-ba3ef70e78fc3fc766338ec9743c7fd595e922d8.tar.bz2 |
* archive.c (offsetof): Remove define.
* elf.c: Likewise.
* oasys.c: Likewise
* sysdep.h (offsetof): Define.
Diffstat (limited to 'bfd/elf.c')
-rw-r--r-- | bfd/elf.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -5343,12 +5343,6 @@ _bfd_elf_rel_vtable_reloc_fn (abfd, re, symbol, data, is, obfd, errmsg) # include <sys/procfs.h> #endif -/* Define offsetof for those systems which lack it. */ - -#ifndef offsetof -# define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) -#endif - /* FIXME: this is kinda wrong, but it's what gdb wants. */ static int |